Connectivity Guide

Table Of Contents
show nve vxlan-vni
Displays information about the VXLAN virtual networks on the switch.
Syntax
show nve vxlan-vni
Parameters None
Default Not congured
Command mode EXEC
Usage information Use the show nve vxlan-vni command to display information about congured VXLAN virtual networks.
Each VXLAN virtual network is identied by its virtual-network ID.
Example
OS10# show nve vxlan-vni
VNI Virtual-Network Source-IP Remote-VTEPs
------------------------------------------------------
10000 1 1.1.1.1 2.2.2.2
200 2 1.1.1.1 2.2.2.2
300 300 1.1.1.1 2.2.2.2
Supported releases 10.4.2.0 or later
show virtual-network
Displays a virtual-network conguration, including all VXLAN congurations.
Syntax
show virtual-network [vn-id]
Parameters
vn-id
Enter a virtual-network ID (1 to 65535).
Default Not congured
Command mode EXEC
Usage information Use the show virtual-network command to display the VNID, port members, source interface, and remote
tunnel endpoints of a VXLAN virtual network.
Example
OS10# show virtual-network
Virtual-Network: 1000
Members:
Vlan 100: ethernet1/1/1, ethernet1/1/2
Vlan 101: port-channel5
VXLAN Virtual Network Identifier : 10005
Codes : DP - MAC-learn Dataplane, CP - MAC-learn Controlplane, UUD -
Unknown-Unicast-Drop
Source Interface: loopback1 (3.3.3.3)
Remote-VTEPs (flood-list): 10.10.10.10 (DP), 20.20.20.10 (DP, UUD)
Supported releases 10.4.2.0 or later
VXLAN 527