show arp vrf
Syntax
show arp {all-vrfs | vrf <VRF-NAME>} [vsx-peer]
Description
Shows the ARP table for all VRF instances, or for the named VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
all-vrfs
Specifies all VRFs.
vrf <VRF-NAME>
Specifies the name of a VRF. Length: 1 to 32 alphanumeric characters.
[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Examples
Showing ARP entries for VRF test.
switch# show arp vrf test ARP IPv4 Entries: ------------------------------------------------------- IPv4 Address MAC Port Physical Port State VRF 10.20.30.40 00:50:56:bd:6a:c5 1/1/29 1/1/29 reachable test ------------------------------------------------------- Total Number Of ARP Entries Listed: 1. ------------------------------------------------------- switch# show arp all-vrfs ARP IPv4 Entries: ------------------------------------------------------- IPv4 Address MAC Port Physical Port State VRF 192.168.120.10 00:50:56:bd:10:be 1/1/32 1/1/32 reachable red 10.20.30.40 00:50:56:bd:6a:c5 1/1/29 1/1/29 reachable test ------------------------------------------------------- Total Number Of ARP Entries Listed: 2. -------------------------------------------------------
Showing ARP entries for all VRFs.
switch# show arp all-vrfs ARP IPv4 Entries: ------------------------------------------------------- IPv4 Address MAC Port Physical Port State VRF 192.168.120.10 00:50:56:bd:10:be 1/1/32 1/1/32 reachable red 10.20.30.40 00:50:56:bd:6a:c5 1/1/29 1/1/29 reachable test ------------------------------------------------------- Total Number Of ARP Entries Listed: 2. -------------------------------------------------------