mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 22:29:23 +00:00
Merge pull request #16558 from nabahr/pim_doc
doc: Fix up pim user docs.
This commit is contained in:
commit
847d74a5b0
@ -59,6 +59,7 @@ PIM Routers
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. clicmd:: router pim [vrf NAME]
|
.. clicmd:: router pim [vrf NAME]
|
||||||
|
|
||||||
Configure global PIM protocol
|
Configure global PIM protocol
|
||||||
|
|
||||||
.. clicmd:: rp A.B.C.D A.B.C.D/M
|
.. clicmd:: rp A.B.C.D A.B.C.D/M
|
||||||
@ -159,6 +160,9 @@ PIM Routers
|
|||||||
Global Multicast
|
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
|
.. clicmd:: ip multicast rpf-lookup-mode WORD
|
||||||
|
|
||||||
Modify how PIM does RPF lookups in the zebra routing table. You can use
|
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::
|
.. note::
|
||||||
|
|
||||||
MSDP default peer is not implemented.
|
MSDP default peer is not implemented.
|
||||||
MSDP configuration is available under 'router pim'
|
|
||||||
|
|
||||||
|
Commands available for MSDP
|
||||||
|
---------------------------
|
||||||
|
|
||||||
Commands available for MSDP:
|
.. note::
|
||||||
|
|
||||||
|
MSDP configuration is available under 'router pim'.
|
||||||
|
|
||||||
.. clicmd:: msdp timers (1-65535) (1-65535) [(1-65535)]
|
.. clicmd:: msdp timers (1-65535) (1-65535) [(1-65535)]
|
||||||
|
|
||||||
@ -415,15 +422,9 @@ cause great confusion.
|
|||||||
|
|
||||||
.. clicmd:: show ip igmp [vrf NAME] join [json]
|
.. clicmd:: show ip igmp [vrf NAME] join [json]
|
||||||
|
|
||||||
Display IGMP static join information for a specific vrf.
|
Display IGMP static join information.
|
||||||
|
|
||||||
.. index:: show ip igmp [vrf NAME$vrf_name] groups [INTERFACE$ifname [GROUP$grp_str]] [detail] [json$json]
|
.. clicmd:: show ip igmp [vrf NAME] groups [INTERFACE [GROUP]] [detail] [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.
|
|
||||||
|
|
||||||
.. 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]
|
|
||||||
|
|
||||||
Display IGMP groups information.
|
Display IGMP groups information.
|
||||||
|
|
||||||
@ -788,4 +789,3 @@ Sample configuration
|
|||||||
interface eth0
|
interface eth0
|
||||||
ip pim ssm
|
ip pim ssm
|
||||||
ip igmp
|
ip igmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user