EVENT-ACTIONS-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: EVENT-ACTIONS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ctActionDefn 1.3.6.1.4.1.52.4.3.4.1
     ctEventActionTable 1.3.6.1.4.1.52.4.3.4.1.1 no-access
This 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.
         ctEventActionEntry 1.3.6.1.4.1.52.4.3.4.1.1.1 no-access
Describes a particular action, SET operation.
             ctActionObjectBase 1.3.6.1.4.1.52.4.3.4.1.1.1.1 object identifier read-only
This defines the base OBJECT IDENTIFIER that will be used for the set operation.
             ctActionValue 1.3.6.1.4.1.52.4.3.4.1.1.1.2 integer read-write
The value that will be used in the set operation that is defined by this action entry.
             ctActionOperStatus 1.3.6.1.4.1.52.4.3.4.1.1.1.3 integer read-only
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. Enumeration: 'enable': 1, 'invalidExtension': 6, 'error': 5, 'disable': 2, 'normal': 4.
             ctActionAdminStatus 1.3.6.1.4.1.52.4.3.4.1.1.1.4 integer read-write
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 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. Enumeration: 'enable': 1, 'disable': 2, 'delete': 3.
             ctActionDescription 1.3.6.1.4.1.52.4.3.4.1.1.1.5 displaystring read-write
This text string allows the end-user to provide a description of the action; it must not contain anything but printable ASCII characters.
             ctActionOrder 1.3.6.1.4.1.52.4.3.4.1.1.1.6 integer read-write
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 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.
     ctActionExtensionTable 1.3.6.1.4.1.52.4.3.4.1.2 no-access
This 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.
         ctActionExtensionEntry 1.3.6.1.4.1.52.4.3.4.1.2.1 no-access
Defines a particular action object extension entry.
             ctActionExtensionID 1.3.6.1.4.1.52.4.3.4.1.2.1.1 integer read-only
Uniquely identifies a specific action extension.
             ctActionExtensionOID 1.3.6.1.4.1.52.4.3.4.1.2.1.2 object identifier read-write
Defines the OBJECT that will be read to get the value that will form the extension.
             ctActionExtensionValue 1.3.6.1.4.1.52.4.3.4.1.2.1.3 integer read-only
The result of the read operation.
             ctActionExtensionOperStatus 1.3.6.1.4.1.52.4.3.4.1.2.1.4 integer read-only
The 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. Enumeration: 'enable': 1, 'error': 5, 'disable': 2, 'normal': 4.
             ctActionExtensionAdminStatus 1.3.6.1.4.1.52.4.3.4.1.2.1.5 integer read-write
Defines 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. Enumeration: 'enable': 1, 'disable': 2, 'delete': 3.
     ctEventActionTableEntries 1.3.6.1.4.1.52.4.3.4.1.3 integer read-only
The number of active entries in the ctEventAction Table.