显示arp多联机

Syntax

show arp {all-vrfs | vrf} [vsx-peer]

描述

Shows the ARP table for all VRF instances, or for the named VRF.

Command context

Operator (>) or Manager (#)

Parameters

all-vrfs

指定所有多联机。

vrf

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 VRFtest.

switch#显示arp多联机testARP 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-vrfsARP 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-vrfsARP 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. -------------------------------------------------------