From e900c9ba31646642019980b440c1821e6b7d1993 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Mon, 10 May 2021 11:36:16 -0300 Subject: [PATCH] topotests: test MSDP authentication Modify existing MSDP topology to use authentication. Signed-off-by: Rafael Zalamena --- tests/topotests/msdp_topo1/r1/pimd.conf | 4 ++++ tests/topotests/msdp_topo1/r2/pimd.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/topotests/msdp_topo1/r1/pimd.conf b/tests/topotests/msdp_topo1/r1/pimd.conf index 5bb268ebef..3c116a003b 100644 --- a/tests/topotests/msdp_topo1/r1/pimd.conf +++ b/tests/topotests/msdp_topo1/r1/pimd.conf @@ -20,3 +20,7 @@ ip msdp peer 192.168.0.2 source 192.168.0.1 ip msdp peer 192.168.1.2 source 192.168.1.1 ip pim rp 10.254.254.1 ip pim join-prune-interval 5 +! +router pim + msdp peer 192.168.0.2 password 1234 +! diff --git a/tests/topotests/msdp_topo1/r2/pimd.conf b/tests/topotests/msdp_topo1/r2/pimd.conf index 733bd6f2f1..4ea2c82314 100644 --- a/tests/topotests/msdp_topo1/r2/pimd.conf +++ b/tests/topotests/msdp_topo1/r2/pimd.conf @@ -16,3 +16,7 @@ ip msdp peer 192.168.0.1 source 192.168.0.2 ip msdp peer 192.168.2.2 source 192.168.2.1 ip pim rp 10.254.254.2 ip pim join-prune-interval 5 +! +router pim + msdp peer 192.168.0.1 password 1234 +!