Versions Compared

Key

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

Run the command set protocols ospf graceful-restart helper supported-grace-time to configure the period for Graceful Restart on the Helper router. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF.

...

Parameter

Description

instance-id <instance-id>Optional, specifies the OSPF instance ID. The value is an integer that ranges from 1 to 8.

vrf <vrf-name>

Optional. Specifies the name of the VRF for the OSPF instance.

supported-grace-time <supported-grace-time>Specifies the period for Graceful Restart on the Helper router. The value is an integer that ranges from 10 through 1800 seconds. There is no default value. 


Example

  •  configure the  Configure the period for Graceful Restart on the Helper router.
Code Block
admin@PICOS# set protocols ospf instance-id 1 graceful-restart helper supported-grace-time 300
admin@PICOS# commit

...