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


Configure Ethernet Encapsulation with Remote and Proxy ARP Addresses

For Ethernet TCC circuits, specify the encapsulation with the encapsulation ethernet-tcc statement. This statement configures the entire physical device.

To provide Address Resolution Protocol (ARP) functionality for an Ethernet-based neighbor, configure the remote statement at the [edit interfaces interface-name unit unit-number family 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 the proxy statement at the [edit interfaces interface-name unit unit-number family tcc] hierarchy level and specify the IP address of the TCC router's non-Ethernet neighbor.

[edit]
interfaces 
    EthernetType-fpc/pic/port {
        encapsulation ethernet-tcc;
        unit 0 {
            family tcc {
                    remote {                                    # Addresses associated with the Ethernet TCC neighbor.
                        mac-address mac-address;    # Select either a MAC address or an IP address.
                        inet-address inet-address;
                    }
                    proxy {                                    # Addresses belonging to the non-Ethernet TCC neighbor.
                        inet-address inet-address;
                    }
                }
            }
        }
    }
}

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