hh3cDot3OamEventLogThresholdHi
HH3C-EFM-COMMON-MIB ·
.1.3.6.1.4.1.25506.2.42.3.1.6.1.8
Object
column SNMPv2-SMIUnsigned32
If the event represents a threshold crossing event, the two
objects hh3cDot3OamEventThresholdHi and hh3cDot3OamEventThresholdLo
form an unsigned 64-bit integer yielding the value that was
crossed for the threshold crossing event (e.g. 10, when 11
occurrences happened in 5 seconds while the threshold was 10).
The two objects are combined as:
hh3cDot3OamEventLogThreshold = ((2^32) * hh3cDot3OamEventLogThresholdHi)
+ hh3cDot3OamEventLogThresholdLo
Otherwise, this value is returned as all F's (0xFFFFFFFF) and
adds no useful information.
Context
- MIB
- HH3C-EFM-COMMON-MIB
- OID
.1.3.6.1.4.1.25506.2.42.3.1.6.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cDot3OamEventLogEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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 'HH3C-EFM-COMMON-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-EFM-COMMON-MIB::hh3cDot3OamEventLogThresholdHi'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-EFM-COMMON-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-EFM-COMMON-MIB::hh3cDot3OamEventLogThresholdHi.<ifIndex>.<hh3cDot3OamEventLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-EFM-COMMON-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-EFM-COMMON-MIB::hh3cDot3OamEventLogThresholdHi'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of