Skip to content

Commit

Permalink
Merge pull request #16558 from nabahr/pim_doc
Browse files Browse the repository at this point in the history
doc: Fix up pim user docs.
  • Loading branch information
donaldsharp authored Aug 13, 2024
2 parents b4e4fb4 + 33ce5d2 commit 847d74a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/user/pim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)]

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -788,4 +789,3 @@ Sample configuration
interface eth0
ip pim ssm
ip igmp

0 comments on commit 847d74a

Please sign in to comment.