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 globals reoptimization interval

Configures periodic reoptimization of tunnels at an interval.

set protocols mpls-rsvp globals reoptimization interval 0..604800
delete protocols mpls-rsvp globals reoptimization interval 0..604800
show protocols mpls-rsvp globals reoptimization interval 0..604800
0..604800
The interval value in seconds. The value can be zero through 604800.

Configuration mode


protocols {
    mpls-rsvp {
        globals  {
            reoptimization  {
                interval <0..604800>
            } 
        }
    }
}

Use this command to configure periodic reoptimization of tunnels with a specific reoptimization interval, in seconds. The default reoptimization time is 3600 seconds. If reoptimization is not enabled, a session will remain on its current path even if a better path becomes available.

Use the set form of this command to enable periodic reoptimization of tunnels.

Use the delete form of this command to delete periodic reoptimization of tunnels.

Use the show form of this command to display the configuration of periodic reoptimization of tunnels.

Example

The following example shows how to configure the reoptimization of tunnels to happen every 1000 seconds.

vyatta@R1# set protocols mpls-rsvp globals reoptimization interval 1000