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