This soft copy for use by IBM employees only.
portTable
SYNTAX SEQUENCE OF PortEntry ACCESS
DESCRIPTION
″This table provides the list of ports attached to
the ATM switch (ATM ports). These ports belong to ATM modules inserted in slots that are attached to the ATM switch.″
::= { physical 3}
portEntry
DESCRIPTION
″Entries of portTable. 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 { portSlotIndex, portIndex }
::= { portTable 1 }
PortEntry ::= SEQUENCE { portSlotIndex
INTEGER,
portIndex
INTEGER, portInterface
INTEGER
}
portSlotIndex
DESCRIPTION
″The slot number of this port′ s module.″ ::= { portEntry 1 }
portIndex
SYNTAX INTEGER (1..64) ACCESS
DESCRIPTION
″The port number for this module.″ ::= { portEntry 2 }
portInterface
DESCRIPTION
″The interface number of this port.″ ::= { portEntry 3 }