Skip to content

Commit

Permalink
doc: add allowed-neighbors command
Browse files Browse the repository at this point in the history
Let users know about new command to filter PIM sessions based on peer
address.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
  • Loading branch information
rzalamena committed Feb 4, 2025
1 parent dfb700f commit 37881fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/user/pim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
reports on the interface. Refer to the next `ip igmp` command for IGMP
management.

.. clicmd:: ip pim allowed-neighbors prefix-list PREFIX_LIST

Only establish sessions with PIM neighbors allowed by the prefix-list.

.. clicmd:: ip pim use-source A.B.C.D

If you have multiple addresses configured on a particular interface
Expand Down
4 changes: 4 additions & 0 deletions doc/user/pimv6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
reports on the interface. Refer to the next ``ipv6 mld`` command for MLD
management.

.. clicmd:: ipv6 pim allowed-neighbors prefix-list PREFIX_LIST

Only establish sessions with PIM neighbors allowed by the prefix-list.

.. clicmd:: ipv6 pim use-source X:X::X:X

If you have multiple addresses configured on a particular interface
Expand Down

0 comments on commit 37881fd

Please # to comment.