EVENT-ACTIONS-MIB

File: EVENT-ACTIONS-MIB.mib (10506 bytes)

Imported modules

RFC-1212 CTRON-MIB-NAMES RFC1213-MIB
RMON-MIB

Imported symbols

OBJECT-TYPE ctActions DisplayString
eventIndex

Defined Types

CtEventActionEntry  
SEQUENCE    
  ctActionObjectBase OBJECT IDENTIFIER
  ctActionValue INTEGER
  ctActionOperStatus INTEGER
  ctActionAdminStatus INTEGER
  ctActionDescription DisplayString
  ctActionOrder INTEGER

CtActionExtensionEntry  
SEQUENCE    
  ctActionExtensionID INTEGER
  ctActionExtensionOID OBJECT IDENTIFIER
  ctActionExtensionValue INTEGER
  ctActionExtensionOperStatus INTEGER
  ctActionExtensionAdminStatus INTEGER

Defined Values

ctActionDefn 1.3.6.1.4.1.52.4.3.4.1
OBJECT IDENTIFIER    

ctEventActionTable 1.3.6.1.4.1.52.4.3.4.1.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtEventActionEntry

ctEventActionEntry 1.3.6.1.4.1.52.4.3.4.1.1.1
Describes a particular action, SET operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtEventActionEntry  

ctActionObjectBase 1.3.6.1.4.1.52.4.3.4.1.1.1.1
This defines the base OBJECT IDENTIFIER that will be used for the set operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctActionValue 1.3.6.1.4.1.52.4.3.4.1.1.1.2
The value that will be used in the set operation that is defined by this action entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctActionOperStatus 1.3.6.1.4.1.52.4.3.4.1.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), normal(4), error(5), invalidExtension(6)  

ctActionAdminStatus 1.3.6.1.4.1.52.4.3.4.1.1.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

ctActionDescription 1.3.6.1.4.1.52.4.3.4.1.1.1.5
This text string allows the end-user to provide a description of the action; it must not contain anything but printable ASCII characters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

ctActionOrder 1.3.6.1.4.1.52.4.3.4.1.1.1.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

ctActionExtensionTable 1.3.6.1.4.1.52.4.3.4.1.2
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtActionExtensionEntry

ctActionExtensionEntry 1.3.6.1.4.1.52.4.3.4.1.2.1
Defines a particular action object extension entry.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CtActionExtensionEntry  

ctActionExtensionID 1.3.6.1.4.1.52.4.3.4.1.2.1.1
Uniquely identifies a specific action extension.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

ctActionExtensionOID 1.3.6.1.4.1.52.4.3.4.1.2.1.2
Defines the OBJECT that will be read to get the value that will form the extension.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctActionExtensionValue 1.3.6.1.4.1.52.4.3.4.1.2.1.3
The result of the read operation.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

ctActionExtensionOperStatus 1.3.6.1.4.1.52.4.3.4.1.2.1.4
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), normal(4), error(5)  

ctActionExtensionAdminStatus 1.3.6.1.4.1.52.4.3.4.1.2.1.5
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), delete(3)  

ctEventActionTableEntries 1.3.6.1.4.1.52.4.3.4.1.3
The number of active entries in the ctEventAction Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER