All MIBs › CIENA-CES-OAM-MIB › cienaCesOamEventLogWindowHi
cienaCesOamEventLogWindowHi
Module: CIENA-CES-OAM-MIB
OID (symbolic): CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowHi
OID (numeric): 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.7
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 cienaCesOamEventLogWindowHi?
This read-only Unsigned32 holds the high-order 32 bits of a 64-bit window value for a threshold-crossing event, per its description, which together with cienaCesOamEventLogWindowLo expresses the time window, e.g., 5 seconds, over which the triggering occurrences were counted. In practice this high-order half will be zero for virtually every real event, since windows are measured in seconds or frames, not values large enough to need the upper 32 bits; it exists purely to support the standard's 64-bit encoding. An engineer parsing the log would combine WindowHi and WindowLo per the documented formula to reconstruct the actual measurement window, expecting WindowHi to read 0 in normal operation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1271.2.3.5.1.1.2.1.7 snmpwalk -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowHi
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.7.1 snmpget -v2c -c public <target> CIENA-CES-OAM-MIB::cienaCesOamEventLogWindowHi.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::cienaCesOamEventLogWindowHi 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.7 | cienaCesOamEventLogWindowHi | CIENA-CES-OAM-MIB |