csubSessionDeltaPercentFallingThresh

CISCO-SUBSCRIBER-SESSION-MIB · .1.3.6.1.4.1.9.9.786.1.2.3.1.3

Object

column r/w Unsigned32
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.

Context

MIB
CISCO-SUBSCRIBER-SESSION-MIB
OID
.1.3.6.1.4.1.9.9.786.1.2.3.1.3
Type
column
Access
readwrite
Status
current
Parent
csubAggStatsThreshEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubSessionDeltaPercentFallingThresh'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SUBSCRIBER-SESSION-MIB::csubSessionDeltaPercentFallingThresh.<csubSessionRisingThresh>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SUBSCRIBER-SESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SUBSCRIBER-SESSION-MIB::csubSessionDeltaPercentFallingThresh'

Syntax

Unsigned32

Values & Constraints

Object Constraints
range: 0-100

Conformance

Member of
Compliance refinements
range: 0..100
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.