ITOUCH-EVENT-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for ITOUCH-EVENT-MIB.
20
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
20 total| Object Name |
|---|
xEvent OBJECT IDENTIFIER .1.3.6.1.4.1.33.33 |
RFC1213-MIB Unknown .1.3.6.1.4.1.33.33 |
eventTableSizeControls 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.rw INTEGER .1.3.6.1.4.1.33.33.1 |
eventSeverityThe 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.rw Enumeration .1.3.6.1.4.1.33.33.2 |
eventTimestampThis 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.rw Enumeration .1.3.6.1.4.1.33.33.3 |
eventLanguageThis object indicates the language of the event text
in the table.ro Enumeration .1.3.6.1.4.1.33.33.4 |
eventClearLogWhen this object is set to execute, all events are
cleared from the event table. Setting this object
to ready has no effect.rw Enumeration .1.3.6.1.4.1.33.33.5 |
eventEnableAllWhen this object is set to execute, all events groups
are enabled. Setting this object to ready has no effect.rw Enumeration .1.3.6.1.4.1.33.33.6 |
eventDisableAllWhen this object is set to execute, all events groups
are disabled. Setting this object to ready has no effect.rw Enumeration .1.3.6.1.4.1.33.33.7 |
eventGroupTableTable of descriptive and status information about
event groups. SEQUENCE OF EventGroupEntry .1.3.6.1.4.1.33.33.8 |
eventGroupEntryAn entry in the table, containing information about
an event group. EventGroupEntry .1.3.6.1.4.1.33.33.8.1 |
eventGroupIndexThis variable identifies the event group.ro EventGroup .1.3.6.1.4.1.33.33.8.1.1 |
eventGroupStateThis variable controls whether events from a
particular event group may be logged to the event
table.rw Enumeration .1.3.6.1.4.1.33.33.8.1.2 |
eventTextTableTable of descriptive and status information about
an event. SEQUENCE OF EventTextEntry .1.3.6.1.4.1.33.33.9 |
eventTextEntryAn entry in the table, containing information about
an event. EventTextEntry .1.3.6.1.4.1.33.33.9.1 |
eventTextGroupIndexThis variable identifies the event group.ro EventGroup .1.3.6.1.4.1.33.33.9.1.1 |
eventTextEventIndexThis 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.ro INTEGER .1.3.6.1.4.1.33.33.9.1.2 |
eventTextTextThe text of the event in the language defined by
eventLanguage.ro DisplayString .1.3.6.1.4.1.33.33.9.1.3 |
eventTextDateTimeThe timestamp of when the event was posted.ro DateTime .1.3.6.1.4.1.33.33.9.1.4 |
eventTextSeverityThe severity of the event.ro Enumeration .1.3.6.1.4.1.33.33.9.1.5 |