The timer lsp-generation command configures an intelligent timer for generating LSPs.
The undo timer lsp-generation command cancels the intelligent timer for generating LSPs.
By default, no intelligent timer is configured to generate LSPs.
timer lsp-generation max-interval [ init-interval [ incr-interval ] ] [ level-1 | level-2 ]
undo timer lsp-generation [ max-interval [ init-interval [ incr-interval ] ] ] [ level-1 | level-2 ]
Parameter | Description | Value |
---|---|---|
max-interval |
Specifies the maximum delay in generating LSPs with the same LSP ID. |
The value is an integer that ranges from 1 to 120, in seconds. The default value is 2. |
init-interval |
Specifies the initial delay in generating LSPs. |
The value is an integer that ranges from 1 to 60000, in milliseconds. By default, this delay is not used. |
incr-interval |
Specifies the incremental delay in generating two LSPs with the same LSP ID. |
The value is an integer that ranges from 1 to 60000, in milliseconds. By default, this delay is not used. |
level-1 |
Specifies the delay in generating Level-1 LSPs. If no level is specified, the delay in generating Level-1 and Level-2 LSPs is set. |
- |
level-2 |
Specifies the delay in generating Level-2 LSPs. If no level is specified, the delay in generating Level-1 and Level-2 LSPs is set. |
- |
Usage Scenario
On an IS-IS network, if the local routing information changes, a device 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, which occupies a lot of system resources and decreases system performance.
Precautions
If the delay in generating an LSP is too long, a device cannot advertise routing information changes to neighbors in time. This slows down network convergence.
# Set the delay in generating LSPs to 5s.
<HUAWEI> system-view
[HUAWEI] isis
[HUAWEI-isis-1] timer lsp-generation 5
# Set the maximum delay in generating LSPs to 20s, initial delay to 50 ms, and incremental delay to 2000 ms.
<HUAWEI> system-view
[HUAWEI] isis
[HUAWEI-isis-1] timer lsp-generation 20 50 2000