To avoid traffic interruption and route flapping caused by the active/standby switchover, you can enable OSPF GR.
Graceful Restart (GR) is a technology used to ensure normal traffic forwarding and non-stop forwarding of key services during the restart of routing protocols. GR is one of high availability (HA) technologies. HA technologies comprise a set of comprehensive techniques, such as fault-tolerant redundancy, link protection, faulty node recovery, and traffic engineering. As a fault-tolerant redundancy technology, GR is widely used to ensure non-stop forwarding of key services during master/slave switchover and system upgrade.
GR includes the GR restarter and GR helper. NetEngine 8000 F supports the GR Helper only.
Before configuring OSPF GR, complete the following tasks:
Configure IP addresses for interfaces to ensure that neighboring nodes are reachable at the network layer.
The system view is displayed.
The OSPF view is displayed.
The Opaque-LSA capability is enabled.
OSPF supports OSPF GR through Type 9 LSAs (Opaque LSAs). Therefore, before configuring OSPF GR, run the opaque-capability enable command to enable the Opaque-LSA capability.
IETF mode and non-IETF mode are mutually exclusive.
Run graceful-restart helper-role ignore-external-lsa
The helper does not check AS external LSAs.
Run graceful-restart helper-role planned-only
The helper is configured to support only planned GR.
Choose either of the following configuration as required:
GR session parameters on the helper are configured.
The system view is displayed.
The basic ACL view is displayed.
Run rule [ rule-id ] [ name rule-name ] { deny | permit } [ fragment-type { fragment | non-fragment | non-subseq | fragment-subseq | fragment-spe-first } | source { source-ip-address { source-wildcard | 0 | src-netmask } | any } | time-range time-name | vpn-instance vpn-instance-name ] *
The rule for the basic ACL is configured.
When the rule command is run to configure rules for a named ACL, only the source address range specified by source and the time period specified by time-range are valid as the rules.
Configure an IP prefix list.
Run graceful-restart [ helper-role { { ip-prefix ip-prefix-name* } | never } ]
GR session parameters on the helper are configured.
Enable the non-IETF mode.
Run graceful-restart non-ietf
GR Helper in non-IETF mode is enabled.
The configuration is committed.
Run the display ospf graceful-restart command, and you can view the configurations about OSPF GR.