Configures monitoring of the utilization of available MAC Table resources and alerts the user when configured thresholds are exceeded.
all
,
none
, raslog
, and
snmp
. Default "action
"
is "all
". interval
keyword. The range is 1-60. The default value is
4 events.
Global configuration mode
The default action
is all.
The high-limit
value must always be higher than the low-limit
value.
If not, an error will be generated.
Use the interval
and count
keywords to limit the number of events
that are generated due to the thresholds being exceeded.
This example configures the various thresholds for monitoring MAC Table utilization.
SLX (config)# threshold-monitor mac-table ? Possible completions: actions Action to be taken when usage crosses threshold limits (Default:all) count Maximum number of events generated in configured time interval (Default:4) high-limit Upper threshold limit in percentage (Default:90) interval Time interval in seconds (Default:120) low-limit Lower threshold limit in percentage (Default:70) SLX (config)# threshold-monitor mac-table interval 180 SLX (config)# threshold-monitor mac-table count 30 SLX (config)# threshold-monitor mac-table high-limit 85 SLX (config)# threshold-monitor mac-table low-limit 55 SLX (config)# threshold-monitor mac-table action raslog SLX (config)# SLX (config)# do show running-config threshold-monitor mac-table threshold-monitor mac-table high-limit 85 low-limit 55 actions raslog count 30 interval 180 SLX (config)#