threshold-monitor lif
Configures monitoring of the number of LIFs against the maximum number of supported
LIFs and alerts the user when configured thresholds are exceeded.
Syntax
threshold-monitor lif
[
high-limit
value-in-percent
]
[
low-limit
value-in-percent
]
[
action
[
none
|
raslog
|
snmp
|
all
]
]
no threshold-monitor lif
[
high-limit
|
low-limit
|
action
]
Parameters
-
high-limit
value-in-percentage
- Specifies the upper threshold limit for number of LIFs as a percentage (%)
that will trigger the configured action. The range is 10%-100%. The default
value is 90%.
-
low-limit
value-in-percentage
- Specifies the lower threshold limit for number of LIFs as a percentage (%)
that will trigger the configured action. The range is 10%-99%. The default
value is 70%.
-
action
[
none
|
raslog
|
snmp
|
all
]
- Specifies the action to be taken when a threshold is exceeded. The values
supported are
all
, none
,
raslog
, and snmp
. Default is
all
.
-
all
- RASLOG and SNMP trap will be sent when the threshold is
exceeded.
-
none
- No action will be taken when the threshold is exceeded.
-
raslog
- Only RASLOG will be sent when the threshold is exceeded.
-
snmp
- Only SNMP traps will be sent when the threshold is exceeded.
Modes
Global configuration mode
Usage Guidelines
The no form of this command will reset the values to default.
The low-limit threshold value cannot be equal to or higher than the value
configured for the high-limit threshold value.
Examples
The following example configures the lower and higher threshold monitoring
values for the number of LIFs.
SLX# configure terminal
SLX (config)# threshold-monitor lif high-limit 95 low-limit 50 action all
SLX (config)#
The following example resets the configured LIFs threshold monitoring
values to their defaults.
SLX# configure terminal
SLX (config)# no threshold-monitor lif high-limit
SLX (config)# no threshold-monitor lif low-limit
SLX (config)# no threshold-monitor lif action