Displaying the VXLAN Running Configuration

Use the following procedure to display the currently running VXLAN configuration.

Procedure

  1. Enter Privileged EXEC mode:

    enable

  2. Display the running configuration:

    show running-config module vxlan

Example

This example shows the VXLAN information only. It does not show the hardware-specific information that also the system displays it in the output for this command.

The example shows the VXLAN Gateway in Base Interworking Mode. It also shows an external loopback (see c-vid commands), which enables communication between the VNID and an I-SID in an SPB network.

Switch:1# show running-config module vxlan

#
# VTEP CONFIGURATION
#
vtep source-ip 1.1.1.1 vrf underlay-vxlan

#
# REMOTE VTEP CONFIGURATIONS
#
vtep 2 ip 1.1.1.1 name "vtep-2"
vtep 67 ip 1.1.1.67 name "vtep-67"

#
# VNID CONFIGURATION
#
vnid 12002105 i-sid 102105
c-vid 105 port 1/11
c-vid 2105 port 1/10
vtep 67
exit