Convert run times by lowering hello/dead interval timers to
smaller values from ~66 seconds to ~36 seconds.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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
+!
router-id 2.2.2.2
network 0.0.0.0/0 area 0
!
+int r2-eth0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!
+int r2-eth1
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!
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
+!
router-id 4.4.4.4
network 0.0.0.0/0 area 0
!
+int r4-eth0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!