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 globals admin-groups value

Sets a name to value binding for an administrative group.

set protocols mpls-rsvp globals admin-groups name value 0-31
delete protocols mpls-rsvp globals admin-groups name value 0-31
show protocols mpls-rsvp globals admin-groups name value 0-31
name
The name of the administrative group.
value
The value from one through 31 that is associated with the administrative group name.

Configuration mode


protocols {
    mpls-rsvp {
        globals  {
            admin-groups <name> {
                value <0-31>
            }
        }
    }
}

Use this command to configure a name to value binding for an administrative group. This value can be referenced by an interface or a path affinity.

Use the set form of this command to configure a name to value binding for an administrative group.

Example

Use the delete form of this command to delete a name to value binding for an administrative group.

Use the show form of this command to display the configuration of a name to value binding for an administrative group.

The following example shows how to associate the administrative group named "group10" with a value of 10.

vyatta@R1# set protocols mpls-rsvp globals admin-groups group10 value 10