diff options
author | Sarita Patra <saritap@vmware.com> | 2019-05-16 18:58:28 +0200 |
---|---|---|
committer | Sarita Patra <saritap@vmware.com> | 2019-05-29 17:44:22 +0200 |
commit | 468b6f4400b1f374af354fac708ba2125c8872ee (patch) | |
tree | f8c70958c901d01bedfae36c8741804273c56ea3 /doc/user | |
parent | Merge pull request #4407 from opensourcerouting/snap-fix-master (diff) | |
download | frr-468b6f4400b1f374af354fac708ba2125c8872ee.tar.xz frr-468b6f4400b1f374af354fac708ba2125c8872ee.zip |
pimd: new cli command show ip mroute summary
Introduced a new command "show ip mroute summary"
to display total number of (*, G) and (S, G) mroutes
created and number of mroutes installed in the kernel.
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/pim.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 414423ae7..d05127059 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -322,6 +322,12 @@ cause great confusion. Display information about installed into the kernel S,G mroutes and in addition display data about packet flow for the mroutes. +.. index:: show ip mroute summary +.. clicmd:: show ip mroute summary + + Display total number of S,G mroutes and number of S,G mroutes installed + into the kernel. + .. index:: show ip pim assert .. clicmd:: show ip pim assert |