Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command set protocols ospf graceful-restart helper planned-only to enable the OSPF Graceful Restart (GR) Helper capability, specifying that the device only supports Planned Graceful Restart. By default, the device supports both Planned Graceful Restart and Unplanned Graceful Restart. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF.

Optional parameter instance-id can be included to specify the OSPFv2 multi-instance ID in the default VRF. By default, OSPF GR Helper capability is disabled.

Info

Multiple instances of OSPF are only allowed in the default VRF. A maximum of 8 instance can be configured in the default VRF. In non-default VRFs, only single instance OSPF can be configured.

...

  •  Enable OSPF Graceful Restart (GR) Helper capability, specifying that the device only supports Planned Graceful Restart.
Code Block
admin@PICOS# set protocols ospf instance-id 1 graceful-restart helper planned-only
admin@PICOS# commit

...