graceful-restart

Enables the OSPF graceful restart capability.

Resource URIs

URI Description

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

Enables OSPF graceful restart.

GET URI Description

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

Retrieves OSPF graceful restart configuration information.

PATCH URI Payload Description

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

<graceful-restart-enable>true</graceful-restart-enable>

Enables OSPF graceful restart.

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

<helper-disable>true</helper-disable>

Disables helper mode.

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

<restart-time> </restart-time>

Configures the maximum restart wait time that is advertised to neighbors.

DELETE URI

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart/helper-disable

<base_URI>/config/running/router/ospf/default-vrf/graceful-restart/restart-time

Parameters

helper-disable
Disables helper mode.
restart-time
Configures the maximum restart wait time that is advertised to neighbors.

Usage Guidelines

GET, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

Example

This example uses the GET option to retrieve configuration details.
<graceful-restart xmlns="urn:brocade.com:mgmt:brocade-ospf" 
xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/router/ospf/default-vrf/graceful-restart">
  <graceful-restart-enable>true</graceful-restart-enable>
  <helper-disable>true</helper-disable>
  <restart-time>150</restart-time>
</graceful-restart>