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
- Table
- wwwDocLastNTable
- Siblings
- 6
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 1-4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| wwwDocLastNName The name of the document for which access was attempted. | column | WwwDocName | .1.3.6.1.2.1.65.1.3.2.1.2 |
| wwwDocLastNTimeStamp The date and time of the last attempt to access this
document. | column | SNMPv2-TCDateAndTime | .1.3.6.1.2.1.65.1.3.2.1.3 |
| wwwDocLastNRequestType The protocol request type which was received by the
server when this document access was attempted. | column | WwwRequestType | .1.3.6.1.2.1.65.1.3.2.1.4 |
| wwwDocLastNResponseType The protocol response type which was sent to the client
as a result of this attempt to access a document. This
object contains the type of the primary response if
there were multi… | column | WwwResponseType | .1.3.6.1.2.1.65.1.3.2.1.5 |
| wwwDocLastNStatusMsg This object contains a human readable description of the
reason why the wwwDocLastNResponseType was returned to the
client. This object defines the implementation-specific
reason … | column | SYSAPPL-MIBUtf8String | .1.3.6.1.2.1.65.1.3.2.1.6 |
| wwwDocLastNBytes The number of content bytes that were returned as a
result of this attempt to access a document. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.65.1.3.2.1.7 |