OcNOS-SP : Multi-Protocol Label Switching Guide : RSVP-TE Command Reference : RSVP-TE Commands : keep-multiplier
keep-multiplier
Use this command to configure the constant to be used to calculate a valid reservation lifetime for a Labeled Switched Path (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
The router sends refresh messages periodically so that the neighbors do not timeout.
Use the no parameter with this command to return to the default keep-multiplier setting.
Command Syntax
keep-multiplier <1-255>
no keep-multiplier <1-255>
Parameters
<1-255>
The keep-multiplier value
Default
By default, keep-multiplier value is 3
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router rsvp
(config-router)#keep-multiplier 2
Last modified date: 10/17/2023