Setting the revertive hold time

Use the revertive hold-time command to specify the time the LSP holds before attempting a new path on the FRR LSP.
  1. Enable the device and configure the terminal to the global configuration.
    device# configure
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Set the signaled switched path (LSP). In this example, the LSPs name is temp.
    device(config-router-mpls)# lsp temp
  4. Enable the LSP to be adaptive.
    device(config-router-mpls-lsp-temp)# adaptive
    This enables the LSP to be modified without restarting.
  5. Enable the ability to set fast reroute options.
    device(config-router-mpls-lsp-temp)# frr
  6. Enable global revertive mode.
    device(config-router-mpls-lsp-temp-frr)# revertive mode global enable

Example

The following example shows how to enable the LSP holds before attempting a new path on the FRR LSP.

device# configure
device(config)# router mpls
device(config-router-mpls)# lsp temp
device(config-router-mpls-lsp-temp)# adaptive
device(config-router-mpls-lsp-temp)# frr
device(config-router-mpls-lsp-temp-frr)# revertive mode global enable