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.

...

set protocols ospf6 traceoption message {unknown<unknown | hello | dbdesc | lsreq | lsupdate | lsack | all} all> [send|recv]

delete protocols ospf6 traceoption message {unknown<unknown | hello | dbdesc | lsreq | lsupdate | lsack | all} all> [send|recv]

Parameters

ParameterDescription
unknownSpecifies unknow packets.
helloSpecifies OSPFv3 hello packets.
dbdescSpecifies OSPFv3 database description packets.
lsreqSpecifies Link State Request packets.
lsupdateSpecifies Link State Update packets.
lsackSpecifies Link State ACK packets.
allSpecifies debugging of all packets.
sendOptional. Specifies packets sent.
recvOptional. Specifies packets received.

...