summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pim_cand_rp_bsr/r3/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/pim_cand_rp_bsr/r3/frr.conf')
-rw-r--r--tests/topotests/pim_cand_rp_bsr/r3/frr.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/topotests/pim_cand_rp_bsr/r3/frr.conf b/tests/topotests/pim_cand_rp_bsr/r3/frr.conf
new file mode 100644
index 00000000..022c44ea
--- /dev/null
+++ b/tests/topotests/pim_cand_rp_bsr/r3/frr.conf
@@ -0,0 +1,52 @@
+!
+hostname r3
+password zebra
+log file /tmp/r3-frr.log
+!
+!debug pim packet
+!debug pim bsm
+!debug pimv6 bsm
+!
+!
+interface r3-eth0
+ ip address 10.0.1.3/24
+ ipv6 address fd00:0:0:1::3/64
+ ip igmp
+ ip pim
+ ipv6 pim
+ ipv6 ospf6 area 0
+!
+interface r3-eth1
+ ip address 10.0.3.3/24
+ ipv6 address fd00:0:0:3::3/64
+ ip igmp
+ ip pim
+ ipv6 pim
+ ipv6 ospf6 area 0
+!
+interface r3-eth2
+ ip address 10.0.4.3/24
+ ipv6 address fd00:0:0:4::3/64
+ ip igmp
+ ip pim
+ ipv6 pim
+ ipv6 ospf6 area 0
+!
+router pim
+ bsr candidate-rp group 239.0.0.0/16
+ bsr candidate-rp priority 10 source address 10.0.3.3
+!
+router pim6
+ bsr candidate-rp group ffbb::/64
+ bsr candidate-rp priority 10 source address fd00:0:0:3::3
+!
+router ospf
+ ospf router-id 10.0.1.3
+ network 10.0.0.0/16 area 0
+!
+router ospf6
+ ospf6 router-id 10.0.1.3
+!
+ip forwarding
+ipv6 forwarding
+!