Description:
|
fe827xPCIAdapOperStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
notConfigured(2),
notPresent(3),
unavailable(4),
doesNotApply(5),
enablePending(6),
enabled(7),
disablePending(8),
disabled(9),
missConfigured(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The operational status of this PCI adapter for the balde.
The variable shall assume a value of unknown(1)
if the adapter inserted in the slot cannot be recognized. The
variable shall assume a value of notConfigured(2) if the adapter
inserted in the slot is recognized but no router configuration
exists. The variable shall assume a value of notPresent(3) if
the adapter is not inserted in the slot but the router
configuration exists. The variable shall assume a value of
unavailable(4) if adapter inserted in the slot can not be used
nor made ready to be used; for example, a hardware error. The
variable shall assume a value of doesNotApply(5) if this adapter
does not contain an operational state. The variable shall assume
a value of enablePending(6) if commands have been issued to enable
the adapter but have not been completed. The variable shall assume
a value of enabled(7) if commands have been successfully issued
to enable the adapter. The variable shall assume a value of
disablePending(8) if commands have been issued to disable the
adapter but have not been completed. The variable shall assume
a value of disabled(9) if commands have been successfully issued
to disable the adapter. The variable shall assume a value of
missConfigured(10) if the adapter is inserted in the slot
but the router configuration is of a different type. This object
would also drive the Unit LED's."
|
|