ip route static bfd holdover-interval

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.

Syntax

ip route static bfd holdover-interval time
no ip route static bfd holdover-interval

Command Default

By default, the BFD holdover interval is 0 seconds.

Parameters

time
Specifies the BFD holdover-time interval in seconds. Valid values range from 1 through 30. The default is 0.

Modes

Global configuration mode

Usage Guidelines

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.

Examples

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