frr/tests/topotests/pim_cand_rp_bsr/r1/frr.conf
Daniel Baumann a2d156806a
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:20 +01:00

49 lines
747 B
Text

!
hostname r1
password zebra
log file /tmp/r1-frr.log
!
!debug pim packet
!debug pim bsm
!debug pimv6 bsm
!
!
interface lo
ip address 10.0.0.1/32
ipv6 address fd00:0:0:0::1/128
ip pim
ipv6 pim
ipv6 ospf6 area 0
!
interface r1-eth0
ip address 10.0.0.1/24
ipv6 address fd00:0:0:0::1/64
ip igmp
ip pim
ipv6 pim
ipv6 ospf6 area 0
!
interface r1-eth1
ip address 10.0.1.1/24
ipv6 address fd00:0:0:1::1/64
ip igmp
ip pim
ipv6 pim
ipv6 ospf6 area 0
!
router pim
bsr candidate-bsr priority 200 source address 10.0.0.1
!
router pim6
bsr candidate-bsr priority 200 source address fd00:0:0:0::1
!
router ospf
ospf router-id 10.0.0.1
network 10.0.0.0/16 area 0
!
router ospf6
ospf6 router-id 10.0.0.1
!
ip forwarding
ipv6 forwarding
!