hwDot3ahEfmEventLogThresholdLo

HUAWEI-ETHOAM-MIB · .1.3.6.1.4.1.2011.5.25.136.1.2.2.7.1.9

Object

If the event represents a threshold crossing event, the two
objects hwDot3ahEfmEventThresholdHi and hwDot3ahEfmEventThresholdLo
form an unsigned 64-bit integer yielding the value that was
crossed for the threshold crossing event (for example, 10,
when 11 occurrences happened in 5 seconds while the threshold
was 10).  The two objects are combined as:
              
hwDot3ahEfmEventLogThreshold = ((2^32) * hwDot3ahEfmEventLogThresholdHi)
                                 + hwDot3ahEfmEventLogThresholdLo
              
Otherwise, this value is returned as all F's (2^32 - 1) and
adds no useful information.

Context

MIB
HUAWEI-ETHOAM-MIB
OID
.1.3.6.1.4.1.2011.5.25.136.1.2.2.7.1.9
Type
column
Access
readonly
Status
current
Parent
hwDot3ahEfmEventLogEntry
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 'HUAWEI-ETHOAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHOAM-MIB::hwDot3ahEfmEventLogThresholdLo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ETHOAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ETHOAM-MIB::hwDot3ahEfmEventLogThresholdLo.<ifIndex>.<hwDot3ahEfmEventLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ETHOAM-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ETHOAM-MIB::hwDot3ahEfmEventLogThresholdLo'

Syntax

Source
SNMPv2-SMIUnsigned32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance