Run the command set protocols ospfv3 ospf6 graceful-restart grace-period to configure the maximum restart wait time. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF.
...
The command delete protocols ospfv3 ospf6 graceful-restart grace-period can be used to remove this configuration.
...
Command Syntax
set protocols ospfv3 ospf6 [instance-id <instance-id>] [vrf<vrf-name>] grace-period <grace-period>
delete protocols ospfv3 ospf6 [instance-id <instance-id>] [vrf <vrf-name>] grace-period
...
Code Block |
---|
admin@PICOS# set protocols ospfv3ospf6 instance-id 1 grace-period 300 admin@PICOS# commit |
...