ITOUCH-EVENT-MIB

File: ITOUCH-EVENT-MIB.mib (12191 bytes)

Imported modules

RFC1213-MIB RFC-1212 ITOUCH-MIB

Imported symbols

DisplayString OBJECT-TYPE DateTime
iTouch

Defined Types

EventGroup  
INTEGER appleTalk(1), appleTalkArps(2), appleTalkRtmp(3), appleTalkZip(4), appleTalkNbp(5), appleTalkTraffic(6), atm(7), backup(8), pcmcia(9), chassis(10), circuit(11), clns(12), decNet(13), decNetTraffic(14), egp(15), esis(16), fddi(17), fddiTraffic(18), frame(19), frameRelay(20), hubManagement(21), interface(22), ip(23), ipRip(24), ipRoutes(25), ipTraffic(26), ipx(27), ipxRip(28), ipxSap(29), isdn(30), isdnQ931(31), isdnTrace(32), isis(33), isisHello(34), isisLsp(35), link(36), lmb(37), lqm(38), ospf(39), ospfHello(40), ospfLsaPacket(41), ospfSpf(42), param(43), ppp(44), session(45), spanningTree(46), snmp(47), switchForwarding(48), switchLoopDetect(49), switchManagement(50), system(51), tcp(52), time(53), tokenRingManagement(54), udp(55), ui(56), vlmp(57), x25(58)    

EventGroupEntry  
SEQUENCE    
  eventGroupIndex EventGroup
  eventGroupState INTEGER

EventTextEntry  
SEQUENCE    
  eventTextGroupIndex EventGroup
  eventTextEventIndex INTEGER
  eventTextText DisplayString
  eventTextDateTime DateTime
  eventTextSeverity INTEGER

Defined Values

xEvent 1.3.6.1.4.1.33.33
OBJECT IDENTIFIER    

eventTableSize 1.3.6.1.4.1.33.33.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 20..800  

eventSeverity 1.3.6.1.4.1.33.33.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), low(2), medium(3), high(4)  

eventTimestamp 1.3.6.1.4.1.33.33.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), date(2), time(3), datetime(4)  

eventLanguage 1.3.6.1.4.1.33.33.4
This object indicates the language of the event text in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER english(1)  

eventClearLog 1.3.6.1.4.1.33.33.5
When this object is set to execute, all events are cleared from the event table. Setting this object to ready has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

eventEnableAll 1.3.6.1.4.1.33.33.6
When this object is set to execute, all events groups are enabled. Setting this object to ready has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

eventDisableAll 1.3.6.1.4.1.33.33.7
When this object is set to execute, all events groups are disabled. Setting this object to ready has no effect.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

eventGroupTable 1.3.6.1.4.1.33.33.8
Table of descriptive and status information about event groups.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventGroupEntry

eventGroupEntry 1.3.6.1.4.1.33.33.8.1
An entry in the table, containing information about an event group.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EventGroupEntry  

eventGroupIndex 1.3.6.1.4.1.33.33.8.1.1
This variable identifies the event group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EventGroup  

eventGroupState 1.3.6.1.4.1.33.33.8.1.2
This variable controls whether events from a particular event group may be logged to the event table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

eventTextTable 1.3.6.1.4.1.33.33.9
Table of descriptive and status information about an event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventTextEntry

eventTextEntry 1.3.6.1.4.1.33.33.9.1
An entry in the table, containing information about an event.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EventTextEntry  

eventTextGroupIndex 1.3.6.1.4.1.33.33.9.1.1
This variable identifies the event group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EventGroup  

eventTextEventIndex 1.3.6.1.4.1.33.33.9.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

eventTextText 1.3.6.1.4.1.33.33.9.1.3
The text of the event in the language defined by eventLanguage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..80)  

eventTextDateTime 1.3.6.1.4.1.33.33.9.1.4
The timestamp of when the event was posted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateTime  

eventTextSeverity 1.3.6.1.4.1.33.33.9.1.5
The severity of the event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER low(2), medium(3), high(4)