Versions Compared

Key

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

Run the command set protocols ospfv3 ospf6 capability opaque to enable the capability to generate Opaque LSAs in the OSPFv3 process, allowing the OSPFv3 process to generate Opaque LSAs and receive them from neighboring devices. Optional parameter vrf can be used to specify a VRF, if no VRF is specified the command takes effect on the default VRF. Optional parameter instance-id can be included to specify the OSPFv2 OSPFv3 multi-instance ID in the default VRF.

...

The command delete protocols ospfv3 ospf6 capability opaque can be used to remove this configuration.

...

Command Syntax

set protocols ospfv3 ospf6 [instance-id <instance-id>] [vrf<vrf-name>capability opaque

delete protocols ospfv3 ospf6 [instance-id <instance-id>] [vrf <vrf-name>capability opaque

...

Opaque LSAs provide a generic mechanism for OSPFv3 extensions, supporting the OSPFv3 Graceful Restart (GR) feature through Type 9 LSAs. Therefore, before configuring OSPFv3 GR, you must enable OSPF's Opaque LSA capability using this command.


Example

  •  Enable the capability to generate Opaque LSAs in the OSPFv3 process.
Code Block
admin@PICOS# set protocols ospfv3ospf6 instance-id 1 capability opaque
admin@PICOS# commit

...