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

VENDOR: MRV COMMUNICATIONS


 Home MIB: ITOUCH-EVENT-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
 xEvent 1.3.6.1.4.1.33.33
       eventTableSize 1.3.6.1.4.1.33.33.1 integer read-write
Controls the size of the event table in number of entries. Event storage begins with entry number one and continues to the upper bound. When the table becomes full, event storeage begins again with entry number one, overwriting the previously stored entry. A newly defined table size will not take effect until the unit is reinitialized.
       eventSeverity 1.3.6.1.4.1.33.33.2 integer read-write
The severity of the event to be logged. All events fall into one of the above severity levels. Events are added to the event table if and only if the current value of this object is less than or equal to the severity of the event. If this object is set to discard, no events are logged to the table. Enumeration: 'high': 4, 'discard': 1, 'medium': 3, 'low': 2.
       eventTimestamp 1.3.6.1.4.1.33.33.3 integer read-write
This object controls the timestamp embedded into the actual text of the event for event table text object eventTextText. If this object is set to none, no timestamp will be embedded in the text. This object has no effect on the event table text object eventTextDateTime. Enumeration: 'date': 2, 'none': 1, 'datetime': 4, 'time': 3.
       eventLanguage 1.3.6.1.4.1.33.33.4 integer read-only
This object indicates the language of the event text in the table. Enumeration: 'english': 1.
       eventClearLog 1.3.6.1.4.1.33.33.5 integer read-write
When this object is set to execute, all events are cleared from the event table. Setting this object to ready has no effect. Enumeration: 'ready': 1, 'execute': 2.
       eventEnableAll 1.3.6.1.4.1.33.33.6 integer read-write
When this object is set to execute, all events groups are enabled. Setting this object to ready has no effect. Enumeration: 'ready': 1, 'execute': 2.
       eventDisableAll 1.3.6.1.4.1.33.33.7 integer read-write
When this object is set to execute, all events groups are disabled. Setting this object to ready has no effect. Enumeration: 'ready': 1, 'execute': 2.
       eventGroupTable 1.3.6.1.4.1.33.33.8 no-access
Table of descriptive and status information about event groups.
           eventGroupEntry 1.3.6.1.4.1.33.33.8.1 no-access
An entry in the table, containing information about an event group.
               eventGroupIndex 1.3.6.1.4.1.33.33.8.1.1 eventgroup read-only
This variable identifies the event group.
               eventGroupState 1.3.6.1.4.1.33.33.8.1.2 integer read-write
This variable controls whether events from a particular event group may be logged to the event table. Enumeration: 'disabled': 1, 'enabled': 2.
       eventTextTable 1.3.6.1.4.1.33.33.9 no-access
Table of descriptive and status information about an event.
           eventTextEntry 1.3.6.1.4.1.33.33.9.1 no-access
An entry in the table, containing information about an event.
               eventTextGroupIndex 1.3.6.1.4.1.33.33.9.1.1 eventgroup read-only
This variable identifies the event group.
               eventTextEventIndex 1.3.6.1.4.1.33.33.9.1.2 integer read-only
This variable identifies the event of the desired group. This number is arbitrary, and translates to nth event of the specified group. This value wraps at the 32 bit maximum.
               eventTextText 1.3.6.1.4.1.33.33.9.1.3 displaystring read-only
The text of the event in the language defined by eventLanguage.
               eventTextDateTime 1.3.6.1.4.1.33.33.9.1.4 datetime read-only
The timestamp of when the event was posted.
               eventTextSeverity 1.3.6.1.4.1.33.33.9.1.5 integer read-only
The severity of the event. Enumeration: 'high': 4, 'medium': 3, 'low': 2.