diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-04-18 22:41:35 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-04-18 22:41:35 +0200 |
commit | ca02cf8d11a73f0f6a356d6113b592bddddae525 (patch) | |
tree | 2ef793cf7b16d40056adc8ac13cd4934a2e7f3a2 /doc/user | |
parent | pimd: Add ability to select join S,G for 'show ip pim join` (diff) | |
download | frr-ca02cf8d11a73f0f6a356d6113b592bddddae525.tar.xz frr-ca02cf8d11a73f0f6a356d6113b592bddddae525.zip |
doc: Cleanup documentation for new pim commands
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/pim.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index f4611c520..df884a788 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -333,10 +333,12 @@ cause great confusion. Display information about interfaces PIM is using. -.. index:: show ip pim join +.. index:: show ip pim [vrf NAME] join [A.B.C.D [A.B.C.D]] [json] .. clicmd:: show ip pim join - Display information about PIM joins received. + Display information about PIM joins received. If one address is specified + then we assume it is the Group we are interested in displaying data on. + If the second address is specified then it is Source Group. .. index:: show ip pim local-membership .. clicmd:: show ip pim local-membership @@ -383,10 +385,11 @@ cause great confusion. Display information about known S,G's and incoming interface as well as the OIL and how they were chosen. -.. index:: show ip pim upstream +.. index:: show ip pim [vrf NAME] upstream [A.B.C.D [A.B.C.D]] [json] .. clicmd:: show ip pim upstream - Display upstream information about a S,G mroute. + Display upstream information about a S,G mroute. Allow the user to + specify sub Source and Groups that we are only interested in. .. index:: show ip pim upstream-join-desired .. clicmd:: show ip pim upstream-join-desired |