Sets the time interval for which Open Shortest Path First (OSPF), Intermediate System to Intermediate System (IS-IS), or Border Gateway Protocol (BGP) routes are withdrawn after a Bidirectional Forwarding Detection (BFD) session is declared down.
The BFD holdover interval is set to 0 by default.
BGP configuration mode
IS-IS router configuration mode
OSPF router configuration mode
OSPFv3 router configuration mode
OSPF router VRF configuration mode
OSPFv3 router VRF configuration mode
The BFD holdover interval is supported for both single-hop and multihop sessions.
In BGP configuration mode, use this command to set the BFD holdover interval globally for BGP. In OSPF router configuration mode or OSPF router VRF configuration mode, use this command to set the BFD holdover interval globally for OSPFv2. In OSPFv3 router or OSPFv3 router VRF configuration mode, use this command to set the BFD holdover interval globally for OSPFv3. In IS-IS router configuration mode, use this command to set the BFD holdover interval globally for IS-IS.
The IS-IS options are supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The no form of the command removes the configured BFD holdover interval from the configuration, and reverts to the default value of 0.
The following example sets the BFD holdover interval globally to 15 in BGP configuration mode.
device# configure terminal device(config)# router bgp device(config-bgp-router)# bfd holdover-interval 15
The following example sets the BFD holdover interval globally to 12 in OSPF router configuration mode.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# bfd holdover-interval 12
The following example sets the BFD holdover interval globally to 20 in OSPFv3 router configuration mode.
device# configure terminal device(config)# ipv6 router ospf device(config-ipv6-router-ospf-vrf-default-vrf)# bfd holdover-interval 20
The following example sets the BFD holdover interval globally to12 in IS-IS router configuration mode.
device# configure terminal device(config)# router isis device(config-isis-router)# bfd holdover-interval 12