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 tunnels tunnel secondary path-selection affinities constraints exclude-any affinity-names

Creates a list of affinities to exclude for the specified administrative group on the secondary path.

set protocols mpls-rsvp tunnels tunnel name secondary path-selection affinities constraints exclude-any affinity-names name
delete protocols mpls-rsvp tunnels tunnel name secondary path-selection affinities constraints exclude-any affinity-names name
show protocols mpls-rsvp tunnels tunnel name secondary path-selection affinities constraints exclude-any affinity-names name
name
The tunnel name.
name
The name of the administrative group.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> {
                secondary {
                    path-selection {
                        affinities {
                            constraints exclude-any {
                                affinity-names <name>
                            }
                        }
                    }
                }
            }
        }
    }
}

Use this command to create a list of affinities to exclude for the specified administrative group on the secondary path for the specified tunnel. The path will not be able to use the interfaces bound to the excluded administrative groups.

Use the set form of this command to create a list of affinities to exclude for the specified administrative group on the secondary path.

Use the delete form of this command to delete the configuration that creates a list of affinities to exclude for the specified administrative group on the secondary path.

Use the show form of this command to display the configuration that creates a list of affinities to exclude for the specified administrative group on the secondary path.

Example

The following example shows how to create a list of affinities to exclude for the administrative group named group8 on the secondary path for the RSVP-TE tunnel named pe1-pe2.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 secondary path-selection affinities constraints exclude-any affinity-names group8