From f5e14dff2b75ac5ff6632365cab598dfd5b5803b Mon Sep 17 00:00:00 2001 From: Abhishek N R Date: Fri, 8 Apr 2022 00:55:31 -0700 Subject: doc: Updated the doc for show ipv6 mroute commands Signed-off-by: Abhishek N R --- doc/user/pimv6.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index 48d7f8767..0456e77b2 100644 --- a/doc/user/pimv6.rst +++ b/doc/user/pimv6.rst @@ -297,6 +297,35 @@ cause great confusion. Display multicast data packets count per interface for all vrf. +.. clicmd:: show ipv6 mroute [vrf NAME] [X:X::X:X [X:X::X:X]] [fill] [json] + + Display information about installed into the kernel S,G mroutes. If + one address is specified we assume it is the Group we are interested + in displaying data on. If the second address is specified then it is + Source Group. The keyword ``fill`` says to fill in all assumed data + for test/data gathering purposes. + +.. clicmd:: show ipv6 mroute [vrf NAME] count [json] + + Display information about installed into the kernel S,G mroutes and in + addition display data about packet flow for the mroutes for a specific + vrf. + +.. clicmd:: show ipv6 mroute vrf all count [json] + + Display information about installed into the kernel S,G mroutes and in + addition display data about packet flow for the mroutes for all vrfs. + +.. clicmd:: show ipv6 mroute [vrf NAME] summary [json] + + Display total number of S,G mroutes and number of S,G mroutes installed + into the kernel for a specific vrf. + +.. clicmd:: show ipv6 mroute vrf all summary [json] + + Display total number of S,G mroutes and number of S,G mroutes + installed into the kernel for all vrfs. + PIMv6 Debug Commands ==================== -- cgit v1.2.3