summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_autorp/r1/frr.conf
blob: 92b9b3b41b22b7bc14f77a746097e04321660970 (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
!
hostname r1
password zebra
log file /tmp/r1-frr.log
!
debug pim autorp
!
interface r1-eth0
 ip address 10.0.0.1/24
 ip igmp
 ip pim
!
interface r1-eth1
 ip address 10.0.1.1/24
 ip igmp
 ip pim
!
ip forwarding
!
ip route 10.0.2.0/24 10.0.0.2 50
ip route 10.0.3.0/24 10.0.0.2 50
!
router pim
 autorp discovery
 rp 10.0.3.4 224.0.1.0/24
!