All MIBs › SWITCH-RMON-MIB › rLogIndex
rLogIndex
Module: SWITCH-RMON-MIB
OID (symbolic): SWITCH-RMON-MIB::rLogIndex
OID (numeric): 1.3.6.1.4.1.8886.6.1.22.9.2.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: An index that uniquely identifies an entry in the log table amongst those generated by the same eventEntries. These indexes are assigned beginning with 1 and increase by one with each new log entry. The association between values of logIndex and logEntries is fixed for the lifetime of each logEntry. The agent may choose to delete the oldest instances of logEntry as required because of lack of memory. It is an implementation-specific matter as to when this deletion may occur.
What is rLogIndex?
This value uniquely numbers a log entry among those generated by the same event entry, starting at 1 and incrementing with each new occurrence; the agent may delete the oldest entries under memory pressure. Admins use it to walk through the history of firings for one particular event in chronological order.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.22.9.2.1.2 snmpwalk -v2c -c public <target> SWITCH-RMON-MIB::rLogIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8886.6.1.22.9.2.1.2.1 snmpget -v2c -c public <target> SWITCH-RMON-MIB::rLogIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rLogIndex.1
Start monitoring Raisecom Ethernet switch (RMON traffic-statistics/history collection) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SWITCH-RMON-MIB::rLogIndex OID value, configure state conditions and alerts, and monitor any Raisecom Ethernet switch (RMON traffic-statistics/history collection) 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.8886 | raisecom | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6 | iscomSeries | RAISECOM-BASE-MIB |
| 1.3.6.1.4.1.8886.6.1 | iscomSwitch | RAISECOM-BASE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.8886.6.1.22 | rmonMib | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.9 | rEvent | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.9.2 | rLogTable | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.9.2.1 | rLogEntry | SWITCH-RMON-MIB |
| 1.3.6.1.4.1.8886.6.1.22.9.2.1.2 | rLogIndex | SWITCH-RMON-MIB |