frr/tests/topotests/ospf_nssa_topo1/rt2/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

35 lines
571 B
Text

password 1
hostname rt2
log file ospfd.log
!
! debug ospf sr
! debug ospf te
! debug ospf event
! debug ospf lsa
! debug ospf zebra
!
interface lo
ip ospf area 0
!
interface eth-rt1
ip ospf network point-to-point
ip ospf area 0
ip ospf hello-interval 3
ip ospf dead-interval 12
!
interface eth-rt3
ip ospf network point-to-point
ip ospf area 1
ip ospf hello-interval 3
ip ospf dead-interval 12
!
interface eth-rt4
ip ospf network point-to-point
ip ospf area 1
ip ospf hello-interval 3
ip ospf dead-interval 12
!
router ospf
router-id 2.2.2.2
area 1 nssa
!