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 primary path-selection affinities constraints exclude-any

Creates a list of affinities to exclude for the path.

set protocols mpls-rsvp tunnels tunnel name primary path-selection affinities constraints exclude-any
delete protocols mpls-rsvp tunnels tunnel name primary path-selection affinities constraints exclude-any
show protocols mpls-rsvp tunnels tunnel name primary path-selection affinities constraints exclude-any
name
The tunnel name.

Configuration mode


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

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

Use the set form of this command to create a list of affinities to exclude for the primary path.

Use the delete form of this command to delete the configuration that creates a list of affinities to exclude for the primary path.

Use the show form of this command to display the configuration that creates a list of affinities to exclude for the primary path.

Example

The following example shows how to create a list of affinities to exclude for the primary path for the RSVP-TE tunnel named pe1-pe2.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 primary path-selection affinities constraints exclude-any