mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 13:21:22 +00:00

Expand existing pim_mrib tests to include testing lookup modes specific to source and/or group as defined in prefix lists. Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
29 lines
414 B
Plaintext
29 lines
414 B
Plaintext
!
|
|
hostname r3
|
|
password zebra
|
|
log file /tmp/r3-frr.log
|
|
!
|
|
!debug pim nht
|
|
!debug pim nht detail
|
|
!debug pim nht rp
|
|
!
|
|
interface r3-eth0
|
|
ip address 10.0.1.3/24
|
|
ip igmp
|
|
ip pim
|
|
!
|
|
interface r3-eth1
|
|
ip address 10.0.3.3/24
|
|
ip igmp
|
|
ip pim
|
|
!
|
|
ip forwarding
|
|
!
|
|
ip route 10.0.0.0/24 10.0.1.1 50
|
|
ip route 10.0.2.0/24 10.0.3.4 50
|
|
!
|
|
router pim
|
|
rpf-lookup-mode mrib-then-urib
|
|
rp 10.0.0.1 224.0.0.0/4
|
|
rp 10.0.1.1 225.0.0.0/24
|
|
! |