wwwDocLastNIndex
WWW-MIB ·
.1.3.6.1.2.1.65.1.3.2.1.1
Object
column Unsigned32
An arbitrary monotonically increasing integer number used
for indexing the wwwDocLastNTable. The first document
accessed appears in the table with this index value equal
to one. Each subsequent document is indexed with the next
sequential index value. The Nth document accessed will be
indexed by N. This table presents a sliding window of the
last wwwDocCtrlLastNSize documents accessed. Thus, entries
in this table will be indexed by N-wwwDocCtrlLastNSize
thru N if N > wwwDocCtrlLastNSize and 1 thru N if
N <= wwwDocCtrlLastNSize.
The wwwDocCtrlLastNLock attribute can be used to lock
this table to allow the manager to read its contents.
Context
- MIB
- WWW-MIB
- OID
.1.3.6.1.2.1.65.1.3.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- wwwDocLastNEntry
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 'WWW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWW-MIB::wwwDocLastNIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWW-MIB::wwwDocLastNIndex.<wwwServiceIndex>.<wwwDocLastNIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWW-MIB::wwwDocLastNIndex'
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 1-4294967295