rsvp hello-timeout
This command determines how long an RSVP node should wait for a hello message before declaring a neighbor to be down. If an LSR does not received a hello message from a peer connected to an interface within the specified duration, the LSR resets all sessions that are shared with this particular peer. This is an interface-specific command and when not used, the global
hello-timeout command applies.
Use the no parameter to revert to the default hello timeout value.
Command Syntax
rsvp hello-timeout <1-65535>
no rsvp hello-timeout
Parameters
<1-65535>
Time to receive a hello message, in seconds
Default
By default, hello-timeout value is 7 seconds
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#rsvp hello-timeout 550
(config)#interface eth0
(config-if)#no rsvp hello-timeout
Last modified date: 07-13-2023