mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 06:55:18 +00:00
topotests: test MSDP authentication
Modify existing MSDP topology to use authentication. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
a2209b597a
commit
e900c9ba31
@ -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
|
||||
!
|
||||
|
@ -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
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user