home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols mpls-rsvp interfaces interface bandwidth-constraints maximum-reservable

Sets the maximum reservable bandwidth for an interface.

set protocols mpls-rsvp interfaces interface name bandwidth-constraints maximum-reservable 1-10000000000
delete protocols mpls-rsvp interfaces interface name bandwidth-constraints maximum-reservable 1-10000000000
show protocols mpls-rsvp interfaces interface name bandwidth-constraints maximum-reservable 1-10000000000
name
The name of the interface.
1-10000000000
The maximum bandwidth, which can be from 1 through 10000000000.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                bandwidth-constraints {
                    maximum-reservable <1..10000000000>
                }
            }  
        }
    }
}

Use this command to set the maximum reservable bandwidth for an interface. This is required to support tunnels with specific bandwidth requirements. The value can be alternatively configured with a k (kilo), m (mega) or g (giga) suffix; for example 1g.

Use the set form of this command to set the maximum reservable bandwidth for an interface.

Use the delete form of this command to delete the configuration of the maximum reservable bandwidth for an interface.

Use the show form of this command to display the configured maximum reservable bandwidth for an interface.

Example

The following example shows how to set the maximum reservable bandwidth to 100000 for the interface named dp0p256p1.

vyatta@R1# set protocols mpls-rsvp interfaces interface dp0p256p1 bandwidth-constraints maximum-reservable 100000