Versions Compared

Key

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

Run the command set protocols ospf6 graceful-restart helper strict-restart helper lsa-checking-disable  to configure strict LSA checking 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. OSPFv3 strict LSA checking is disabled by default.

Optional parameter instance-id can be included to specify the OSPFv3 multi-instance ID in the default VRF.

...

The command delete protocols ospf6 graceful-restart helper strict-lsa-checking-disable can be used to remove this configuration.

...

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.


Usage Guidelines

The strict LSA checking feature allows a helper router to terminate the graceful restart process if it detects a changed LSA that would cause flooding during the graceful restart process. Strict LSA checking is disabled by default. You can enable strict LSA checking on an OSPF helper to have the router terminate graceful restart when there is a change to an LSA that would be flooded to the restarting router. This feature takes effect only when the router is in helper mode.


Example

  •  Configure strict  Enable strict LSA checking on the Helper Router.
Code Block
admin@PICOS# set protocols ospf6 instance-id 1 graceful-restart helper strict-lsa-checking-disable
admin@PICOS# commit