ctActionOperStatus
EVENT-ACTIONS-MIB ·
.1.3.6.1.4.1.52.4.3.4.1.1.1.3
Object
column
mandatory
Enumeration
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.
Context
- MIB
- EVENT-ACTIONS-MIB
- OID
.1.3.6.1.4.1.52.4.3.4.1.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctEventActionEntry
- Table
- ctEventActionTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
4 | normal |
5 | error |
6 | invalidExtension |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ctActionObjectBase mandatory This defines the base OBJECT IDENTIFIER that will be used for the
set operation. | column | ObjectIdentifier | .1.3.6.1.4.1.52.4.3.4.1.1.1.1 |
| ctActionValue mandatory The value that will be used in the set operation that is defined
by this action entry. | column | Integer32 | .1.3.6.1.4.1.52.4.3.4.1.1.1.2 |
| ctActionAdminStatus mandatory Defines the desired state for this particular action entry.
An action may be enabled by setting a value of enable(1)
When enabled an action will execute whenever th… | column | Enumeration | .1.3.6.1.4.1.52.4.3.4.1.1.1.4 |
| ctActionDescription mandatory This text string allows the end-user to provide a description
of the action; it must not contain anything but printable
ASCII characters. | column | OctetString | .1.3.6.1.4.1.52.4.3.4.1.1.1.5 |
| ctActionOrder mandatory The value of this object controls the order of operations of actions
associated with a given event. Actions with lower ctActionOrder value
shall be executed first. It is not mandi… | column | Integer32 | .1.3.6.1.4.1.52.4.3.4.1.1.1.6 |