Skip to content

Commit

Permalink
doc: document MSDP peer eBGP AS integration
Browse files Browse the repository at this point in the history
Let users know that they can utilize the BGP AS integration to detect
loops in SAs using the network topology.

Signed-off-by: Rafael Zalamena <[email protected]>
  • Loading branch information
rzalamena committed Dec 20, 2024
1 parent 7dcab85 commit 8abf2c0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/user/pim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,25 @@ Commands available for MSDP
Create or update a mesh group to set the source address used to connect to
peers.

.. clicmd:: msdp peer A.B.C.D source A.B.C.D
.. clicmd:: msdp peer A.B.C.D source A.B.C.D [as AS_NUMBER]

Create a regular MSDP session with peer using the specified source address.

Optionally the Autonomous Number (AS) can be provided for eBGP assisted
loop detection (see RFC 4611 Section 2.1. Peering between PIM Border
Routers).

.. note::

The BGP configuration must be enabled in order for this feature to work:

::

bgp send-extra-data zebra

This knob causes BGP to send the AS Path information to ``zebra`` so
MSDP can use that information.

.. clicmd:: msdp peer A.B.C.D sa-filter ACL_NAME <in|out>

Configure incoming or outgoing SA filtering rule.
Expand Down

0 comments on commit 8abf2c0

Please sign in to comment.