LSPs are used to exchange link state information. You can configure attributes for LSPs to control the length and maximum lifetime of LSPs. To accelerate network convergence, you can enable LSP fast flooding or reduce the minimum interval for sending LSPs and the interval for updating LSPs to speed up LSP flooding. However, too many CPU resources will be consumed if the network topology changes frequently. In this situation, configure the intelligent timer for generating LSPs. This timer can quickly respond to emergencies, speed up network convergence, and improve CPU resource efficiency because its interval becomes longer when the network changes frequently. The function and implementation of different parameter configurations are shown in the following table.
Parameter Configuration | Function | Implementation |
---|---|---|
Set the maximum length for LSPs | Set the size for LSPs to be generated and LSPs to be received. | When the volume of link status information increases, the length of LSPs to be generated can be increased to carry more information in each LSP. |
Set the maximum lifetime for LSPs | Set the maximum lifetime for LSPs to ensure the validity of an LSP before its updated LSP is received. | When a switch generates the system LSP, it fills in the maximum lifetime for this LSP. After this LSP is received by other switches, the lifetime of the LSP is reduced gradually. If the switch does not receive any more update LSPs and the lifetime of the LSP is reduced to 0, the LSP will be deleted from the LSDB 60s later if no more updated LSPs are received. |
Set the refresh interval for LSPs | Set the refresh interval for LSPs to synchronize LSDBs. | On an IS-IS network, LSDB synchronization is implemented through LSP flooding. During LSP flooding, a switch sends an LSP to its neighbors and then the neighbors send the received LSP to their respective neighbors except the switch that first sends the LSP. In this manner, the LSP is flooded among the switches of the same level. LSP flooding allows each switch of the same level to have the same LSP information and synchronize its LSDB with each other. |
Set the minimum interval at which LSPs are sent | Set the interval for sending an LSP during LSP update. | Reducing the minimum interval for sending LSPs speeds up LSP flooding. |
Configure the intelligent timer used to generate LSPs | Control the interval for generating LSPs intelligently to speed up route convergence and reduce system load. | On an IS-IS network, if the local routing information changes, a switch needs to generate a new LSP to notify this change. If the local routing information changes frequently, a large number of new LSPs are generated. This occupies a lot of system resources and decreases system performance. To speed up network convergence and prevent system performance from being affected, configure an intelligent timer for generating LSPs. This timer can adjust the delay in generating LSPs based on the routing information change frequency. |
Enable LSP fast flooding | Control the number of LSPs flooded each time on an interface to speed up IS-IS network convergence. | When an IS-IS switch receives new LSPs from other switches, it updates the LSPs in the local LSDB and periodically floods out the updated LSPs according to a timer. LSP fast flooding updates the preceding method. When a device configured with LSP fast flooding receives one or more new LSPs, it floods out the LSPs with a number smaller than the specified number before calculating routes. This speeds up LSDB synchronization. |
Set an interval at which LSPs are retransmitted over a P2P link | Control the interval for retransmitting LSPs to ensure LSDB synchronization on a P2P network. | On a point-to-point network, devices at both ends of a link synchronize LSDBs with each other by flooding LSPs. The device at one end of the link sends an LSP. If the device at the other end receives this LSP, it replies with a PSNP. If the device that has sent an LSP does not receive a PSNP from the other end in a period of time, the device will retransmit the LSP. |