summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_oc_topo1/r1/ospfd.conf
blob: 877e14ff36d57291ec298499bab08f0f90a6b3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
hostname r1
log file ospfd.log
!
router ospf
 router-id 1.1.1.1
 network 0.0.0.0/0 area 0
!
int r1-eth0
 ip ospf hello-interval 2
 ip ospf dead-interval 10
 ip ospf priority 1
!