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
Examples
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