The lsa-arrival-interval command sets the interval at which LSAs are received.
The undo lsa-arrival-interval command restores the default configuration.
By default, the intelligent timer is enabled. The maximum interval at which LSAs are updated is 1000 milliseconds (ms), the initial interval is 500 ms, and the Holdtime interval is 500 ms.
Parameter | Description | Value |
---|---|---|
interval |
Specifies the interval at which LSAs are received. |
The value is an integer ranging from 0 to 10000, in ms. |
intelligent-timer |
Enables an intelligent timer to receive LSAs. |
- |
max-interval |
Specifies the maximum interval at which LSAs are received. |
The value is an integer ranging from 1 to 300000, in ms. |
start-interval |
Specifies the initial interval at which LSAs are received. |
The value is an integer ranging from 0 to 60000, in ms. |
hold-interval |
Specifies the Holdtime interval at which LSAs are received. |
The value is an integer ranging from 1 to 60000, in ms. |
Usage Scenario
OSPF defines that the interval at which LSAs are received is 1s, which prevents network connections or frequent route flapping from consuming excessive network bandwidth or device resources.
On a stable network that requires fast route convergence, you can change the interval at which LSAs are received to 0s. In this manner, the device can fast respond to topology or route changes, which speeds up route convergence. On an unstable network, routes are calculated frequently, which consumes a great number of CPU resources. In addition, LSPs that describe the unstable topology are generated and transmitted on the unstable network. Frequently processing such LSAs affects the rapid and stable operation of the entire network. You can configure an intelligent timer so that the device can dynamically adjust the interval according to the user configuration and the frequency of triggering events (such as route calculation) to speed up network convergence. If there is no special network requirement, default values are recommended.Implementation Procedure
After an intelligent timer is enabled, the interval at which LSAs are received is as follows:
Precautions
Setting the interval in the lsa-arrival-interval command to be a value less than or equal to the Holdtime interval specified in the lsa-originate-interval command is recommended.