revertive hold-time

Specifies the time, in seconds, the LSP holds before attempting a new path on the FRR LSP.

Syntax

revertive holdtime value
no revertive holdtime

Command Default

The default is five seconds.

Parameters

value
Specifies the hold time value in seconds. The hold-time ist he time between the primary LSP failure and the trigger of new instanceof LSP by global revertiveness. The range is one through 60 seconds.

Modes

MPLS LSP fast reroute mode (config-router-mpls-lsp-lsp_name-frr).

Usage Guidelines

The no form of the command removes the revertive hold time.

MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

Examples

The following example configures the revertive hold time to 20 seconds.

device# configure
device(Config)# router mpls
device(config-router-mpls)# lsp t1
device(config-router-mpls-lsp-t1)# adaptive
device(config-router-mpls-lsp-t1)# frr
device(config-router-mpls-lsp-t1-frr)# revertive mode global
device(config-router-mpls-lsp-t1-frr)# revertive holdtime 20