cdot3OamEventLogWindowLo
CISCO-DOT3-OAM-MIB ·
.1.3.6.1.4.1.9.10.136.1.6.1.7
Object
column SNMPv2-SMIUnsigned32
If the event represents a threshold crossing event, the two
objects cdot3OamEventWindowHi and cdot3OamEventWindowLo 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:
cdot3OamEventLogWindow = ((2^32) * cdot3OamEventLogWindowHi)
+ cdot3OamEventLogWindowLo
Otherwise, this value is returned as all F's (2^32 - 1) and
adds no useful information.
Context
- MIB
- CISCO-DOT3-OAM-MIB
- OID
.1.3.6.1.4.1.9.10.136.1.6.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdot3OamEventLogEntry
- Groups
- 1
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 'CISCO-DOT3-OAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT3-OAM-MIB::cdot3OamEventLogWindowLo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DOT3-OAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT3-OAM-MIB::cdot3OamEventLogWindowLo.<ifIndex>.<cdot3OamEventLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DOT3-OAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DOT3-OAM-MIB::cdot3OamEventLogWindowLo'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of