loop-detection shutdown-disable

Disables the shutting down of an interface (Ethernet or port-channel), a VLAN VXLAN tunnel, or a bridge domain (BD) VXLAN tunnel as a result of the loop detection (LD) protocol.

Syntax

loop-detection shutdown-disable
no loop-detection shutdown-disable

Command Default

This feature is disabled.

Modes

Interface subtype configuration mode (Ethernet or port-channel)

VLAN configuration mode

Bridge domain configuration mode

Usage Guidelines

Use the no form of this command. to revert to default behavior. (LD protocol shuts down the interface.)

Examples

The following example disables the shutdown of an Ethernet interface as a result of LD protocol.

device# configure terminal
device(config)# interface ethernet 2/6
device(conf-if-eth-2/6)# loop-detection shutdown-disable

The following example reverts to default behavior.

device# configure terminal
device(config)# interface ethernet 2/6
device(conf-if-eth-2/6)# no loop-detection shutdown-disable

The following example disables the shutdown of a VLAN VXLAN tunnel.

device# configure terminal
device(config)# vlan 20
device(config-vlan-20)# loop-detection shutdown-disable

The following example disables the shutdown of a BD VXLAN tunnel.

device# configure terminal
device(config)# bridge-domain 8
device(config-bridge-domain-8)# loop-detection shutdown-disable