MIB Viewer

ctActionOperStatus

OBJECT-TYPE
1.3.6.1.4.1.52.4.3.4.1.1.1.3
Access
read-only
Status
mandatory
Sub-identifiers
0
The current operational status of the action. A value of enable(1) reflects that the action has been enabled but has never executed. A value of disable(2) reflects that the action has been disabled. A value of normal(4) indicates that the action has executed and has completed normally. A value of error(5) indicates that the action has executed but an error was detected during the operation. Possible causes are bad value, bad type of value, object out of view, incorrect object extensions as defined in ctActionObjectTable. A value of invalidExtension(6) reflects that this action can not be executed since one or more of the defined extensions are in error.
INTEGER { enable(1), disable(2), normal(4), error(5), invalidExtension(6) }