Global revertiveness is enabled by default in FRR mode for an adaptive LSP.
device# configure
device(config)# router mpls
device(config-router-mpls)# lsp t1
device(config-router-mpls-lsp-t1)# to 10.3.3.3
device(config-router-mpls-lsp-t1)# from 10.2.2.2
device(config-router-mpls-lsp-t1)# traffic-eng mean-rate 1000
device(config-router-mpls-lsp-t1)# adaptive
device(config-router-mpls-lsp-t1)# frr
device(config-router-mpls-lsp-t1-frr)# exit
The following example shows how to configure an LSP to be adaptive.
device# configure device(config)# router mpls device(config-router-mpls)# lsp t1 device(config-router-mpls-lsp-t1)# to 10.3.3.3 device(config-router-mpls-lsp-t1)# from 10.2.2.2 device(config-router-mpls-lsp-t1)# traffic-eng mean-rate 1000 device(config-router-mpls-lsp-t1)# adaptive device(config-router-mpls-lsp-t1)# frr device(config-router-mpls-lsp-t1-frr)# exit device(config-router-mpls-lsp-t1)# enable