An event can cause multiple messages of different types to be generated simultaneously.
Since it is possible that multiple entries/traps can be generated for an event, options are available to rate limit the generation of these events/traps. Without rate limiting, there is a possibility that the message handling subsystem of the device getting overwhelmed while handling these messages and causing the device to crash.
When configured, the constraints can be summed as: Generate a maximum of X messages in Y units of time. Messages can be RASLOG or SNMP or Both and this depends on the action configured for that specific monitored parameter.
To configure the rate limiting constraints:
SLX# configure terminal SLX (config)#
SLX (config)# threshold-monitor hardware-resources count 10 SLX (config)#
SLX (config)# threshold-monitor hardware-resources interval 300 SLX (config)#
This example shows the complete configuration for the rate limiting constraints.
SLX# configure terminal SLX (config)# threshold-monitor hardware-resources count 10 SLX (config)# threshold-monitor hardware-resources interval 300 SLX (config)#