[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Ethernet VLAN Circuits

You can configure Ethernet virtual local area network (VLAN) circuits on Fast Ethernet, Gigabit Ethernet, and aggregated Ethernet interfaces. For Ethernet VLAN circuits, specify the encapsulation by including the encapsulation statement at the [edit interfaces interface-name] hierarchy level. This statement configures the entire physical device. You must also enable VLAN tagging. To do this, include the following statements:

[edit interfaces interface-name]
vlan-tagging;
encapsulation (extended-vlan-ccc | vlan-ccc);
[edit interfaces aex]
vlan-tagging;
encapsulation vlan-ccc;

On the logical interface, include the following statements:

encapsulation vlan-ccc;
vlan-id number;

You can include the logical interface statements at the following hierarchy levels:

Ethernet interfaces in VLAN mode can have multiple logical interfaces. For encapsulation type vlan-ccc, VLAN IDs 1 through 511 are reserved for normal VLANs, and VLAN IDs 512 through 1023 are reserved for CCC VLANs. For encapsulation type extended-vlan-ccc, VLAN IDs 1 through 4094 are valid. VLAN ID 0 is reserved for tagging the priority of frames.


[Contents] [Prev] [Next] [Index] [Report an Error]