The isis timer lsp-throttle command sets the minimum interval for sending LSPs on an IS-IS interface and the maximum number of LSPs sent within the interval.
The undo isis timer lsp-throttle command restores the default setting.
By default, the minimum interval for sending LSPs on an IS-IS interface is 50 milliseconds and the maximum number of LSPs sent within the interval is 10.
Parameter | Description | Value |
---|---|---|
throttle-interval |
Specifies the minimum interval for sending LSPs. |
The value is an integer that ranges from 1 to 10000, in milliseconds. |
count count |
Specifies the maximum number of LSPs that are sent within the interval specified by throttle-interval. |
The value is an integer that ranges from 1 to 1000. |
The value specified by throttle-interval is the interval between two consecutive LSPs and is also the interval for sending multiple fragments of a CSNP.
Before running this command on an interface, run the isis enable command on the interface to enable IS-IS.
# Set the interval for retransmitting LSPs on VLANIF100 to 500 ms.
<HUAWEI> system-view [HUAWEI] isis [HUAWEI-isis-1] network-entity 01.0000.0000.0001.00 [HUAWEI-isis-1] quit [HUAWEI] interface vlanif 100 [HUAWEI-Vlanif100] isis enable 1 [HUAWEI-Vlanif100] isis timer lsp-throttle 500
# Set the interval for retransmitting LSPs on GE0/0/1 to 500 ms.
<HUAWEI> system-view [HUAWEI] isis [HUAWEI-isis-1] network-entity 01.0000.0000.0001.00 [HUAWEI-isis-1] quit [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] isis enable 1 [HUAWEI-GigabitEthernet0/0/1] isis timer lsp-throttle 500