C613-50100-01 REV C Command Reference for x930 Series 757
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IP ADDRESSING AND PROTOCOL COMMANDS
SHOW
ARP
Output Figure 20-3: Example output from the show arp command
Example (VRF
lite)
To display the dynamic ARP entries in the global routing instance, use the
command:
awplus# show arp global
Figure 20-4: Example output from the show arp global command
Related
Commands
arp (IP address MAC)
clear arp-cache
awplus#show
arp
IP Address MAC Address Interface Port Type
192.168.10.2 0015.77ad.fad8 vlan1 port1.0.1 dynamic
192.168.20.2 0015.77ad.fa48 vlan2 port1.0.2 dynamic
192.168.1.100 00d0.6b04.2a42 vlan2 port1.0.6 static
[VRF: red]
IP Address MAC Address Interface Port Type
10.1.1.1 0015.77ad.1234 vlan11 port1.0.11 dynamic
awplus#show arp global
IP Address MAC Address Interface Port Type
192.168.10.2 0015.77ad.fad8 vlan1 port1.0.1 dynamic
192.168.20.2 0015.77ad.fa48 vlan2 port1.0.2 dynamic
192.168.1.100 00d0.6b04.2a42 vlan2 port1.0.8 static
Table 21: Parameters in the output of the show arp command
Parameter Meaning
IP Address IP address of the network device this entry maps to.
MAC 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 (IP address MAC)
command. Dynamic entries are learned from ARP
request/reply message exchanges.
VRF The name of the VRF lite instance. The VRF lite components
only display when VRF lite is configured on the switch.