pktcDevEvLogIndex

PKTC-EVENT-MIB · .1.3.6.1.4.1.4491.2.2.3.5.1.1.1

Object

This MIB Object provides relative ordering of the 
objects in the event log. 
 This object will always increase except when 
(a) the log is reset via pktcDevEvControl, 
(b) the device reboots and does not implement non-volatile
storage for this log, 
(c) it reaches the value 2^31.
The next entry for all the above cases is 0. 
This also serves as an indicator of event sequence.

Context

MIB
PKTC-EVENT-MIB
OID
.1.3.6.1.4.1.4491.2.2.3.5.1.1.1
Type
column
Access
readonly
Status
current
Parent
pktcDevEventLogEntry
Groups
1

Walk 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 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-EVENT-MIB::pktcDevEvLogIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-EVENT-MIB::pktcDevEvLogIndex.<pktcDevEvLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PKTC-EVENT-MIB::pktcDevEvLogIndex'

Syntax

Source
SNMPv2-SMIUnsigned32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance