show evpn vtep-neighbor

Syntax

show evpn vtep-neighbor {all-vrfs | vrf}

Description

显示远程VTEPs MAC-IP binding. The state of the peer VTEP denotes whether VXLAN tunnel to the VTEP is Up or Down.

Command context

Operator (>) or Manager (#)

Parameters

all-vrfs

Display information for all VRFs.

vrf

多联机的名字(如果没有指定一个多联机is specified, the default VRF is implied.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Showing EVPN VTEP neighbor information for all VRFs:

switch#show evpn vtep-neighbor all-vrfsVTEP-IP L3VNI MAC VRF State ------------------------------------------------------------------ 2.2.2.2 1234 00:20:56:bd:27:bc VRF1234 Up 2.2.2.2 6789 00:20:56:bd:27:bc VRF6789 Up 3.3.3.3 1234 00:30:56:ef:aa:cc VRF1234 Down 4.4.4.4 6789 00:40:56:12:34:44 VRF6789 Up 5.5.5.5 6789 00:50:56:ab:11:ee VRF6789 Up

Showing EVPN VTEP neighbor information for the specified VRF name:

switch#show evpn vtep-neighbor vrf VRF1234VTEP-IP L3VNI MAC VRF State ----------------------------------------------------------------- 2.2.2.2 1234 00:20:56:bd:27:bc VRF1234 Up 3.3.3.3 1234 00:30:56:ef:aa:cc VRF1234 Down