summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_nssa_topo1/rt3/ospfd.conf
blob: 9691a7c512ae1514d1c1a86a7ff3c777712f4e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
!