Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

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

Run the command set protocols ospf6 traceoption to enable debugging for the OSPFv3 instance. Debugging information can be enabled for different features of OSPFv3 such as abr (Area Border Router), asbr (Autonomous System Border Router), flooding or flooding or interface

Add the optional parameter vrf to specify the VRF for the OSPFv3 instance.

To remove the configuration, run the command delete protocols ospf6 traceoption.

...

set protocols ospf6 traceoption {abr<abr | asbr | flooding | interface}interface>

delete protocols ospf6 traceoption {abr<abr | asbr | flooding | interface}interface>


Parameters

ParameterDescription
abrChoose this parameter to enable debugging related to OSPFv3 ABR events.
asbrChoose this parameter to enable debugging related to OSPFv3 ASBR events.
floodingChoose this parameter to enable debugging related to OSPFv3 flooding events.
interfaceChoose this parameter to enable debugging related to OSPFv3 interface events.


Example

  • This example enables OSPFv3 debugging for flooding events.

...