|
Description:
|
cardServiceStatus OBJECT-TYPE
SYNTAX INTEGER{unAvailable(1),
inActive(2),
standBy(3),
active(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status for this particular service instance. The possible values
are:
unAvailable (1) - The service is unavailable for unknown reasons.
This is an error situation. This value may not be
supported by the device.
inActive (2) - This service instance is waiting in line to
become standby. There may be 0 or more
services of this type in this state.
standBy (3) - Next in line to become active if the current
active service should fail. If there's more than
one service instance running, there will be one
instance in standby mode.
active (4) - The current active service performing this
function."
|
|
|