summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_autorp/r3/frr.conf
blob: 31726f2c015cfa651093ca51122ca66ab92d044a (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
!
hostname r3
!
!debug pim autorp
!
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
 autorp discovery
 rp 10.0.3.4 224.0.1.0/24
!