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 autoroute-announce

Enables calculation of routes over TE-tunnels by IGPs.

set protocols mpls-rsvp tunnels tunnel name autoroute-announce
delete protocols mpls-rsvp tunnels tunnel name autoroute-announce
show protocols mpls-rsvp tunnels tunnel name autoroute-announce
name
The tunnel name.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> {
                autoroute-announce
            }
        }
    }
}

Use this command to enable calculation of routes over TE-tunnels by Interior Gateway Protocols (IGPs). By default, only the route to the tunnel destination is added to the RIB. When calculation of routes over TE-tunnels is enabled, IGPs treat a tunnel as a single link when calculating routes.

Use the set form of this command to enable calculation of routes over TE-tunnels by IGPs.

Use the delete form of this command to delete the configuration that enables calculation of routes over TE-tunnels by IGPs.

Use the show form of this command to display the configuration that enables calculation of routes over TE-tunnels by IGPs.

Example

The following example shows how to allow IGPs to calculate routes over the RSVP-TE tunnel named pe1-pe2.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 autoroute-announce