Hello Samir
Where OSPF LSA throttling timers adjust the delay of the generation of LSAs during network instability, the pacing timers are used to adjust the rate at which OSPF LSA flood pacing, retransmission pacing, and group pacing updates occur. You can see these options in the following CLI context sensitive help:
R1(config-router)#timers pacing ?
flood OSPF flood pacing timer
lsa-group OSPF LSA group pacing timer
retransmission OSPF retransmission pacing timer
R1(config-router)#timers pacing
- Flood pacing - Configuring OSPF flood pacing timers allows you to control interpacket spacing between consecutive link-state update packets in the OSPF transmission queue. (Default 33 milliseconds)
- Retransmission pacing - Configuring OSPF retransmission pacing timers allows you to control interpacket spacing between consecutive link-state update packets in the OSPF retransmission queue. (Default 240 seconds)
- Group pacing - Cisco IOS software groups the periodic refresh of LSAs to improve the LSA packing density for the refreshes in large topologies. The group timer controls the interval used for group LSA refreshment; however, this timer does not change the frequency that individual LSAs are refreshed which is every 30 minutes. (Default 66 milliseconds)
As stated in Cisco Documentation:
The default settings for OSPF packet pacing timers are suitable for the majority of OSPF deployments. You should change the default timers only as a last resort.
The Cisco command reference for these commands can be found at the following links:
timers pacing flood
- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/command/iro-cr-book/m_ospf-s1.html#wp2505137152timers pacing lsa-group
- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/command/iro-cr-book/m_ospf-s1.html#wp1226962164timers pacing retransmission
- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/command/iro-cr-book/m_ospf-s1.html#wp1840398662
I hope this has been helpful!
Laz