summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_mrib/r2/frr.conf
blob: 260b6b0f72c585fa0bced8c818c2342cc81cda64 (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 r2
password zebra
log file /tmp/r2-frr.log
!
!debug pim nht
!debug pim nht detail
!debug pim nht rp
!
interface r2-eth0
 ip address 10.0.0.2/24
 ip igmp
 ip pim
!
interface r2-eth1
 ip address 10.0.2.2/24
 ip igmp
 ip pim
!
ip forwarding
!
ip route 10.0.1.0/24 10.0.0.1 50
ip route 10.0.3.0/24 10.0.2.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
!