158 CHAPTER 7: IP SERVICES COMMANDS
set arp Adds an ARP entry to the ARP table.
Syntax set arp {permanent | static | dynamic }
ip-addr mac-addr
permanent — Adds a permanent entry. A permanent entry does not
age out and remains in the database even after a reboot, reset, or
power cycle.
static — Adds a static entry. A static entry does not age out, but the
entry does not remain in the database after a reboot, reset, or power
cycle.
dynamic — Adds a dynamic entry. A dynamic entry is automatically
removed if the entry ages out, or after a reboot, reset, or power cycle.
ip-addr — IP address of the entry, in dotted decimal notation.
mac-addr — MAC address to map to the IP address. Use colons to
separate the octets (for example, 00:11:22:aa:bb:cc).
Defaults — The default aging timeout is 1200 seconds.
Access — Enabled.
History— Introduced in MSS Version 3.0.
Examples — The following command adds a static ARP entry that maps
IP address 10.10.10.1 to MAC address 00:bb:cc:dd:ee:ff:
WX1200# set arp static 10.10.10.1 00:bb:cc:dd:ee:ff
success: added arp 10.10.10.1 at 00:bb:cc:dd:ee:ff on VLAN 1
See Also
set arp agingtime on page 159
telnet on page 195