The mpls local-adjacency-number threshold-alarm command configures the conditions that trigger the threshold-reaching alarm and its clear alarm for local LDP adjacencies. The conditions include the upper and lower alarm thresholds (percent) for the proportion of established local LDP adjacencies to all supported ones.
The undo mpls local-adjacency-number threshold-alarm command restores the default settings.
By default, the upper alarm threshold is 80%, and the lower alarm threshold is 75%.
mpls local-adjacency-number threshold-alarm upper-limit upper-limit-value lower-limit lower-limit-value
undo mpls local-adjacency-number threshold-alarm
Parameter | Description | Value |
---|---|---|
upper-limit upper-limit-value | Sets the upper alarm threshold for the proportion of established local LDP adjacencies to all supported ones. |
The value is an integer ranging from 1 to 100, represented in percentage. Using a value larger than 95 is not recommended. Using the default value 80 is recommended. |
lower-limit lower-limit-value | Sets the lower alarm threshold for the proportion of established local LDP adjacencies to all supported ones. |
The value is an integer ranging from 1 to 100, represented in percentage. The value must be smaller than the value of upper-limit-value. Using the default value 75 is recommended. |
Usage Scenario
If the number of local LDP adjacencies reaches a specified upper limit, new local LDP adjacencies cannot be configured due to insufficient resources. To alert the administrator in operation and maintenance, enable a device to generate an alarm when the proportion of established local LDP adjacencies to all supported ones reaches a specified upper alarm threshold. The following parameters can be configured in the mpls local-adjacency-number threshold-alarm command:
Precautions
If the mpls local-adjacency-number threshold-alarm command is run more than once, the latest configuration overrides the previous one.
The mpls local-adjacency-number threshold-alarm command only configures the trigger conditions for an alarm and its clear alarm. Although trigger conditions are met, the alarm and its clear alarm can be generated only after the snmp-agent trap enable feature-name mpls_lspm trap-name { hwmplsresourcethresholdexceed | hwmplsresourcethresholdexceedclear } command is run to enable the device to generate an MPLS resource insufficiency alarm and its clear alarm.