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
". Global configuration mode
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.
The following example configures the lower and higher threshold monitoring values for the entries in the MAC Table.
SLX# configure terminal SLX (config)# threshold-monitor mac-table high-limit 95 low-limit 50 action all SLX (config)#
The following example resets the configured MAC table entries threshold monitoring values to their defaults.
SLX# configure terminal SLX (config)# no threshold-monitor mac-table high-limit SLX (config)# no threshold-monitor mac-table low-limit SLX (config)# no threshold-monitor mac-table action