Click the Exhibit button.
You are asked to change the default behavior of your trunk port (ge-0/0/1) to now pass untagged traffic.
Which configuration would accomplish this task?
A.
set interfaces ge-0/0/1 native-vlan-id 1
set interfaces ge-0/0/1 unit 0 family ethernet-switching interface mode trunkvlan members vlan.1
B.
set interfaces ge-0/0/1 native-vlan-id 1
set interfaces ge-0/0/1 unit 0 family ethernet-switching interface mode trunk
vlan members native
C.
set interfaces ge-0/0/1 native-vlan-id 1
set interfaces ge-0/0/1 unit 0 family ethernet-switching interface mode trunk
vlan members 1
D.
set interfaces ge-0/0/1 native-vlan-id 1
set interfaces ge-0/0/1 unit 0 family ethernet-switching interface mode trunk
vlan members native_v1
Something seems to be weird…
Shouldn’t answer be ‘set interfaces ge-0/0/1 unit 0 family ethernet-switching native-vlan-id default’ ???
Answer C is correct.
Specify that the logical interface that will receive the untagged data packets is a member of the native VLAN:
[edit interfaces]
user@switch# set interface-name unit logical-unit-number family ethernet-switching vlan members vlan-id
https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/bridging-native-vlan-id-ex-series-cli-els.html
C is the correct answer
https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/bridging-native-vlan-id-ex-series-cli-els.html