OcNOS-SP : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Microloop-Avoidance Commands : microloop-avoidance hold-timer
microloop-avoidance hold-timer
Use this command to configure the hold-timer valuefor microloop avoidance.
Use the no form of this command to return to the default hold-timer value for microloop avoidance.
Hold-timer value means the time that router will wait after receiving first LSP update with a topology change, to group all related LSP updates together to process using oFIB.
Microloop avoidance has to be enabled first for the particular level before configuring the hold-timer.
Hold-timer value must be configured same across all routers in the network to get the desired results.
Command Syntax
microloop-avoidance hold-timer <1-60> (level-1|level-2)
no microloop-avoidance hold-timer (level-1|level-2)
Parameters
<1-60>
Hold-timer value in seconds
level-1
Level-1 only
level-2
Level-2 only
Defaults
Default value for hold-timer is 6 seconds
Command Mode
ISIS router mode
Applicability
This command was introduced in OcNOS version 6.3.0.
Examples
#configure terminal
(config)#router isis 100
(config-router)#microloop-avoidance hold-timer 3 level-1
(config-router)#microloop-avoidance hold-timer 3 level-2
(config-router)#
 
#configure terminal
(config)#router isis 100
(config-router)#no microloop-avoidance hold-timer level-1
(config-router)#no microloop-avoidance hold-timer level-2
(config-router)#
Last modified date: 08/28/2023