Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix up pim user docs. #16558

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading