IBM SG24-4817-00 Switch User Manual


 
This soft copy for use by IBM employees only.
SYNTAX SEQUENCE OF SwitchEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
This table controls slot attachement to the ATM switch.
An ATM module is operational only when inserted in a slot which
is defined as attached to the switch.
::= { physical 1}
switchEntry OBJECT-TYPE
SYNTAX SwitchEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
Entries of switchTable. Each entry corresponds to a slot that
is physically wired to the switch. These slots may be attached
to or isolated from the ATM switch.
INDEX { switchSlotIndex }
::= { switchTable 1 }
SwitchEntry ::= SEQUENCE {
switchSlotIndex
INTEGER,
switchAdminState
INTEGER,
switchOperState
INTEGER
}
switchSlotIndex OBJECT-TYPE
SYNTAX INTEGER (1..64)
ACCESS read-only
STATUS mandatory
DESCRIPTION
A slot number controlled by the switch.
::= { switchEntry 1 }
switchAdminState OBJECT-TYPE
SYNTAX INTEGER {
isolate (1),
attach (2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
The desired state of the slot connection to the switch.
When a slot is isolated from the switch, the switch traffic
from this slot to the switch is disabled. As a result, if
an ATM module is plugged in this slot, it will not be
operational.
When a slot is attached to the switch, the switch is ready
to receive ATM traffic from this slot. As a result, if an
ATM module is plugged in this slot, it can be used for
ATM traffic.
::= { switchEntry 2 }
switchOperState OBJECT-TYPE
Appendix E. IBM ATM Campus Switch Private MIBs 201