Configures a Bidirectional Forwarding Detection (BFD) session for a static IPv4 route.
By default, BFD is not configured for an IPv4 static route.
Global configuration mode
Address-family IPv4 unicast VRF configuration mode
The local device needs the interval transmit-time and min-rx receive-time variables. The actual values in use will be the negotiated values.
For single-hop static BFD sessions, the interval value is taken from the outgoing interface. For multi-hop BFD sessions, if the configured interval and min-rx parameters conflict with those of an existing session, the lower values are used.
Use the no form of the command to remove the configured static route.
This example configures a BFD session on an IPv4 static route.
device# configure terminal device(config)#)# ip route static bfd 10.0.2.1 10.1.1.1 interval 500 min-rx 500 multiplier 5
This example configures a BFD session on an IPv4 static route in a non-default VRF instance.
device# configure terminal device(config)# vrf orange device(config-vrf-orange)# address-family ipv4 unicast device(vrf-ipv4-unicast)# ip route static bfd 10.2.2.2 10.3.3.3 interval 600 min-rx 700 multiplier 10