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 te-metric

Configures the interface metric to be used with TE tunnels.

set protocols mpls-rsvp interfaces interface name te-metric 1..65535
delete protocols mpls-rsvp interfaces interface name te-metric 1..65535
show protocols mpls-rsvp interfaces interface name te-metric 1..65535
interface name
The interface name.
te-metric 1..65535
The value for the interface metric to be used with TE tunnels. The value can be from 1 through 65535.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                te-metric <1..65535>
            }  
        }
    }
}

Use this command to configure the interface metric to be used with TE tunnels. By default, the IGP metric is used.

Use the set form of this command to configure the interface metric to be used with TE tunnels.

Example

Use the delete form of this command to delete the configuration of an interface metric to be used with TE tunnels.

Use the show form of this command to display the configured interface metric to be used with TE tunnels.

The following example shows how to configure the interface metric 655 to be used with TE tunnels on the interface named dp0p256p1.

vyatta@R1# set protocols mpls-rsvp interfaces interface te-metric 655