AI232 Version 9.6x User’s Guide
AI232 Commands: arp
8-25
Examples
This example displays all ARP cache entries.
This example displays an ARP cache entry with IP address 172.16.31.100.
This example displays the configuration of an ARP cache entry with IP address
172.16.31.106 and MAC address 08-00-09-4a-c5-5a.
[232] arp -a
Internet Address Ethernet Address Type Life
172.16.52.16 00-00-92-90-F2-D9 temp 5 mins
172.16.2.9 00-40-72-00-7F-96 temp 2 mins
[232]
Column Description
Internet Address Displays the IP address of the destination device.
Ethernet Address Displays the MAC address of the destination device.
Type Displays the type of ARP cache entry as perm or temp. Type temp
specifies that the entry is temporary and will be deleted when the
time interval specified in the Life column expires. Type perm
specifies that the entry was entered by the user with the -s
option. This entry will not expire and can be removed using the
-d delete option.
Note: Resetting AI232 clears both permanent and temporary
entries.
Life Displays the time interval for which the temporary entry will
remain in the ARP cache.
[232] arp -a 172.16.31.100
Internet Address Ethernet Address Type Life
172.16.31.100 08-00-09-7B-88-0C temp 5 mins
[232]
[232] arp -s 172.16.31.106 08-00-09-4a-c5-5a
172.16.31.106 mapped to Ethernet address 08-00-09-4A-C5-5A
[232]