Configuring the OSPFv2 LSA pacing interval

The interval between OSPFv2 LSA refreshes can be modified.

About this task

Procedure

  1. Enter the configure terminal command to access global configuration mode.
    device# configure terminal
  2. Enter the router ospf command to enter OSPF router configuration mode and enable OSPFv2 globally.
    device(config)# router ospf
  3. Enter the timers command with the lsa-group-pacing parameter.
    device(config-router-ospf-vrf-default-vrf)# timers lsa-group-pacing 120
    The OSPFv2 LSA pacing interval is changed to 120 seconds (2 minutes).

Example

The following example changes the OSPFv2 LSA pacing interval is changed to 120 seconds (2 minutes).

device# configure terminal
device(config)# router ospf 
device(config-router-ospf-vrf-default-vrf)# timers lsa-group-pacing 120