Enables the OSPF Graceful Restart (GR) capability.
Graceful restart and graceful restart helper capabilities are enabled.
OSPF router configuration mode
OSPF router VRF configuration mode
Use no graceful-restart helper-disable to re-enable the GR helper capability.
The no form of the command disables the graceful restart capability.
The following example disables the GR helper capability.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# graceful-restart helper-disable
The following example re-enables the GR helper capability.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# no graceful-restart helper-disable
The following example re-enables the GR capability and changes the maximum restart wait time from the default value to 240 seconds.
device# configure terminal device(config)# router ospf device(config-router-ospf-vrf-default-vrf)# graceful-restart restart-time 240