summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_rfapi_basic_sanity/r3/ospfd.conf
blob: 0e64ed6fc59afcf2f4c0f497159c15a4972bb8f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
hostname r3
password 1
log file ospfd.log
!
router ospf
 router-id 3.3.3.3
 network 0.0.0.0/4 area 0
 redistribute static
!
int r3-eth0
 ip ospf hello-interval 2
 ip ospf dead-interval 10
!
int r3-eth1
 ip ospf hello-interval 2
 ip ospf dead-interval 10
!