frr/tests/topotests/all_protocol_startup/r1/ospfd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

25 lines
412 B
Text

log file ospfd.log
!
! debug ospf event
! debug ospf zebra
!
!
interface r1-eth0
ip ospf hello-interval 1
ip ospf dead-interval 5
!
interface r1-eth3
ip ospf hello-interval 1
ip ospf dead-interval 5
!
router ospf
ospf router-id 192.168.0.1
log-adjacency-changes
network 192.168.0.0/24 area 0.0.0.0
network 192.168.3.0/24 area 0.0.0.0
!
line vty
!
route-map LIES deny 10
match interface notpresent
!