4-20z By changing the OSPF packet timers, you can adjust the convergence speed of the OSPF networkand the network load brought by OSPF packets. On some low-speed links, you need to considerthe delay experienced when the interfaces transmit LSAs.z By Adjusting SPF calculation interval, you can mitigate resource consumption caused by frequentnetwork changes.z In a network with high security requirements, you can enable OSPF authentication to enhanceOSPF network security.z In addition, OSPF supports network management. You can configure the binding of the OSPF MIBwith an OSPF process and configure the Trap message transmission and logging functions.Configuration PrerequisitesBefore adjusting and optimizing an OSPF network, perform the following tasks:z Configuring the network layer addresses of interfaces so that the adjacent nodes are reachable toeach other at the network layerz Configuring basic OSPF functionsConfiguring OSPF TimersThe Hello intervals for OSPF neighbors must be consistent. The value of Hello interval is in inverseproportion to route convergence speed and network load.The dead time on an interface must be at least four times of the Hello interval on the same interface.After a router sends an LSA to a neighbor, it waits for an acknowledgement packet from the neighbor. Ifthe router receives no acknowledgement packet from the neighbor within the retransmission interval, itretransmits the LSA to the neighbor.Follow these steps to configure OSPF timers:To do... Use the command... RemarksEnter system view system-view —Enter interface view interface interface-typeinterface-number —Configure the hello interval onthe interface ospf timer hello secondsOptionalBy default, p2p and broadcastinterfaces send Hello packets every 10seconds; while p2mp and NBMAinterfaces send Hello packets every 30seconds.Configure the poll interval onthe NBMA interface ospf timer poll seconds Optional40 seconds by defaultConfigure the dead time of theneighboring router on theinterfaceospf timer dead secondsOptionalBy default, the dead time for the OSPFneighboring router on a p2p orbroadcast interface is 40 seconds andthat for the OSPF neighboring routeron a p2mp or NBMA interface is 120seconds.Configure the interval forretransmitting an LSA on aninterfaceospf timer retransmit interval Optional5 seconds by default