summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_cand_rp_bsr/r6/frr.conf
blob: 1fd3582211cbea9e91e985fc0c0f8609d64fba65 (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
30
31
32
33
34
35
36
37
38
39
40
!
hostname r6
!
!
interface r6-eth0
 ip address 10.0.5.6/24
 ipv6 address fd00:0:0:5::6/64
 ip igmp
 ip pim
 ipv6 pim
 ipv6 ospf6 area 0
!
interface r6-eth1
 ip address 10.0.6.6/24
 ipv6 address fd00:0:0:6::6/64
 ip igmp
 ip pim
 ipv6 pim
 ipv6 ospf6 area 0
!
interface r6-eth2
 ip address 10.0.3.6/24
 ipv6 address fd00:0:0:3::6/64
 ip igmp
 ip pim
 ipv6 pim
 ipv6 ospf6 area 0
!
router pim6
!
router ospf
 ospf router-id 10.0.5.6
 network 10.0.0.0/16 area 0
!
router ospf6
  ospf6 router-id 10.0.5.6
!
ip forwarding
ipv6 forwarding
!