- arp ip-address (mac | multicast-mac) mac-address <publish>;
- [edit interfaces interface-name unit logical-unit-number family inet address address],
- [edit logical-systems logical-system-name interfaces interface-name unit logical-unit-number family inet address address]
Statement introduced before JUNOS Release 7.4.
For Ethernet, Fast Ethernet, and Gigabit Ethernet interfaces only, configure Address Resolution Protocol (ARP) table entries, mapping IP addresses to MAC addresses.
ip-address—IP address to map to the MAC address. The IP address specified must be part of the subnet defined in the enclosing address statement.
mac mac-address—MAC address to map to the IP address. Specify the MAC address as six hexadecimal bytes in one of the following formats: nnnn.nnnn.nnnn or nn:nn:nn:nn:nn:nn. For example, 0011.2233.4455 or 00:11:22:33:44:55.
multicast-mac—Multicast MAC address to map to the IP address. Specify the multicast MAC address as six hexadecimal bytes in one of the following formats: nnnn.nnnn.nnnn or nn:nn:nn:nn:nn:nn. For example, 0011.2233.4455 or 00:11:22:33:44:55.
publish—(Optional) Have the routing platform reply to ARP requests for the specified IP address. If you omit this option, the routing platform uses the entry to reach the destination but does not reply to ARP requests.
See Configuring Static ARP Table Entries.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.