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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
355 B
Text
Raw Normal View History

password 1
hostname rt3
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 3.3.3.3
area 1 nssa
redistribute connected
!