arp
GFK-2572
Chapter 3 Modify-Level Commands
3-3
3
arp
Non-Global Command
This command provides the following methods for modifying the Address Resolution Protocol
(ARP) table.
arp
shows ARP table.
arp add
adds a static entry in ARP table.
arp clear
clears arp cache
Entering
arp
displays the current ARP table with the same display as
show arp.
arp Command Format
arp [add <IP Address> <MAC Address> | clear]
Examples
Adding an Entry in the ARP Table
Screen Display
device-name=arp add 10.10.0.50 00:09:91:40:77:80
Entry Added
device-name=
Displaying the ARP Table with the new Entry
Screen Display
device-name=arp
01-JAN-2000 06:29:35.0231
<<< ARP Cache >>>
10.10.0.50 at 00:09:91:40:77:80 published on gei0
10.10.0.165 at 00:25:64:9e:02:c0 on gei0
device-name=
Clearing the ARP Cache
Screen Display
device-name=arp clear
ARP Cache Cleared
device-name=
Displaying the Cleared ARP Cache
Screen Display
device-name=arp
01-JAN-2000 00:50:49.0000
<<< ARP Cache >>>
device-name=