CsubAggStatsThreshEntry¶
-
class
CISCOSUBSCRIBERSESSIONMIB::CsubAggStatsThreshTable::CsubAggStatsThreshEntry¶ Bases:
EntityClass Hierarchy :
CISCOSUBSCRIBERSESSIONMIBCsubAggStatsThreshTableCsubAggStatsThreshEntryThis class represents state data.
A row in this table exists for each row in the
csubAggStatsTable.
Each row defines the set of thresholds and evaluation attributes
for an aggregation point.
-
csubsessionrisingthresh(key)¶ This threshold, if non-zero, indicates the rising threshold for the value of csubAggStatsUpSessions for the aggregation point, When the current sample of csubAggStatsUpSessions is greater than or equal to this threshold, and the value of csubAggStatsUpSessions for the last sample interval was less than this thershold, the csubSessionRisingNotif is triggered. If the value of this threshold is 0, the threshold is not evaluated
type: int
range: 0..4294967295
config: False
-
csubsessionfallingthresh¶ This threshold, if non-zero, indicates the falling threshold for the value of csubAggStatsUpSessions for the aggregation point, When the current sample of csubAggStatsUpSessions is less than or equal to this threshold, and the value of csubAggStatsUpSessions for the last sample interval was greater than this thershold, the csubSessionFallingNotif is triggered. If the value of this threshold is 0, the threshold is not evaluated
type: int
range: 0..4294967295
config: False
-
csubsessiondeltapercentfallingthresh¶ This threshold, if non-zero, indicates the delta falling threshold as a percentage of the value of csubAggStatsUpSessions for the aggregation point, The delta as a percentage of csubAggStatsUpSessions (delta_percent) is calculated as follows: current value of csubAggStatsUpSessions = value(n) previous sampled value of csubAggStatsUpSessions = value(n-1) delta_percent = ((value(n-1) - value(n)) / value(n-1)) * 100 If the delta_percent value of the current evaluation interval is greater than the value of this threshold, a csubSessionDeltaPercentLossNotif is triggered. If the value of this threshold is 0, the threshold is not evaluated
type: int
range: 0..100
config: False
-
csubsessionthreshevalinterval¶ The value of this object sets the number of seconds between samples for threshold evaluation. For implementations capable of per-session event evaluation of thresholds this object represents the maximum number of seconds between samples
type: int
range: 0..900
config: False
-