summaryrefslogtreecommitdiffstats
path: root/tests/topotests/all_protocol_startup/r1/ospfd.conf
blob: 61af44a4ddddb52d29a8b0227964e68145067282 (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
25
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
!