EVENT-ACTIONS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for EVENT-ACTIONS-MIB.
18
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
18 total| Object Name |
|---|
ctActionDefn OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.3.4.1 |
IMPORTS Unknown .1.3.6.1.4.1.52.4.3.4.1 |
ctEventActionTableThis table defines actions that may take place when a given
RMON event is triggered. Where action is defined as a collection
of snmp SET operations to defined objects. A SET operation is
defined by an OID and by a value. It is assumed that the type
of the object is an integer. SEQUENCE OF CtEventActionEntry .1.3.6.1.4.1.52.4.3.4.1.1 |
ctEventActionEntryDescribes a particular action, SET operation. CtEventActionEntry .1.3.6.1.4.1.52.4.3.4.1.1.1 |
ctActionObjectBaseThis defines the base OBJECT IDENTIFIER that will be used for the
set operation.ro OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.3.4.1.1.1.1 |
ctActionValueThe value that will be used in the set operation that is defined
by this action entry.rw INTEGER .1.3.6.1.4.1.52.4.3.4.1.1.1.2 |
ctActionOperStatusThe 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.ro Enumeration .1.3.6.1.4.1.52.4.3.4.1.1.1.3 |
ctActionAdminStatusDefines 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 the specified event
is generated.
An action may be disabled by setting a value of disable(2).
When disabled a given action will not be executed when the
specified event is generated. However the action remains
valid to be enabled later.rw Enumeration .1.3.6.1.4.1.52.4.3.4.1.1.1.4 |
ctActionDescriptionThis text string allows the end-user to provide a description
of the action; it must not contain anything but printable
ASCII characters.rw DisplayString .1.3.6.1.4.1.52.4.3.4.1.1.1.5 |
ctActionOrderThe 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 manditory that this object
be set by the NMS. The default action on creation of an action entry
is to create this object with a value of 1. All entries with the
same ctActionOrder value will be executed in lexicographical
order thus allowing for the preservation of the old order
of execution.rw INTEGER .1.3.6.1.4.1.52.4.3.4.1.1.1.6 |
ctActionExtensionTableThis table defines extensions to the action table. Extensions
are in the form of get requests. The value of which appended
to the ctActionObjectBase. Values are appended in sequential order
as defined by ctActionExtensionID.deprecated SEQUENCE OF CtActionExtensionEntry .1.3.6.1.4.1.52.4.3.4.1.2 |
ctActionExtensionEntryDefines a particular action object extension entry.deprecated CtActionExtensionEntry .1.3.6.1.4.1.52.4.3.4.1.2.1 |
ctActionExtensionIDUniquely identifies a specific action extension.rodeprecated INTEGER .1.3.6.1.4.1.52.4.3.4.1.2.1.1 |
ctActionExtensionOIDDefines the OBJECT that will be read to get the value that
will form the extension.rwdeprecated OBJECT IDENTIFIER .1.3.6.1.4.1.52.4.3.4.1.2.1.2 |
ctActionExtensionValueThe result of the read operation.rodeprecated INTEGER .1.3.6.1.4.1.52.4.3.4.1.2.1.3 |
ctActionExtensionOperStatusThe current operational status of the action extension.
A value of enable(1) reflects that the extension has been enabled but
has never executed.
A value of disable(2) reflects that the extension has been disabled.
A value of normal(4) indicates that the extension has executed and
has completed normally.
A value of error(5) indicates that the extension 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 ctActionExtensionTable.rodeprecated Enumeration .1.3.6.1.4.1.52.4.3.4.1.2.1.4 |
ctActionExtensionAdminStatusDefines the desired state for this particular action
extension entry.
An extension may be enabled by setting a value of enable(1)
When enabled an extension will execute whenever the specified event
is generated.
An extension may be disabled by setting a value of disable(2).
When disabled a given extension will not be executed when the
specified event is generated. However the extension remains
valid to be enabled later.rwdeprecated Enumeration .1.3.6.1.4.1.52.4.3.4.1.2.1.5 |
ctEventActionTableEntriesThe number of active entries in the ctEventAction Table.ro INTEGER .1.3.6.1.4.1.52.4.3.4.1.3 |