mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 07:15:33 +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.4
|
|
!
|
|
interface r4-eth0
|
|
ip pim
|
|
!
|
|
interface r4-eth1
|
|
ip pim
|
|
!
|
|
ip msdp peer 192.168.4.3 source 192.168.4.4
|
|
ip msdp peer 192.168.5.5 source 192.168.5.4
|
|
ip pim rp 10.254.254.4
|