diff options
author | Nathan Bahr <nbahr@atcorp.com> | 2024-08-12 18:00:06 +0200 |
---|---|---|
committer | Nathan Bahr <nbahr@atcorp.com> | 2024-08-12 20:48:02 +0200 |
commit | 33ce5d2410dadab9d6960709b41ad0eef0783bae (patch) | |
tree | a7693dc41e687d2006689bedf62714d4c94be119 /doc/user/pim.rst | |
parent | Merge pull request #16534 from opensourcerouting/fix/start_ldpd_if_unified (diff) | |
download | frr-33ce5d2410dadab9d6960709b41ad0eef0783bae.tar.xz frr-33ce5d2410dadab9d6960709b41ad0eef0783bae.zip |
doc: Fix up pim user docs.
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/pim.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index d8e52f471..1740828f2 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -59,6 +59,7 @@ PIM Routers ----------- .. clicmd:: router pim [vrf NAME] + Configure global PIM protocol .. clicmd:: rp A.B.C.D A.B.C.D/M @@ -159,6 +160,9 @@ PIM Routers Global Multicast ---------------- +These commands are valid at the top-level of the configuration (or also per +vrf where indicated), instead of under the 'router pim' submode. + .. clicmd:: ip multicast rpf-lookup-mode WORD Modify how PIM does RPF lookups in the zebra routing table. You can use @@ -343,10 +347,13 @@ MSDP can be setup in different ways: .. note:: MSDP default peer is not implemented. - MSDP configuration is available under 'router pim' +Commands available for MSDP +--------------------------- + +.. note:: -Commands available for MSDP: + MSDP configuration is available under 'router pim'. .. clicmd:: msdp timers (1-65535) (1-65535) [(1-65535)] @@ -415,15 +422,9 @@ cause great confusion. .. clicmd:: show ip igmp [vrf NAME] join [json] - Display IGMP static join information for a specific vrf. - -.. index:: show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail] [json$json] -.. clicmd:: show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail] [json$json] - - Display IGMP static join information for all the vrfs present. + Display IGMP static join information. -.. index:: show ip igmp vrf all groups [GROUP$grp_str] [detail$detail] [json$json] -.. clicmd:: show ip igmp vrf all groups [GROUP$grp_str] [detail$detail] [json$json] +.. clicmd:: show ip igmp [vrf NAME] groups [INTERFACE [GROUP]] [detail] [json] Display IGMP groups information. @@ -788,4 +789,3 @@ Sample configuration interface eth0 ip pim ssm ip igmp - |