rsvp keep-multiplier
This command sets the constant for calculating a valid reservation lifetime for an LSP, which allows messages to be exchanged through this interface. This is an interface-specific command and when not specified, the global
keep-multiplier command applies.
Reservation lifetime is the duration of bandwidth reservation for the LSP. The refresh time and keep multiplier are two interrelated timing parameters used to calculate the valid reservation lifetime for an LSP. Use the following formula to calculate the reservation lifetime for an LSP:
L >= (K + 0.5)* 1.5 * R
K = keep-multiplier
R = refresh timer
Refresh messages are sent periodically so that neighbors do not timeout.
Use the no parameter with this command to return to the global keep-multiplier value.
Command Syntax
rsvp keep-multiplier <1-255>
no rsvp keep-multiplier <1-255>
Parameter
<1-255>
Set a value for the lifetime constant
Default
By default RSVP keep-multiplier value is 3
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#rsvp keep-multiplier 3
(config)#interface eth0
(config-if)#no rsvp keep-multiplier
Last modified date: 10/17/2023