Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
...
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
Parameter | Description |
unknown | Specifies unknow packets. |
hello | Specifies OSPFv3 hello packets. |
dbdesc | Specifies OSPFv3 database description packets. |
lsreq | Specifies Link State Request packets. |
lsupdate | Specifies Link State Update packets. |
lsack | Specifies Link State ACK packets. |
all | Specifies debugging of all packets. |
send | Optional. Specifies packets sent. |
recv | Optional. Specifies packets received. |
...