shutdown

Syntax

shutdown

no shutdown

Description

Disables the VXLAN interface and deletes all VXLAN tunnels, segments, and members on the interface.

The no form of this command starts the VXLAN interface and creates all VXLAN tunnels and segments. If members are configured, they are added to the VXLAN segment.

Command context

config-vxlan-if

Authority

Administrators

Examples

Disabling VXLAN interface 1:

switch(config)# interface vxlan 1
switch(config-vxlan-if)# shutdown

Enabling VXLAN interface 1:

switch(config)# interface vxlan 1
switch(config-vxlan-if)# no shutdown