Configure Ethernet Encapsulation with Remote and Proxy ARP Addresses
For Ethernet TCC circuits, specify the encapsulation with the
encapsulation ethernet-tccstatement. This statement configures the entire physical device.To provide Address Resolution Protocol (ARP) functionality for an Ethernet-based neighbor, configure the
remotestatement at the[edit interfacesinterface-nameunitunit-numberfamily tcc]hierarchy level and specify either the MAC address or IP address of the TCC router's Ethernet neighbor. To complete the setup of ARP, configure theproxystatement at the[edit interfacesinterface-nameunitunit-numberfamily tcc]hierarchy level and specify the IP address of the TCC router's non-Ethernet neighbor.[edit]interfacesEthernetType-fpc/pic/port{encapsulation ethernet-tcc;unit 0 {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;}}}}}}