Reference Guide

30 |Using MIBs Dell PowerConnect W-Series ArubaOS 6.0 MIB | Reference Guide
MIB Modules
MIB objects can be placed in logical groups, Group and Table. One MIB file can consist of multiple groups. A
group typically contains at least one table. The table lists the MIB objects that contain the information that is
exchanged.
The first object of a table is an Entry. The keyword SEQUENCE lists the objects of the table that contain device
information. Each subsequent object (Informative MIB Objects) inherits the OID of the Entry, and contains
information sorted by keywords: Syntax, Access, Status, Description. For details about keywords, see “MIBs” on
page19.
The OID of the Entry is
wlsxCtsRequestEntry is wlsxCtsRequestTable 1, which represents
1.3.6.1.4.1.14823.2.2.1.11.1.1.1. The OIDs of the subsequent objects of this table are appended
increments of the Entry OID. For example, the OID of
wlsxCtsIndex is wlsxCtsRequestEntry 1, which
represents
1.3.6.1.4.1.14823.2.2.1.11.1.1.1.1.
Group
wlsxCtsOpGroup OBJECT IDENTIFIER ::= { wlsxCtsMIB 1 }
Table
wlsxCtsRequestTable OBJECT-TYPE
SYNTAXSEQUENCE OF WlsxCtsRequestEntry
MAX-ACCESSnot-accessible
STATUScurrent
DESCRIPTION
"
"
::= { wlsxCtsOpGroup 1 }
Entry
wlsxCtsRequestEntry OBJECT-TYPE
SYNTAX WlsxCtsRequestEntry
MAX-ACCESS not-accessible
STATUScurrent
DESCRIPTION
""
INDEX { wlsxCtsIndex }
::= { wlsxCtsRequestTable 1 }
WlsxCtsRequestEntry ::=
SEQUENCE
{
wlsxCtsIndexInteger32,
wlsxCtsOpcodeDisplayString,
wlsxCtsCookieDisplayString,
wlsxCtsURLDisplayString,
wlsxCtsFlagsBITS,
wlsxCtsStatusRowStatus
}
Informative
MIB Objects
wlsxCtsIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUScurrent