The metric-link-loss suppress command configures suppression parameters for IPv4 link loss information advertisement.
The undo metric-link-loss suppress command restores the default configuration.
By default, the suppression of IPv4 link loss information advertisement is enabled.
Parameter | Description | Value |
---|---|---|
percent-threshold percent-value |
Specifies a threshold over which link loss information advertisement is suppressed. |
The value is an integer ranging from 0 to 100, in percentage. The default value is 10. The value 0 indicates that link loss information advertisement is not suppressed based on this parameter. |
absolute-threshold absolute-value |
Specifies an absolute value threshold over which link loss information advertisement is suppressed. |
The value is an integer ranging from 0 to 10000. The default value is 1000.The value 0 indicates that link loss information advertisement is not suppressed based on this parameter. |
timer timer-value |
Specifies a timeout period for the link loss suppression timer. |
The value is an integer ranging from 0 to 600. The default value is 120. The value 0 indicates that the link loss suppression timer is not started. |
Usage Scenario
If link loss variation occurs frequently, link loss information is flooded and reported repeatedly, causing the optimal path calculated by a controller based on link loss information to change frequently. To prevent this issue, run the metric-link-loss suppress command to suppress the advertisement of IPv4 link loss information. Suppression is performed in compliance with the following rules:
Precautions
If timer-value, percent-value, and absolute-value are all set to 0, packet loss ratio suppression is disabled.
If the IPv4 packet loss rate advertisement function configured using the metric-link-loss advertisement enable command does not take effect, the metric-link-loss suppress command cannot be run. The value of the packet loss rate suppression timer must be greater than the interval for measuring the packet loss rate.<HUAWEI> system-view [~HUAWEI] isis 1 [*HUAWEI-isis-1] cost-style wide [*HUAWEI-isis-1] traffic-eng level-2 [*HUAWEI-isis-1] metric-link-loss advertisement enable level-2 [*HUAWEI-isis-1] metric-link-loss suppress timer 300 percent-threshold 20 absolute-threshold 2000