Threshold monitoring ensures that usage of resources are monitored constantly and events are triggered whenever an anomaly in usage occurs.
The following hardware parameters are monitored:
The following parameters are also monitored:
For each parameter, you can set the high-threshold and low-threshold value. You can specify the action to be taken when one of these thresholds is breached.
SLX# configure terminal SLX (config)#
SLX (config)# threshold-monitor ecmp high-limit 98 low-limit 65 action both SLX (config)#
The following is the above configuration
SLX# configure terminal SLX (config)# threshold-monitor ecmp high-limit 98 low-limit 65 action both SLX (config)#
The following is a configuration example for monitoring the Route table usage.
SLX# configure terminal SLX (config)# threshold-monitor route high-limit 80 low-limit 50 action both SLX (config)#