Event-MIB

File: Event-MIB.mib (5456 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
IpAddress TruthValue DisplayString
common UsrConfigStatus

Defined Types

UsrEhSyslogEntry  
SEQUENCE    
  usrEhSyslogSink IpAddress
  usrEhSyslogLevel INTEGER
  usrEhSyslogMsgCount Counter32
  usrEhSyslogStatus INTEGER
  usrEhSyslogFacility INTEGER
  usrEhSyslogAllowAllAuthLevels TruthValue

Defined Values

usrEventHandler 2.9
The commWorks enterprise defined MIB objects for the Event Handling Process.
MODULE-IDENTITY    

usrEhVersion 2.9.1
The current software version of the Event Handler process..
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrEhConfigFileName 2.9.2
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the Event process uses the default name `@file://EventProcess.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrEhCFMStatusFlag 2.9.3
This variable controls saving and loading of configuration information for the Event Handler process. The value can be set to either save or load by a management station. The other values indicate if any configuration operation and what type is in progress.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrEhSyslogTable 2.9.4
The (conceptual) table of SYSLOG sink nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrEhSyslogEntry

usrEhSyslogEntry 2.9.4.1
A (conceptual) entry for one SYSLOG sink node.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrEhSyslogEntry  

usrEhSyslogSink 2.9.4.1.1
The IP Address of the SYSLOG sink system. Event messages for the EVF_SYSLOG event sink will be sent to this address's UDP port number 514.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usrEhSyslogLevel 2.9.4.1.2
The log level associated with this SYSLOG sink node.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(0), unusual(1), common(2), verbose(3), debug(4)  

usrEhSyslogMsgCount 2.9.4.1.3
The number of event messages sent to this syslog sink.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrEhSyslogStatus 2.9.4.1.4
Status flag for the SYSLOG sink. The value returned by the Event process will always be normal. Setting the value to delete will cause the entry to removed from the table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), delete(2)  

usrEhSyslogFacility 2.9.4.1.5
The SYSLOG sink node facility to which the SYSLOG message is is sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auth(1), local0(2), local1(3), local2(4), local3(5), local4(6), local5(7), local6(8), local7(9)  

usrEhSyslogAllowAllAuthLevels 2.9.4.1.6
Whether Pilgrim Auth facility messages get sent irrespective of their loglevels. Default is Yes(2). No is (1).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue