Command Reference OSPFv2 Commands
The following example configures the delay and holdover period of the OSPF as 3 and 9 seconds
respectively.
Ruijie(config)# deviceospf20
Ruijie(config-router)# timersspf 3 9
Displays the configuration information of the
ospf.
Configures the exponential back off delay for
SPF calculation. The command is
recommended to replace the timers spf
command because it is more powerful.
2.64 timers throttle lsa all
Use this command to configure the exponential back off algorithm for the LSA. 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
Configures the time delay of generating the LSA first. The range is
from 1 to 600000.
Configures the minimum interval of refreshing the LSA between the
first time and second time. The range is from1 to 600000.
Configures the maximum interval of successive refreshing the LSA.,
which determines whether the LSA is refreshed successively. The
range is from1 to 600000
The default configurations are as follows:
Delay-time: 0 millisecond,
Hold-time: 5000 milliseconds,
Max-wait-time: 5000 milliseconds.
Routing process configuration mode
If high convergence performance is required for the link change, the value of delay-time can be
relatively small. if you expect to reduce the CPU consumption, increase appropriately several values.