summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_mrib/r4/frr.conf
blob: 8432a7a35044790c9e8bc088fc0256f8a5429070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
!
hostname r4
password zebra
log file /tmp/r4-frr.log
!
debug pim nht
debug pim nht detail
debug pim nht rp
debug zebra rib detail
!
interface r4-eth0
 ip address 10.0.2.4/24
 ip igmp
 ip pim
!
interface r4-eth1
 ip address 10.0.3.4/24
 ip igmp
 ip pim
!
ip forwarding
!
ip route 10.0.0.0/24 10.0.2.2 50
ip route 10.0.1.0/24 10.0.3.3 50
!
router pim
 rpf-lookup-mode mrib-then-urib
 rp 10.0.0.1 224.0.0.0/4
!