All MIBs › CIENA-CES-OAM-MIB › cienaCesOamEventLogThresholdLo
cienaCesOamEventLogThresholdLo
Module: CIENA-CES-OAM-MIB
OID (symbolic): CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo
OID (numeric): 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: 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.
What is cienaCesOamEventLogThresholdLo?
This read-only Unsigned32 holds the low-order 32 bits of the threshold that was crossed for this logged event, per its description, which in the documented example is 10 when 11 occurrences happened in 5 seconds against a configured threshold of 10. Combined with cienaCesOamEventLogThresholdHi, this reconstructs the exact configured limit, such as cienaCesOamErrFrameThreshold, that the observed occurrence count exceeded to generate the log entry. An engineer reviewing why a particular event fired would compare this threshold value against cienaCesOamEventLogValue, the actual observed count, to confirm the crossing genuinely happened rather than being a logging anomaly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10 snmpwalk -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10.1 snmpget -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo.1
Start monitoring Ciena CES (Carrier Ethernet Switch) platforms with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIENA-CES-OAM-MIB::cienaCesOamEventLogThresholdLo OID value, configure state conditions and alerts, and monitor any Ciena CES (Carrier Ethernet Switch) platforms from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.1271 | ciena | CIENA-SMI |
| 1.3.6.1.4.1.1271.2 | cienaCes | CIENA-SMI |
| 1.3.6.1.4.1.1271.2.3 | cienaCesStatistics | CIENA-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1271.2.3.5 | cienaCesOamMibModule | CIENA-CES-OAM-MIB |
| 1.3.6.1.4.1.1271.2.3.5.1 | cienaCesOamMIB | CIENA-CES-OAM-MIB |
| 1.3.6.1.4.1.1271.2.3.5.1.1 | cienaCesOamStatistics | CIENA-CES-OAM-MIB |
| 1.3.6.1.4.1.1271.2.3.5.1.1.2 | cienaCesOamEventLogTable | CIENA-CES-OAM-MIB |
| 1.3.6.1.4.1.1271.2.3.5.1.1.2.1 | cienaCesOamEventLogEntry | CIENA-CES-OAM-MIB |
| 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.10 | cienaCesOamEventLogThresholdLo | CIENA-CES-OAM-MIB |