User`s guide

Using the Administrative Interface 7-19
Address Resolution Protocol Commands
Address Resolution Protocol Commands
get-arp-tbl
Shows the ARP table. The ARP table contains information relating IP addresses to
MAC addresses and interface numbers.
SYS_console> get-arp-tbl
IfIndex IpAddress MAC Address
====================================================
1 129.001.001.001 00-00-F8-2D-73-9C
SYS_console> add-arp-entry 129.1.1.200 00-00-F8-2b-59-ea 1
ARP Table Entry successfully added
SYS_console> get-arp-tbl
IfIndex IpAddress MAC Address
====================================================
1 129.001.001.001 00-00-F8-2D-73-9C
1 129.001.001.200 00-00-F8-2B-59-EA
SYS_console> del-arp-entry 129.1.1.200
ARP Table Entry with IP Address <129.1.1.200> removed
SYS_console> get-arp-tbl
IfIndex IpAddress MAC Address
====================================================
1 129.001.001.001 00-00-F8-2D-73-9C
SYS_console> _
add-arp-entry
Usage:
add-arp-entry
<IPaddress> <mac_address> <Interface>
Adds an entry to the ARP table.
del-arp-entry
Usage:
del-arp-entry {
<IPaddress>
|*}
Deletes entries from the ARP table. If an IP address is specified, the matching ARP
entry will be deleted. If * is specified, the entire ARP table will be flushed. This
command should be used if the network topology has physically changed, for example,
if a management station has been moved from one segment to another, changing its
interface number.