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

Ethernet Extended VLAN Encapsulation for Layer 2 Switching TCCs

Specify the encapsulation type for Ethernet extended VLAN circuits in the encapsulation statement. This statement configures the entire physical device. You must also enable VLAN tagging. Ethernet interfaces in VLAN mode can have multiple logical interfaces. For encapsulation type extended-vlan-tcc, all VLAN IDs from 0 through 4094 are valid, up to a maximum of 1024 VLANs. As with Ethernet circuits, you must also specify a proxy address and a remote address at the [edit interfaces interface-name unit logical-unit-number family tcc] hierarchy level.

Configure Ethernet extended VLAN circuits for TCC as follows:

interfaces {
ethernet-interface-type-fpc/pic/port {
vlan-tagging;
encapsulation extended-vlan-tcc;
unit 0 {
vlan-id 600;
family tcc;
proxy {
inet-address address;
}
remote {
inet-address address;
mac-address mac-address;
}
}
}
}

You can configure these statements at the following hierarchy levels:

For Ethernet extended VLAN circuits, you also need to configure the ARP. See ARP Configuration for Ethernet TCC Encapsulations.


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