To define a bandwidth constraint for the fast reroute path, complete the following steps.
device# configure
device(config)# router mpls
device(config-router-mpls)# lsp frr_tunnel
device(config-router-mpls-lsp-frr_tunnel)# frr
device(config-router-mpls-lsp-frr_tunnel-frr)# bandwidth 100
The example below defines a bandwidth of 100 kbits/sec. for the fast reroute path.
device# configure device(config)# router mpls device(config-router-mpls)# lsp frr_tunnel device(config-router-mpls-lsp-frr_tunnel)# frr device(config-router-mpls-lsp-frr_tunnel-frr)# bandwidth 100
An additional way to add bandwidth to a FRR path is by using the bandwidth inherit command.