frr/tests/topotests/ospf_nssa_topo1/rt4/ospfd.conf

25 lines
352 B
Text
Raw Permalink Normal View History

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