OcNOS-RON : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Graceful Restart Commands : restart-timer
restart-timer
Use this command to restart the ISIS T2 timer. When a node comes up after graceful restart, within this time, the LSPDB sync should be completed.
Use the no parameter with this command to negate this command.
Command Syntax
restart-timer <5-65535> (level-1|level-2|)
no restart-timer (level-1|level-2|)
Parameters
<5-65535>
 
Restart time in seconds
level-1
Restart is only for Level-1.
level-2
Restart is only for Level-2.
Default
The default value is 60 seconds.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following example enables and then disables the restart timer at 555 seconds for a level 2 interface.
#configure terminal
(config)#router isis bb
(config-router)#restart-timer 555 level-2
 
(config)#router isis bb
(config-router)#no restart-timer level-2
Last modified date: 08/28/2023