The OSPF GR (Graceful Restart) support helps in increasing the availability of your network by allowing OSPF routers to stay on the forwarding path even if their OSPF software is restarted. The restarting router informs the neighbors about its capability to restart gracefully. The neighbors wait for a certain time interval before recalculating routes and diverting traffic. During this time interval, the OSPF software can be started up again and brought to its original state. The end result is that the traffic remains undisturbed.
Graceful restart (GR) interval is the period of time during which the router can reacquire OSPF neighbors that are fully operational prior to the restart. The value ranges between 1 and 1800 seconds. The value is provided as an intimation of the grace period to all neighbors.
This configuration enables Grace Ack Required state in the restarting router. If the Grace Ack Required state is enabled, then the Grace -LSAs sent by this router need to be acknowledged by peers. By default, this state is enabled in the restarting router.
This section lists CLI configurations for configuring the maximum number of retransmissions for unacknowledged GraceLSA. This value ranges between 0 and 180.
The neighbors of the restarting routers can act as helpers depending on their helper support configurations. This section lists the CLI configurations related to helper support.
The neighbors of the restarting routers acts as helper during the graceful restart based on their support configurations. By default the routers are enabled to act as a helping neighbor and can support all four types of restart reasons such as unknown, softwareRestart, swReloadUpgrade and switchToRedundant
The neighbors of the restarting routers acts as helper during the graceful restart based on their support configurations. By default the routers are enabled to act as a helping neighbor and can support all four types of restart reasons such as unknown, softwareRestart, swReloadUpgrade and switchToRedundant
The strict LSA check option allows the helper to terminate the graceful restart, once a changed LSA that causes flooding during the restart process is detected.