This soft copy for use by IBM employees only.
interfaceTable OBJECT-TYPE
SYNTAX SEQUENCE OF InterfaceEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
For each ATM port, this table maps the MIB-II interface index for
this port with its physical slot and port numbers.
::= { physical 4}
interfaceEntry OBJECT-TYPE
SYNTAX InterfaceEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
Entries of the interfaceTable.
Each entry corresponds to a port that belongs to an ATM module.
This module must be inserted in a slot
that is attached to the ATM switch.
INDEX { interfaceIndex }
::= { interfaceTable 1 }
InterfaceEntry ::= SEQUENCE {
interfaceIndex
INTEGER,
interfaceSlot
INTEGER,
interfacePort
INTEGER,
interfaceConnector
INTEGER,
interfaceAdminState
INTEGER,
interfaceOperState
INTEGER,
interfaceAtmAccess
INTEGER,
interfaceMediaType
INTEGER,
interfaceMediaSpeed
INTEGER,
interfaceMediaErrors
Counter,
interfaceSubSlot
INTEGER,
interfaceClocking
INTEGER,
interfaceScrambling
INTEGER,
interfaceAvailableBandwidth
INTEGER,
interfaceAllocatedBandwidth
INTEGER,
interfaceMaxBandwidth
INTEGER,
interfaceFrameFormat
INTEGER
}
Appendix E. IBM ATM Campus Switch Private MIBs 207