Command Reference OSPFv3 Commands
Displays OSPFv3 process information.
3.52 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 600000 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.
Sets the delay time of the external route calculation, in the range from
0 to 600000 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 ia-delay is 0 and ase-delay is 0.
Routing process configuration mode
The default setting is recommended if the network needs to be fast converged. For the instable
network where multiple inter-area and external routes exist, if you want to optimize the route
calculation and save the CPU resources, increase the delay time.
The following example sets the delay time of the inter-area route calculation to one second.
Ruijie(config)# ipv6 router ospf 1
Ruijie(config-router)# timers throttle route inter-area 1000