CLI Reference BFD Configuration Commands
(Optional) set the VRF name of the static router.
interface-type
interface-number
Set the interface type and interface number.
Set the IP address for the gateway, which is the neighbor IP address
for BFD. The static route next-hop of the neighbor detects the
reachability of the forwarding path through BFD.
(Optional) set the source IP address for the BFD session. It is
necessary to set this parameter if the distance between the session
IP address and the neighbor IP address are multi-hops.
No configuration of BFD for the static route.
Global configuration mode.
Note that the BFD session parameters must have been configured before the configuration.
The example below shows how to configure the BFD for the static routes and detects the forwarding
path between the neighbor 2001:1::2 through BFD:
Ruijie(config)# interface FastEthernet 0/1
Ruijie(config-if)# no switchport
Ruijie(config-if)# ip address 2001:1::1/64
Ruijie(config-if)# bfd interval 50 min_rx 50 multiplier 3
Ruijie(config)# ipv6 route static bfd FastEthernet 0/1 2001:1::2
Ruijie(config)# ipv6 route 2002::/64 FastEthernet 0/1 2001:1::2
Set the BFD session parameters.
Use this command to configure the BFD for BGP and detects the change of the specified neighbor to
speed up the BGP convergence in router or address-family configuration mode. Use the no form of
this command to disable this function.
neighbor ip-address fall-over bfd
no neighbor ip-address fall-over bfd