rsvp refresh-time
Use this command to configure RSVP refresh interval timer for the current interface. This is an interface-specific command and when not used, the global
refresh-time command applies.
The refresh time and keep multiplier are two interrelated timing parameters used to calculate the valid reservation lifetime for an LSP. Refresh time regulates the interval between refresh messages that include path and reservation request (Resv) messages. Refresh messages are sent periodically so that the reservation does not timeout in the neighboring nodes. Each sender and receiver host sends path and resv messages, downstream and upstream respectively, along the paths.
Use the no parameter with this command to revert to the refresh-time value set in RSVP mode.
Command Syntax
rsvp refresh-time <1-65535>
no rsvp refresh-time <1-65535>
Parameter
<1-65535>
The duration for which messages are sent, in seconds
Default
By default, refresh interval is 30 seconds
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#rsvp refresh-time 5055
(config)#interface eth0
(config-if)#no rsvp refresh-time 5055
Last modified date: 07-13-2023