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 Dec 7, 2022
1 parent b00b83b commit 374dab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/topotests/msdp_topo1/r1/pimd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ interface r1-eth2
!
ip msdp timers 10 20 3
ip msdp peer 192.168.0.2 source 192.168.0.1
ip msdp peer 192.168.0.2 password 1234
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
1 change: 1 addition & 0 deletions tests/topotests/msdp_topo1/r2/pimd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface r2-eth1
!
ip msdp timers 10 20 3
ip msdp peer 192.168.0.1 source 192.168.0.2
ip msdp peer 192.168.0.1 password 1234
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

0 comments on commit 374dab6

Please sign in to comment.