Command Reference OSPFv3 Commands
Configures the exponential backoff delay of the
SPF calculation
3.51 timers throttle lsa all
Use this command to configure an exponential backoff algorithm for generating LSAs. Use the no
form of this command to restore the default setting.
timers throttle lsa all delay-time hold-time max-wait-time
no timers throttle lsa all
Specifies a shortest LSA generation delay, in milliseconds (the first
batch of LSAs is usually generated immediately).
The range is from 0 to 600000 in the unit of milliseconds.
Specifies a shortest interval between the first two times of LSA
refreshment, in milliseconds.
The range is from 1 to 600000 in the unit of milliseconds
Specifies a longest interval for consecutive two times of LSA
refreshment, in milliseconds. The value is used to determine whether
LSAs are refreshed consecutively.
The range is from 1 to 600000 in the unit of milliseconds.
The default delay-time is 0, hold-time is 5000 and max-wait-time is 5000.
Routing process configuration mode
If high route convergence capability is needed when links are changed, set a small delay-time value.
To reduce CPU consumption, you can properly increase the values of the parameters.
The
hold-time
value cannot be smaller than the
delay-time
value and must be smaller than or
equal to the
max-wait-time
value.
The following example sets delay-time to 10 milliseconds, hold-time to one second, and
max-wait-time to five seconds.
Ruijie(config)# ipv6 router ospf 1
Ruijie(config-router)# timers throttle lsa all 10 1000 5000