juniSystemUtilizationThresholdFalling

Juniper-System-MIB · .1.3.6.1.4.1.4874.2.2.2.1.10.1.1.8

Object

column r/w SNMPv2-SMIGauge32
The threshold value (fallingVal), which, in conjunction with
juniSystemUtilizationHoldDownTime (holdTime) and
juniSystemUtilizationThresholdRising (risingVal), is used to decide when
to trigger an event indicating that the resource utilization,
juniSystemUtilizationCurrentValue (currentVal), has fallen to or below
this level after having exceeded this value.
              
See the DESCRIPTION for juniSystemUtilizationResourceSubType for what
constitutes a unit of value for this object.
              
The value of this object  must be less than the value of risingVal.
              
This object provides one element in the formula used to determine when
to send a utilization notification.  If the currentVal falls to equal
the fallingVal and no other utilization event (either rising or falling)
has been triggered within the holdTime, or if the holdTime for a rising
threshold notification expires and the currentVal is at or below the
fallingVal, then and only then is a falling threshold utilization
notification sent.
              
The pseudo-code in the juniSystemUtilizationThresholdRising DESCRIPTION
states the algorithm more precisely.

Context

MIB
Juniper-System-MIB
OID
.1.3.6.1.4.1.4874.2.2.2.1.10.1.1.8
Type
column
Access
readwrite
Status
current
Parent
juniSystemUtilizationEntry
Groups
2

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 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemUtilizationThresholdFalling'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemUtilizationThresholdFalling.<juniSystemUtilizationResourceType>.<juniSystemUtilizationResourceSubType>.<juniSystemUtilizationLocationType>.<juniSystemUtilizationLocation>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-System-MIB::juniSystemUtilizationThresholdFalling'

Syntax

Source
SNMPv2-SMIGauge32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance

Member of
Compliance refinements
This object may have a fixed value in a particular
implementation and is therefore only required to be included
in the juniSystemUtilizationThreshold notifications.