All MIBs › CIENA-CES-OAM-MIB › cienaCesOamEventLogWindowLo
cienaCesOamEventLogWindowLo
Module: CIENA-CES-OAM-MIB
OID (symbolic): CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowLo
OID (numeric): 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.8
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: If the event represents a threshold crossing event, the two objects cienaCesOamEventWindowHi and cienaCesOamEventWindowLo form an unsigned 64-bit integer yielding the window over which the value was measured for the threshold crossing event (e.g., 5, when 11 occurrences happened in 5 seconds while the threshold was 10). The two objects are combined as:
cienaCesOamEventLogWindow = ((2^32) * cienaCesOamEventLogWindowHi) + cienaCesOamEventLogWindowLo.
Otherwise, this value is returned as all Fs (0xFFFFFFFF) and adds no useful information.
What is cienaCesOamEventLogWindowLo?
This read-only Unsigned32 holds the low-order 32 bits of the 64-bit window value for a threshold-crossing event, per its description, in practice the field that carries virtually all the meaningful data, since window values like '5 seconds' or 'N frames' are almost always well within 32 bits. Combined with cienaCesOamEventLogWindowHi via the documented formula, this reconstructs the exact time or frame window over which the qualifying occurrences, e.g., 11 errored frames, were counted for this specific log entry. An engineer reading the event log directly, without bothering to check WindowHi, would typically read this field alone to get the window value for common cases.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.8 snmpwalk -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowLo
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.8.1 snmpget -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowLo.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::cienaCesOamEventLogWindowLo 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.8 | cienaCesOamEventLogWindowLo | CIENA-CES-OAM-MIB |