This object defines a threshold used to indicate when
to generate the ciscoAgwMaxBaseStationExceededOnsetNotif
and ciscoAgwMaxBaseStationExceededAbateNotif
notifications. The threshold is the percentage of the
base stations defined by the cagwMaximumBaseStations
object. A value of 0 disables both notifications.
Here is an example.
cagwMaximumBaseStations = 500
cagwMaxBaseStationExceededNotifThreshold = 90
Threshold is 450 base stations.
Therefore, the ciscoAgwMaxBaseStationExceededOnsetNotif will
be generated when the cagwCurrentBaseStations is greater
than or equal to this threshold. The
ciscoAgwMaxBaseStationExceededAbateNotif will be generated
when the cagwCurrentBaseStations drops below the value of
this threshold. Both of these notification can be suppressed
as described in the cagwRepeatNotifInterval object.