show arp vrf
Syntax
show arp {all-vrfs | vrf <VRF-NAME>} [vsx-peer]
Description
Shows the ARP (Address Resolution Protocol) table for all VRF (Virtual Router Forwarding) instances, or for the named VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
all-vrfs
Shows the ARP tables for all VRFs.
vrf <VRF-NAME>
Shows the ARP table for the specified VRF. VRF length allows up 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.
Authority
Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.
Examples
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. -------------------------------------------------------