
C613-50186-01 Rev B
Command Reference for AR2050V
1499
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRF-
LITE
C
OMMANDS
SHOW
ARP
Output
Figure 32-1:
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
Output
Figure 32-2:
Example output from the
show arp global
command
Example
(VRF-lite)
To display the dynamic ARP entries for a VRF instance ‘red’, use the command:
awplus#
show arp vrf red
Output
Figure 32-3:
Example output from the
show arp vrf red
command
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
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
awplus# show arp vrf red
[VRF: red]
IP Address MAC Address Interface Port Type
192.168.10.2 0015.77ad.fad8 vlan1 port1.0.1 dynamic
Table 1:
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
command. Dynamic entries are learned from ARP
request/reply message exchanges.
VRF
The name of the VRF instance. The VRF-lite components
only display when VRF-lite is configured.