C613-50631-01 Rev A Command Reference for IE340 Series 909
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IP ADDRESSING AND PROTOCOL COMMANDS
SHOW
ARP
show arp
Overview Use this command to display entries in the ARP routing and forwarding table—the
ARP cache contains mappings of IP addresses to physical addresses for hosts. To
have a dynamic entry in the ARP cache, a host must have used the ARP protocol to
access another host.
For information on filtering and saving command output, see the “Getting Started
with AlliedWare Plus” Feature Overview and Configuration Guide.
Syntax
show arp
Mode User Exec and Privileged Exec
Usage notes Running this command with no additional parameters will display all entries in the
ARP routing and forwarding table.
Example To display all ARP entries in the ARP cache, use the following command:
awplus# show arp
Output Figure 22-3: Example output from the show arp command
Related
commands
arp
clear arp-cache
show arp security
awplus#show arpď€
IP Address LL Address Interface Port Typeď€
192.168.27.10 192.168.4.1 vlan1 port1.0.1 dynamicď€
192.168.27.100 0000.daaf.cd24 vlan1 port1.0.2 dynamicď€
...
Table 23: Parameters in the output of the show arp command
Parameter Meaning
IP Address IP address of the network device this entry maps to.
LL Address Hardware address of the network device.
Interface Interface over which the network device is accessed.
Port Physical port that the network device is attached to.
Type Whether the entry is a static or dynamic entry. Static
entries are added using the arp command. Dynamic entries
are learned from ARP request/reply message exchanges.