Configure the Maximum Reservable Bandwidth

To configure the maximum reservable bandwidth as an absolute value for MPLS LSPs on the interface, complete the following steps.

  1. Configure the device.
    device# configure
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Enable MPLS-capable interfaces.
    device(config-router-mpls)# mpls-interface ethernet 0/1
  4. Enable parameters
    device(config-router-mpls-if-eth-0/1)# rsvp
  5. Configure the maximum reservable bandwidth in kbps.
    device(config-router-mpls-if-eth-0/1-rsvp)# reservable-bandwidth 10000
    In this example, the maximum reservable bandwidth is configured to 10000 kbps.

Example

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