Chapter 18
| VLAN Commands
Configuring VXLAN Tunneling
– 502 –
Console#show vxlan vlan-vni
VLAN VNI
---- --------
1 16777
Console#
debug vxlan This command enables the specified debug flag. Use the no form to disable the
specified flag.
Syntax
[no] debug vxlan {database | event | vni | vtep | all}
database - Enables database debugging.
event - Enables event debugging.
vni - Enables VNI debugging.
vtep - Enables VTEP debugging.
all - Enables all VXLAN debugging flags.
Default Setting
Disabled
Command Mode
Privileged Exec
Example
This example shows the type of debug information that would be displayed for
tracing a callback event.
Console#debug vxlan event
Console#con
Console(config)#vlan database
Console(config-vlan)#vlan 2 media ethernet
23:14:22: VXLAN: (510) VLAN create, vid_ifindex[1002]
Console(config-vlan)#exit
Console(config)#int ethernet 1/2
Console(config-if)#switchport allowed vlan 2
23:16:38: VXLAN: (618) Add VLAN member, vid_ifindex[1002], lport_ifindex[2]
23:16:38: VXLAN: (689) Delete VLAN member, vid_ifindex [1001],
lport_ifindex[2]
Console(config-if)#
This example shows the type of debug information that would be displayed for an
error on a VNI.
Console#debug vxlan vni
Console#con