bfd echo disable

Syntax

bfd echo disable

no bfd echo disable

Description

Disables support for BFD echo packets. Echo packet support is enabled by default.

The no form of this command enables support for BFD echo packets.

NOTE:

Toggling this feature on the 8325 may cause route flapping.

Command context

config

config-if

Authority

Administrators or local user group members with execution rights for this command.

Examples

On the 6400 Switch Series, interface identification differs.

Enabling BFD echo packet support on all interfaces:

switch(config)# no bfd echo disable

Disabling BFD echo packet support on all interfaces:

switch(config)# bfd echo disable

Enabling BFD echo packet support on interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# bfd echo disable

Disabling BFD echo packet support on interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# no bfd echo disable