mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 09:28:50 +00:00

Adding a MSDP test with multiple possible routes. Signed-off-by: "Adriano Marto Reis" <adrianomarto@gmail.com>
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
! debug pim
|
|
! debug pim zebra
|
|
!
|
|
interface lo
|
|
ip pim
|
|
ip pim use-source 10.254.254.3
|
|
!
|
|
interface r3-eth0
|
|
ip pim
|
|
!
|
|
interface r3-eth1
|
|
ip pim
|
|
!
|
|
ip msdp peer 192.168.3.1 source 192.168.3.3
|
|
ip msdp peer 192.168.4.4 source 192.168.4.3
|
|
ip pim rp 10.254.254.3
|