diff options
Diffstat (limited to 'tests/topotests/pim_cand_rp_bsr/r2/frr.conf')
-rw-r--r-- | tests/topotests/pim_cand_rp_bsr/r2/frr.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tests/topotests/pim_cand_rp_bsr/r2/frr.conf b/tests/topotests/pim_cand_rp_bsr/r2/frr.conf new file mode 100644 index 00000000..85af461d --- /dev/null +++ b/tests/topotests/pim_cand_rp_bsr/r2/frr.conf @@ -0,0 +1,48 @@ +! +hostname r2 +password zebra +log file /tmp/r2-frr.log +! +!debug pim packet +!debug pim bsm +!debug pimv6 bsm +! +interface lo + ip address 10.0.0.2/32 + ipv6 address fd00:0:0:0::2/128 + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +interface r2-eth0 + ip address 10.0.0.2/24 + ipv6 address fd00:0:0:0::2/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +interface r2-eth1 + ip address 10.0.2.2/24 + ipv6 address fd00:0:0:2::2/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +router pim + bsr candidate-bsr priority 100 +! +router pim6 + bsr candidate-bsr priority 100 +! +router ospf + ospf router-id 10.0.0.2 + network 10.0.0.0/16 area 0 +! +router ospf6 + ospf6 router-id 10.0.0.2 +! +ip forwarding +ipv6 forwarding +! |