Which configuration correctly provisions the interface?

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?

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.
interfaces { ge-1/0/0 { vlan-tagging; unit 600 { encapsulation vlan-ccc; vlan-id 600; } }}

B.
interfaces { ge-1/0/0 { vlan-tagging; encapsulation vlan-ccc; unit 600 { vlan-id 600; } }}

C.
interfaces { ge-1/0/0 { encapsulation vlan-ccc; unit 600 { encapsulation vlan-ccc; vlan-id 600; } }}

D.
interfaces { ge-1/0/0 { vlan-tagging; encapsulation vlan-ccc; unit 600 { encapsulation vlan-ccc; vlan-id 600; } }}



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Nguyen Duc Hoa

Nguyen Duc Hoa

A is wrong because interface logic cannot be encapsulation vlan-ccc while physical interface is not.
B is wrong because with vlan-id >512, logical interface must be encapsulation
C is wrong because encapsulation vlan-ccc is not allowed on untagged interface
D is the best.