To configure the maximum reservable bandwidth as an absolute value for MPLS LSPs on the interface, complete the following steps.
device# configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/1
device(config-router-mpls-if-eth-0/1)# rsvp
device(config-router-mpls-if-eth-0/1-rsvp)# reservable-bandwidth 10000
The following example shows the configuration of the maximum reservable bandwidth for MPLS LSPs with an absolute value of 10000 kbps.
device# configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/1 device(config-router-mpls-if-eth-0/1)# rsvp device(config-router-mpls-if-eth-0/1-rsvp)# reservable-bandwidth 10000