Users Guide

Table Of Contents
Command Mode ROUTER-OSPF
Usage Information
Use the bfd all-neighbors command to configure BFD sessions between discovered neighbors. The
BFD session parameters you configure override the global session parameters configured with the bfd
interval command. To disable BFD and ignore the configured bfd all-neighbors settings for a
specified neighbor, enter the bfd disable command in ROUTER-NEIGHBOR mode.
To remove the configured all-neighbors settings for all BGP neighbors, enter the no version of the command.
To return to the default values, enter the bfd all-neighbors command.
Example
OS10(conf-ospf-bgp)# bfd all-neighbors interval 250 min_rx 300 multiplier 4
role passive
Supported
releases
10.4.1.0 or later
bfd disable
Ignores the configured bfd all-neighbors settings and disables BFD for a specified neighbor.
Syntax
bfd disable
Parameters None
Default Not configured
Command Mode ROUTER-NEIGHBOR
Usage Information Use the neighbor ip-address command in ROUTER-BGP mode to specify a neighbor. Use the bfd
disable command to disable BFD sessions with the neighbor.
Example
OS10(conf)# router bgp 1
OS10(config-router-bgp-1)# neighbor 10.1.1.1
OS10(config-router-neighbor)# bfd disable
Supported
releases
10.4.1.0 or later
bfd enable
Enables BFD on all interfaces on the switch.
Syntax
bfd enable
Parameters None
Default BFD is disabled.
Command Mode CONFIGURATION
Usage Information Before you configure BFD for static routing or a routing protocol, enable BFD globally on each router in a BFD
session. To globally disable BFD on all interfaces, enter the no bfd enable command.
Example
OS10(config)# bfd enable
Supported
releases
10.4.1.0 or later
bfd interval
Configures parameters for all BFD sessions on the switch.
Syntax
bfd interval milliseconds min_rx milliseconds multiplier number role {active |
passive}
Layer 3 507