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

Associates an administrative group with an interface.

set protocols mpls-rsvp interfaces interface name admin-groups name
delete protocols mpls-rsvp interfaces interface name admin-groups name
show protocols mpls-rsvp interfaces interface name admin-groups name
interface name
The interface name.
admin-groups name
The administrative group name.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                admin-groups <name>
            }  
        }
    }
}

Use this command to associate an administrative group with an interface. The administrative group must be previously defined using the protocols mpls-rsvp globals admin-groups <name> value <0-31> command. MPLS RSVP must be enabled on the interface. This allows path affinities to exclude or include interfaces associated with specific administrative groups.

Use the set form of this command to associate an administrative group with an interface.

Example

Use the delete form of this command to delete the association of an administrative group with an interface.

Use the show form of this command to display the association of an administrative group with an interface.

The following example shows how to associate the administrative group named group8 with the interface named dp0p256p1.

vyatta@R1# set protocols mpls-rsvp interfaces interface dp0p256p1 admin-groups group8