MIB Variable Form: Table Indices Tab

The Table Indices tab enables you to view the index values, if any, for a selected MIB variable. Table indices are used to store multiple values for a single MIB variable.

In the example, atIfIndex and atNetAddress are table indices for the RFC1213-MIB's atEntry variable. Table indices are identified using the INDEX keyword:

atEntry OBJECT-TYPE
SYNTAX AtEntry
ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Each entry contains one NetworkAddress to
`physical' address equivalence."
INDEX { atIfIndex,
atNetAddress }
::= { atTable 1 }

For information about each tab: Concept Link IconSee Also

Table Indices Tab
Attribute Description
Position

The position number of the MIB variable that is used as a Table Index object.

For example, Table Index object positions for atIfIndex = 0 and atNetAddress = 1:

INDEX { atIfIndex,
atNetAddress }

Name

The name of the selected MIB variable that is used as a Table Index object. Table indices are used for storing multiple values for a MIB variable.

Double-click the row representing a Table Index. The Table Index Form displays all details about the selected Table Index.