bfd shutdown

Disables Bidirectional Forwarding Detection (BFD) on an interface.

Syntax

bfd shutdown
no bfd shutdown

Modes

Interface subtype configuration mode

Usage Guidelines

The no form of the command re-enables BFD sessions on an interface.

Examples

The following example disables BFD sessions on an Ethernet interface.

device# configure terminal
device(config)# interface ethernet 1/4
device(conf-if-eth-1/4)# bfd shutdown

The following example disables BFD sessions on a virtual Ethernet (VE) interface.

device# configure terminal
device(config)# interface ve 24
device(config-if-ve-24)# bfd shutdown