diff options
author | Abhishek N R <abnr@vmware.com> | 2022-04-08 09:55:31 +0200 |
---|---|---|
committer | Abhishek N R <abnr@vmware.com> | 2022-04-28 11:17:13 +0200 |
commit | f5e14dff2b75ac5ff6632365cab598dfd5b5803b (patch) | |
tree | 4ba25f1b1ac4a659c69e271f8fb67cf63076aa46 /doc/user/pimv6.rst | |
parent | pim6d: Implementing "show ipv6 mroute summary" CLI (diff) | |
download | frr-f5e14dff2b75ac5ff6632365cab598dfd5b5803b.tar.xz frr-f5e14dff2b75ac5ff6632365cab598dfd5b5803b.zip |
doc: Updated the doc for show ipv6 mroute commands
Signed-off-by: Abhishek N R <abnr@vmware.com>
Diffstat (limited to 'doc/user/pimv6.rst')
-rw-r--r-- | doc/user/pimv6.rst | 29 |
1 files changed, 29 insertions, 0 deletions
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 ==================== |