Option: Configure Static ARP on the Ethernet Neighbor Instead of Proxy ARP
If you do not use the
proxystatement in the Ethernet TCC and extended VLAN TCC encapsulation hierarchies shown earlier, you must use another method to allow ARP to continue to function. To retain the functionality of ARP for Ethernet networks, you must configure static ARP on the Ethernet neighbor. Use of static ARP assumes that you have already configured theremotestatement on the TCC router (see Configure Ethernet Encapsulation with Remote and Proxy ARP Addresses and Configure Extended VLAN Encapsulation with Remote and Proxy ARP Addresses).You configure the
arpstatement on the Ethernet neighbor at the[edit interfacesinterface-numberunitunit-numberfamily inet addressip-address]hierarchy level. Your static ARP statement must contain the IP address of the non-Ethernet neighbor on the opposite side of the TCC router and the Ethernet interface MAC address of the TCC router. This static ARP configuration enables return path ARP functionality and complements theremotestatement previously set on the TCC router.In Figure 53, you would configure an ARP statement on the
fe-0/0/0interface of Router C. The ARP statement would contain the IP address for interfaceso-0/1/0.600on Router A and the MAC address of thefe-1/0/0interface of Router B.Configure static ARP on an Ethernet neighbor at the
[edit interfacesinterface-nameunitunit-numberfamily inet addressip-address]hierarchy level.[edit]interfacesEthernetType-fpc/pic/port{unit 0 {family inet {addressip-address{ # The local IP addressarpip-addressmacmac-address; # IP address of the non-Ethernet TCC} # neighbor and MAC address of the TCC} # router's Ethernet interface}}}