Configuring the VXLAN Gateway boot flag

There are two configuration modes: Base Interworking Mode and Full Interworking Mode. The Base Interworking Mode is the default mode. To switch to the Full Interworking Mode, use this procedure.

Important

Important

After you change this boot flag, you must save the change to the configuration file and reboot the switch.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Enable Full Interworking Mode:

    boot config flags vxlan-gw-full-interworking-mode

  3. Save the changed configuration.

    save config

  4. Restart the switch.

    reset

  5. Verify that VXLAN Gateway is in Full Interworking Mode:

    show boot config flags

    The true parameter in the output indicates that Full Interworking Mode is enabled.

Example

Switch:1>enable
Switch:1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch:1(config)#boot config flags vxlan-gw-full-interworking-mode