Administrator Guide

The following example displays VTEP to VNI mapping for a specific remote VTEP.
DellEMC# show vxlan vxlan-instance 1 vtep-vni-map
Remote Vtep IP : 10.10.10.10
VNI profile : Profile1
VNID count : 4
VNID list : 100, 200, 300, 400
Remote Vtep IP : 10.10.10.11
VNI profile : Profile2
VNID count : 3
VNID list : 100, 200, 500
The following example displays VXLAN statistics for a specific port and VLAN combination.
DellEMC# show vxlan statistics interface te 0/0 vlan 2
Statistics for Port : Te 0/0 Vlan : 2
Rx Packets : 0
Rx Bytes : 0
Tx Packets : 0
Tx Bytes : 0
The following example displays VXLAN statistics for the specified VXLAN tunnel.
DellEMC# show vxlan vxlan-instance 1 statistics remote-vtep-ip 1.1.1.1
Statistics for Remote-vtep-ip : 1.1.1.1
Unicast:
Rx Packets : 0
Rx Bytes : 0
Tx Packets : 0
Tx Bytes : 0
Non-Unicast:
Tx Packets : 0
Tx Bytes : 0
Use the following command to clear the remote VTEP and access port statistics.
DellEMC# clear vxlan vxlan-instance 1 statistics
Disabling MAC Address Learning on Static VXLAN Tunnels
You can configure the system to not learn MAC addresses on static VXLAN tunnels or remote VTEPs.
MAC address learning on static VXLAN tunnels is Enabled by default. To disable MAC address learning on static VXLAN tunnels
or remote VTEPs, follow this procedure:
NOTE:
This command is only applicable for static VXLAN and does not work for the other modes of VXLAN (controller and
nuage).
The remote VTEP should already be configured.
In case of static VXLAN VLT deployments, this configuration should be symmetric across VLT nodes.
Disable MAC address learning on static VXLAN tunnels.
VXLAN-INSTANCE mode
disable-mac-learning remote-vtep-ip
DellEMC(conf-vxlan-inst-1-static)#disable-mac-learning 24.1.1.0
Enable MAC address learning on static VXLAN tunnels.
VXLAN-INSTANCE mode
no disable-mac-learning remote-vtep-ip
DellEMC(conf-vxlan-inst-1-static)#no disable-mac-learning 24.1.1.0
Virtual Extensible LAN (VXLAN)
1075