Configures Link State Advertisement (LSA) pacing and Shortest Path First (SPF) throttle timers.
See the parameters section for specific defaults.
OSPF router configuration mode
OSPF VRF router configuration mode
The device paces LSA refreshes by delaying the refreshes for a specified time interval instead of performing a refresh each time an individual LSA refresh timer expires. The accumulated LSAs constitute a group, which the device refreshes and sends out together in one or more packets.
The LSA pacing interval is inversely proportional to the number of LSAs the device is refreshing and aging. For example, if you have a large database of 10,000 LSAs, decreasing the pacing interval enhances performance. If you have a small database of about 100 LSAs, increasing the pacing interval to 10 to 20 minutes may enhance performance.
The no timers lsa-group-pacing command restores the pacing interval to its default value.
The no timers throttle spf command sets the SPF timers back to their defaults.
The following example sets the LSA group pacing interval to 30 seconds.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# timers lsa-group-pacing 30
The following example sets the SPF delay to 10000 milliseconds, the hold time to 15000 milliseconds, and the maximum wait time to 30000 milliseconds.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# timers throttle spf 10000 15000 30000