Global revertiveness is enabled by default in FRR mode for an adaptive LSP.
device# configure
device(config)# router mpls
device(config-router-mpls)# policy
device(config-router-mpls-policy)# retry-limit 20
device(config-router-mpls-policy)# exit
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 holdtime 20
device(config-routr-mpls-lsp-t1-frr)# exit
device(config-router-mpls-lsp-t1)# commit
The following example show the how the global revertiveness is enabled by default in the fast reroute mode for an adaptive LSP.
device# configure device(config)# router mpls device(config-router-mpls)# policy device(config-router-mpls-policy)# retry-limit 20 device(config-router-mpls-policy)# exit 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 holdtime 20 device(config-router-mpls-lsp-t1-frr)# exit device(config-router-mpls-lsp-t1)# commit