Command Reference OSPFv2 Commands
The value of hold-time cannot be smaller than that of delay-time, and the value of max-wait-time
cannot be smaller than that of hold-time.
The following example configures the first delay as 10ms, hold-time as 1second and the longest delay
as 5seconds.
Ruijie(config)# routerospf1
Ruijie(config-router)# timers throttle lsa all 10 1000 5000
Displays the configuration information of the
ospf
2.65 timers throttle route
Use this command to configure the delay time of route calculation on receiving the ASBR summary
LSA and the external summary LSA. Use the no form of this command to restore the default setting.
timers throttle route { inter-area ia-delay | ase ase-delay }
no timers throttle route { inter-area | ase }
Calculates the inter area routes.
Sets the delay time of the inter-area route calculation, in the range
from 0 to 600,000 in the unit of milliseconds. On receiving the ASBR
summary LSA, the router will not calculate the inter-area routes until
the ia-delay time runs out.
Calculates the external routes.
Defines the delay time of the external route calculation, in the range
from 0 to 600,000 in the unit of milliseconds. On receiving the
external summary LSA, the router will not calculate the external
routes until the ase-delay time runs out.
The default values are as follows:
ia-delay: 0,
ase-delay: 0,
Routing process configuration mode