blob: a66fb92ba3753b4b83c1ccd255ee9117644254ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
hostname r1
log file ospfd.log
!
router ospf
router-id 1.1.1.1
network 0.0.0.0/0 area 0
!
int r1-eth1
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf priority 1
!
int r1-eth2
ip ospf hello-interval 2
ip ospf dead-interval 10
ip ospf priority 1
!
|