You are provisioning a new customer for an LDP Layer 2 circuit. You have assigned them VLAN 600 on interface ge-1/0/0.Which configuration correctly provisions the interface?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
You are provisioning a new customer for an LDP Layer 2 circuit. You have assigned them VLAN 600 on interface ge-1/0/0.Which configuration correctly provisions the interface?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
http://www.juniper.net/techpubs/en_US/junos13.3/topics/usage-guidelines/interfaces-configuring-vlan-encapsulation.html
Example: Configuring VLAN Encapsulation on a Gigabit Ethernet Interface
Configure VLAN CCC encapsulation on a Gigabit Ethernet interface:
interfaces ge-2/1/0 {
vlan-tagging;
encapsulation vlan-ccc;
unit 0 {
encapsulation vlan-ccc;
vlan-id 600;
}
}