Decrease run time from ~70 seconds to ~41 seconds by
reducing hello/dead interval timers in ospf
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
network 0.0.0.0/4 area 0
redistribute static
!
+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
+!
+int r2-eth2
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!
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
+!
network 0.0.0.0/4 area 0
redistribute static
!
+int r4-eth0
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+!