Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

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 interface

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


Command Syntax

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

delete protocols ospf6 traceoption <abr | asbr | flooding | 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.
admin@XorPlus# set protocols ospf6 traceoption flooding
  • No labels