FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)

F
FCFE.MIB
F-23
Fabric Element Management MIB
Status mandatory
Description This object identifies the FxPort within the module. This number
ranges from 1 to the value of fcFeModulePortCapacity for the
associated module. The value remains constant for the identified
FxPort until the module is re-initialized.
Sequence
::= { fcFxPortPhysEntry 2 }
fcFxPortPhysAdminStatus
Syntax INTEGER {
online (1), -- place port online
offline (2), -- take port offline
testing (3) -- initiate test procedures }
Access read-write
Status mandatory
Description The desired state of the FxPort. A management station may place the
FxPort in a desired state by setting this object accordingly. The
testing(3) state indicates that no operational frames can be passed.
When a Fabric Element initializes, all FxPorts start with
fcFxPortPhysAdminStatus in the offline(2) state.
As the result of either explicit management action or per
configuration information accessible by the Fabric Element,
fcFxPortPhysAdminStatus is then changed to either the online(1) or
testing(3) states, or remains in the offline state.
Sequence
::= { fcFxPortPhysEntry 3 }
fcFxPortPhysOperStatus
Syntax INTEGER {
online (1), -- Login may proceed
offline (2), -- Login cannot proceed
testing (3), -- port is under test
link-failure (4) -- failure after online/testing
Other values may be used to indicate diagnostic for failed test. }
Access read-only