eventIndex
SUN-CLUSTER-EVENTS-MIB ·
.1.3.6.1.4.1.42.2.80.2.1.2.1.1
Object
column ScEventIndex
An index to refer to a cluster event. The index numbers increase monotonically as events are added to the MIB, and the oldest events are deleted from the MIB. If the MIB is restarted, the index number restarts from 1. Different instances of this MIB may have different index numbers for the same event instance
Context
- MIB
- SUN-CLUSTER-EVENTS-MIB
- OID
.1.3.6.1.4.1.42.2.80.2.1.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- escEventsEntry
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 'SUN-CLUSTER-EVENTS-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-CLUSTER-EVENTS-MIB::eventIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUN-CLUSTER-EVENTS-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-CLUSTER-EVENTS-MIB::eventIndex.<eventIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUN-CLUSTER-EVENTS-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUN-CLUSTER-EVENTS-MIB::eventIndex'
Syntax
- Source
- ScEventIndex
- Base type
Integer32
Values & Constraints
No enumerated values or constraints recorded.