diff options
Diffstat (limited to 'tests/topotests/pim_cand_rp_bsr/r4/frr.conf')
-rw-r--r-- | tests/topotests/pim_cand_rp_bsr/r4/frr.conf | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/tests/topotests/pim_cand_rp_bsr/r4/frr.conf b/tests/topotests/pim_cand_rp_bsr/r4/frr.conf new file mode 100644 index 00000000..2d0a035f --- /dev/null +++ b/tests/topotests/pim_cand_rp_bsr/r4/frr.conf @@ -0,0 +1,66 @@ +! +hostname r4 +password zebra +log file /tmp/r4-frr.log +! +! +interface lo + ip address 10.0.3.4/32 + ipv6 address fd00:0:0:3::4/64 + ip pim + ipv6 pim +! +interface r4-eth0 + ip address 10.0.2.4/24 + ipv6 address fd00:0:0:2::4/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +interface r4-eth1 + ip address 10.0.3.4/24 + ipv6 address fd00:0:0:3::4/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +interface r4-eth2 + ip address 10.0.5.4/24 + ipv6 address fd00:0:0:5::4/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +interface r4-eth3 + ip address 10.0.0.4/24 + ipv6 address fd00:0:0:0::4/64 + ip igmp + ip pim + ipv6 pim + ipv6 ospf6 area 0 +! +router pim + bsr candidate-rp group 239.0.0.0/24 + bsr candidate-rp group 239.0.0.0/16 + bsr candidate-rp group 239.0.0.0/8 + bsr candidate-rp priority 20 +! +router pim6 + bsr candidate-rp group ffbb::/124 + bsr candidate-rp group ffbb::/64 + bsr candidate-rp group ffbb::/108 + bsr candidate-rp priority 20 +! +router ospf + ospf router-id 10.0.2.4 + network 10.0.0.0/16 area 0 +! +router ospf6 + ospf6 router-id 10.0.2.4 +! +ip forwarding +ipv6 forwarding +! |