mirror_frr/tests/topotests/pim_mrib/r3/frr.conf
Nathan Bahr 590c937e8a tests: Add tests for new RPF lookup group and source list features
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>
2025-01-09 21:58:22 +00:00

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
!