CLI Reference BFD Configuration Commands
Configure the BFD session parameter.
Use this command to configure the BFD for OSPF in interface configuration mode. Use the no form of
this command to remove this configuration.
no ip ospf bfd [ disable ]
Disable the configuration of BFD for OSPF on the interface.
Enabled if the keyword disable is not input.
Interface configuration mode
The following two methods are used to enable or disable the configuration of BFD for OSPF:
1. Use the bfd all-interfaces or no bfd all-interfaces command to enable or disable the
configuration of BFD for the routing protocols on all interfaces in the OSPF router configuration mode.
2. Use the ip ospf bfd [disable] command to enable or disable the configuration of BFD for OSPF on
the specified interface in interface configuration mode.
The example below shows how to disable the configuration of BFD for OSPF on the Routed Port
FastEthernet 0/2:
Ruijie(config)# interface FastEthernet 0/2
Ruijie(config-if)# no switchport
Ruijie(config-if)# ip ospf bfd disable
Set the BFD session parameters.
Configure the BFD for the routing protocols on
all interfaces.