device# configure
device(config)# router mpls
device(config-router-mpls)#lsp t1
device(config-router-mpls-lsp-t1)#frr
device(config-router-mpls-lsp-t1-frr)# bandwidth 1000
device(config-router-mpls-lsp-t1-frr)# exit
device(config-router-mpls-lsp-t1)# commit
The following example shows how to change the fast reroute bandwidth for an adaptive LSP.
device# configure device(config)# router mpls device(config-router-mpls)# lsp t1 device(config-router-mpls-lsp-t1)# frr device(config-router-mpls-lsp-t1-frr)# bandwidth 1000 device(config-router-mpls-lsp-t1-frr)# exit device(config-router-mpls-lsp-t1)# commit