All MIBs › DOT3-OAM-MIB › dot3OamEventLogWindowLo
dot3OamEventLogWindowLo
Module: DOT3-OAM-MIB
OID (symbolic): DOT3-OAM-MIB::dot3OamEventLogWindowLo
OID (numeric): 1.3.6.1.2.1.158.1.6.1.7
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description:
If the event represents a threshold crossing event, the two objects dot3OamEventWindowHi and dot3OamEventWindowLo form an unsigned 64-bit integer yielding the window over which the value was measured for the threshold crossing event (for example, 5, when 11 occurrences happened in 5 seconds while the threshold was 10). The two objects are combined as:
dot3OamEventLogWindow = ((2^32) * dot3OamEventLogWindowHi) + dot3OamEventLogWindowLo
Otherwise, this value is returned as all F's (2^32 - 1) and adds no useful information.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.158.1.6.1.7 snmpwalk -v2c -c public <target> DOT3-OAM-MIB::dot3OamEventLogWindowLo
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.158.1.6.1.7.1 snmpget -v2c -c public <target> DOT3-OAM-MIB::dot3OamEventLogWindowLo.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.158 | dot3OamMIB | DOT3-OAM-MIB |
| 1.3.6.1.2.1.158.1 | dot3OamObjects | DOT3-OAM-MIB |
| 1.3.6.1.2.1.158.1.6 | dot3OamEventLogTable | DOT3-OAM-MIB |
| 1.3.6.1.2.1.158.1.6.1 | dot3OamEventLogEntry | DOT3-OAM-MIB |
| 1.3.6.1.2.1.158.1.6.1.7 | dot3OamEventLogWindowLo | DOT3-OAM-MIB |