From 2d206c89c65e085943d00da8e6ea1ec938af9325 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Tue, 10 May 2022 08:22:53 -0300 Subject: [PATCH] doc: document MSDP authentication and reset Tell user how to use the new authentication and clear commands. Signed-off-by: Rafael Zalamena --- doc/user/pim.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 20a4f1f7ab..d8e52f471e 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -386,6 +386,17 @@ Commands available for MSDP: The filtering will only take effect starting from the command application. +.. clicmd:: msdp peer A.B.C.D password WORD + + Use MD5 authentication to connect with the remote peer. + + .. note:: + + The authentication will only take effect when starting a new + connection. + + To apply it immediately call `clear ip msdp peer A.B.C.D`. + .. _show-pim-information: @@ -715,6 +726,13 @@ Clear commands reset various variables. removes the next hop tracking for the bsr and resets the upstreams for the dynamically learnt RPs. +.. clicmd:: clear ip msdp peer A.B.C.D + + Reset MSDP peer connection. + + Use this command to set/unset MD5 authentication. + + PIM EVPN configuration ====================== To use PIM in the underlay for overlay BUM forwarding associate a multicast -- 2.39.5