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 signaling refresh interval

Configures an interval for refresh reduction transmissions.

set protocols mpls-rsvp interfaces interface name signaling refresh interval 10..65535
delete protocols mpls-rsvp interfaces interface name signaling refresh interval 10..65535
show protocols mpls-rsvp interfaces interface name signaling refresh interval 10..65535
interface name
The interface name.
signaling refresh interval 10..65535
The signaling refresh interval value in seconds, which can be from 10 through 65535.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                signaling {
                    refresh {
                        interval <10..65535>
                    }
                }
            }  
        }
    }
}

Use this command to configure an interval in seconds for refresh reduction transmissions. The default is 30 seconds.

Use the set form of this command to configure an interval for refresh reduction transmissions.

Example

Use the delete form of this command to delete the configuration of an interval for refresh reduction transmissions.

Use the show form of this command to display the configuration of an interval for refresh reduction transmissions.

The following example shows how to configure a 60 second interval for refresh reduction transmissions on the interface named dp0p256p1.

vyatta@R1# set protocols mpls-rsvp interfaces interface dp0p256p1 signaling refresh interval 60