Configure Extended Ethernet VLAN Encapsulation with Remote and Proxy ARP Addresses
Specify the encapsulation for Ethernet Extended VLAN circuits with the
encapsulation extended-vlan-tccstatement. 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.To enable ARP functionality, configure the
remotestatement at the[edit interfacesinterface-nameunitunit-numberfamily tcc]hierarchy level with either the MAC address or IP address of your Ethernet TCC neighbor. To complete the ARP setup, configure theproxystatement at the[edit interfacesinterface-nameunitunit-numberfamily tcc]hierarchy level and specify the IP address of the non-Ethernet TCC neighbor.[edit]interfaces {EthernetType-fpc/pic/port{vlan-tagging;encapsulation extended-vlan-tcc;unit 0 {vlan-id 600;family tcc {remote { # Addresses associated with the Ethernet TCC neighbor.mac-addressmac-address; # Select either a MAC address or an IP address.inet-addressinet-address;}proxy { # Addresses belonging to the Non-Ethernet TCC neighbor.inet-addressinet-address;}}}}}}