diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-08 19:35:23 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-09 12:55:25 +0200 |
commit | f799c5093c07f3668d4c957e8c1dcca0ea80156f (patch) | |
tree | 8ddbefadb634277e8bb01d7a935e2048011c3f80 /doc | |
parent | lib,ospfd,ospf6d: remove duplicated function (diff) | |
download | frr-f799c5093c07f3668d4c957e8c1dcca0ea80156f.tar.xz frr-f799c5093c07f3668d4c957e8c1dcca0ea80156f.zip |
doc: document OSPFv3 debug commands
Let users know all the available debug commands we have.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/ospf6d.rst | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 04ee1643d..c4a1bc381 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -85,6 +85,61 @@ OSPF6 router change to take effect, user can use this cli instead of restarting the ospf6d daemon. +.. _ospf6-debugging: + +OSPFv3 Debugging +================ + +The following debug commands are supported: + +.. clicmd:: debug ospf6 abr + + Toggle OSPFv3 ABR debugging messages. + +.. clicmd:: debug ospf6 asbr + + Toggle OSPFv3 ASBR debugging messages. + +.. clicmd:: debug ospf6 border-routers + + Toggle OSPFv3 border router debugging messages. + +.. clicmd:: debug ospf6 flooding + + Toggle OSPFv3 flooding debugging messages. + +.. clicmd:: debug ospf6 interface + + Toggle OSPFv3 interface related debugging messages. + +.. clicmd:: debug ospf6 lsa + + Toggle OSPFv3 Link State Advertisements debugging messages. + +.. clicmd:: debug ospf6 message + + Toggle OSPFv3 message exchange debugging messages. + +.. clicmd:: debug ospf6 neighbor + + Toggle OSPFv3 neighbor interaction debugging messages. + +.. clicmd:: debug ospf6 nssa + + Toggle OSPFv3 Not So Stubby Area (NSSA) debugging messages. + +.. clicmd:: debug ospf6 route + + Toggle OSPFv3 routes debugging messages. + +.. clicmd:: debug ospf6 spf + + Toggle OSPFv3 Shortest Path calculation debugging messages. + +.. clicmd:: debug ospf6 zebra + + Toggle OSPFv3 zebra interaction debugging messages. + .. _ospf6-area: OSPF6 area |