cienaCesOamEventLogThresholdLo
CIENA-CES-OAM-MIB ·
.1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10
Object
column SNMPv2-SMIUnsigned32
If the event represents a threshold crossing event, the two
objects cienaCesOamEventThresholdHi and cienaCesOamEventThresholdLo
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:
cienaCesOamEventLogThreshold = ((2^32) * cienaCesOamEventLogThresholdHi)
+ cienaCesOamEventLogThresholdLo.
Otherwise, this value is returned as all Fs (0xFFFFFFFF) and
adds no useful information.
Context
- MIB
- CIENA-CES-OAM-MIB
- OID
.1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cienaCesOamEventLogEntry
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 'CIENA-CES-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo.<cienaCesOamEventLogPort>.<cienaCesOamEventLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295