1
0
Fork 0
frr/tests/topotests/ospf_p2mp/r3/frr-p2mp.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

31 lines
547 B
Text

!
!log file ospfd.log debug
! debug ospf event
! debug ospf client
! debug ospf lsa
! debug ospf packet all
!
hostname r3
password zebra
log file /tmp/r1-frr.log
ip forwarding
!
interface r3-eth0
ip address 10.1.0.3/24
ip ospf network point-to-multipoint
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
interface r3-eth1
ip address 10.1.3.3/24
ip ospf network broadcast
ip ospf hello-interval 1
ip ospf dead-interval 30
!
!
router ospf
ospf router-id 3.3.3.3
distance 20
network 10.1.0.0/24 area 0
network 10.1.3.0/24 area 0