Kentrox AI296 Manuale Utente

Pagina di 404
AI296 Version 9.8x User’s Guide
AI296 Commands: arp
9-17
Examples
This example displays all ARP cache entries.
This example displays an ARP cache entry with IP address 
10.40.5.20
.
This example displays the configuration of an ARP cache entry with IP address 
10.40.53.2
 and MAC address 
08-00-09-4a-c5-5a
.
[296] 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
[296]
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 AI296 clears both permanent and temporary 
entries.
Life
Displays the time interval for which the temporary entry will 
remain in the ARP cache.
[296]arp -a 10.40.5.20
Internet Address     Ethernet Address    Type    Life
10.40.5.20           00-01-02-EE-A8-30   temp     4 mins
[296]
[296]arp -s 10.40.53.2 08-00-09-4a-c5-5a
10.40.53.2 mapped to Ethernet address 08-00-09-4A-C5-5A
[296]