ipv6 route static bfd holdover-interval

Sets the time interval for which BFD session DOWN notifications are delayed before an IPv6 static route is notified that a BFD session is down.

Syntax

ipv6 route static bfd holdover-interval time
no ipv6 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 IPv6 static routes to 25.

device# configure terminal
device(config)# ipv6 route static bfd holdover-interval 25

This example removes the configured BFD holdover interval for IPv6 static routes.

device# configure terminal
device(config)# no ipv6 route static bfd holdover-interval