Skip to content

Commit

Permalink
topotests: test MSDP authentication
Browse files Browse the repository at this point in the history
Modify existing MSDP topology to use authentication.

Signed-off-by: Rafael Zalamena <[email protected]>
  • Loading branch information
rzalamena committed Jul 27, 2024
1 parent 40bb596 commit 22bd9c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/topotests/msdp_topo1/r1/pimd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
!
4 changes: 4 additions & 0 deletions tests/topotests/msdp_topo1/r2/pimd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
!

0 comments on commit 22bd9c1

Please sign in to comment.