Sets the time interval for which BFD session DOWN notifications are delayed before an IP static route is notified that a BFD session is down.
By default, the BFD holdover interval is 0 seconds.
Global configuration mode
Use the no form of the command to revert to the default value of 0.
If the BFD session is restored within the specified time interval, no DOWN notification is sent.
Holdover interval values are configured globally and apply to all VRFs.
This example sets the BFD holdover interval globally for IP static routes to 15.
device# configure terminal device(config)# ip route static bfd holdover-interval 15
This example removes the configured BFD holdover interval for IP static routes.
device# configure terminal device(config)# no ip route static bfd holdover-interval