MIB Viewer

csubSessionDeltaPercentFallingThreshNotif

NOTIFICATION-TYPE
1.3.6.1.4.1.9.9.786.0.4
Status
current
Sub-identifiers
0
This notification is generated when the value of csubAggStatsThreshNotifEnable is 'true' AND the value of csubSessionDeltaPercentFallingThresh is non-zero AND If the delta_percent value of the current evaluation interval is greater than the value of csubSessionDeltaPercentFallingThresh. 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