The purpose of this object is to define the length of interval
used to prevent the excessive generations of notifications.
Notification related to the same event(alarm) will be suppressed
for the duration of the interval. Notifications for the
same entity(object with same indexes) will be suppressed for
length of interval. For example, the
ciscoAgwMaxBaseStationExceededOnsetNotif and
ciscoAgwMaxBaseStationExceededAbateNotif notification are used
to indicate the event were the number of basestations that can
be supported has been reached and requests from additional
base stations will be reject.
Here is an example of how the suppression mechanism works:
cagwMaxBaseStationExceededNotifThreshold = 90%
cagwMaximumBaseStations = 1000
threshold = 900
Time 9:00:00 cagwCurrentBaseStations = 901
device sends
ciscoAgwMaxBaseStationExceededOnsetNotif
Time 9:00:04 cagwCurrentBaseStations = 899
device does not send
ciscoAgwMaxBaseStationExceededAbateNotif
Time 9:00:07 cagwCurrentBaseStations = 901
device does not send
ciscoAgwMaxBaseStationExceededOnsetNotif
Time 9:00:11 cagwCurrentBaseStations = 899
device does not send
ciscoAgwMaxBaseStationExceededAbateNotif
.
.
Time 9:05:00 Interval Ends and cagwCurrentBaseStations = 822
device sends
ciscoAgwMaxBaseStationExceededAbateNotif
When this object is set to zero notification will not be
suppressed.