OcNOS-RON-6.3.1 : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : timers throttle lsa
timers throttle lsa
This command sets the rate-limiting intervals for OSPF link-state advertisement (LSA) generation.
Use the no form of this command to restore the default values.
Command Syntax
timers throttle lsa all <0-600000> <1-600000> <1-600000>
no timers throttle lsa all
Parameters
<0-600000>
Start interval: The minimum delay in milliseconds for the generation of LSAs. The first instance of LSA is always generated immediately upon a local OSPF topology change. The generation of the next LSA is not before the start interval.
<0-600000>
Hold interval: The hold time in milliseconds. This value is used to calculate the subsequent rate limiting times for LSA generation.
<0-600000>
Maximum interval: The maximum wait time in milliseconds between generation of the same LSA.
Defaults
Default start interval: 0 milliseconds
Default hold interval: 5000 milliseconds
Default maximum interval: 5000 milliseconds
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router ospf 100
(config-router)#timers throttle lsa all 200 10000 45000
 
Last modified date: 07-13-2023