NETI-EVENT-MIB

File: NETI-EVENT-MIB.mib (29679 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF NETI-COMMON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 DisplayString DateAndTime
TEXTUAL-CONVENTION RowPointer TruthValue
SnmpAdminString OBJECT-GROUP NOTIFICATION-GROUP
netiGeneric

Defined Types

EventType  
The type of event. 'created', 'modified'and 'deleted' indicates status of a conceptual row in a table. If the event represents an alarm, the type is 'none'.
TEXTUAL-CONVENTION    
  INTEGER none(0), created(1), modified(2), deleted(3)  

AlarmType  
The alarm type as specified in CCITT Rec. X.733(1992 E)|ISO/EIC 10164-4:1992 (E). Alarm type 'unknown' may be set if the alarm type can not be determined, or when an event is not caused by an alarm.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), communication(1), qualityOfService(2), processingError(3), equipment(4), environmental(5)  

AlarmSeverity  
The alarm severity as specified in CCITT Rec. X.733(1992 E)|ISO/EIC 10164-4:1992 (E). Alarm severity 'unknown' may be set if the alarm type can not be determined, or when the event is not caused by an alarm.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), indeterminate(1), critical(2), major(3), minor(4), warning(5), cleared(6)  

AlarmCause  
The alarm cause 1-57 as specified in CCITT Rec. X.733(1992 E)|ISO/EIC 10164-4:1992 (E). Alarm casue 'unknown' may be set if the cause can not be determined, or if the event was not casued by an alarm. (0 and 58- are proprietary).
TEXTUAL-CONVENTION    
  INTEGER unknown(0), adapterError(1), applicationSubsystemFailure(2), bandwidthReduced(3), callEstablishmentError(4), communicationsProtocolError(5), communicationsSubsystemFailure(6), configurationOrCustomizationError(7), congestion(8), corruptData(9), cpuCyclesLimitExceeded(10), datasetOrModemError(11), degradedSignal(12), dTEDCEInterfaceError(13), enclosureDoorOpen(14), equipmentMalfunction(15), excessiveVibration(16), fileError(17), fireDetected(18), floodDetected(19), framingError(20), heatingOrVentilationOrCoolingSystemProblem(21), humidityUnacceptable(22), inputOutputDeviceError(23), inputDeviceError(24), lANError(25), leakDetected(26), localNodeTransmissionError(27), lossOfFrame(28), lossOfSignal(29), materialSupplyExhausted(30), multiplexerProblem(31), outOfMemory(32), outputDeviceError(33), performanceDegraded(34), powerProblem(35), pressureUnacceptable(36), processorProblem(37), pumpFailure(38), queueSizeExceeded(39), receiveFailure(40), receiverFailure(41), remoteNodeTransmissionError(42), resourceAtOrNearingCapacity(43), responseTimeExcessive(44), retransmissionRateExcessive(45), softwareError(46), softwareProgramAbnormallyTerminated(47), softwareProgramError(48), storageCapacityProblem(49), temperatureUnacceptable(50), thresholdCrossed(51), timingProblem(52), toxicLeakDetected(53), transmitFailure(54), transmitterFailure(55), underlyingResourceUnavailable(56), versionMismatch(57), phyLossOfSignal(58), phyLossOfFrame(59), phyAlarmIndicationSignal(60), phyRemoteDefectIndication(61), phySignalFailure(62), phySignalDegraded(63), testmodeEntered(64), serviceUnavailable(65), alarmIndicationSignal(66), remoteDefectIndication(67), replaceableUnitMissing(68), replaceableUnitProblem(69)  

EventEntry  
SEQUENCE    
  eventIndex Unsigned32
  eventObject RowPointer
  eventObjectName DisplayString
  eventAlarmType AlarmType
  eventType EventType
  eventCause AlarmCause
  eventSeverity AlarmSeverity
  eventText DisplayString
  eventCreatedTime DateAndTime

EventAlarmEntry  
SEQUENCE    
  eventAlarmIndex Unsigned32
  eventAlarmObject RowPointer
  eventAlarmObjectName DisplayString
  eventAlarmAlarmType AlarmType
  eventAlarmCause AlarmCause
  eventAlarmSeverity AlarmSeverity
  eventAlarmText DisplayString
  eventAlarmLastChangedTime DateAndTime
  eventAlarmAcknowledged TruthValue
  eventAlarmCreatedTime DateAndTime

EventActiveAlarmEntry  
SEQUENCE    
  eventActiveAlarmIndex Unsigned32
  eventActiveAlarmObject RowPointer
  eventActiveAlarmObjectName DisplayString
  eventActiveAlarmAlarmType AlarmType
  eventActiveAlarmCause AlarmCause
  eventActiveAlarmSeverity AlarmSeverity
  eventActiveAlarmText DisplayString
  eventActiveAlarmLastChangedTime DateAndTime
  eventActiveAlarmAcknowledged TruthValue
  eventActiveAlarmCreatedTime DateAndTime

Defined Values

netiEventMIB 1.3.6.1.4.1.2928.2.1
Mib containing event and alarm information. The mib implements two tables and some notifications. One table is holding events and one is holding alarms. The event table contains the events that are sent as SNMP notifications. These events indicate change of alarms, or change in other tables defined in other mibs, that uses the mechanism in this mib to notify a table change. If a notification receiver misses notifications, it can retrieve the lost notifications from this table. The alarm table holds all active alarms, and possibly also a number of the last cleared alarms. The active alarm table holds only the active alarms.
MODULE-IDENTITY    

eventObjects 1.3.6.1.4.1.2928.2.1.1
OBJECT IDENTIFIER    

eventNotifications 1.3.6.1.4.1.2928.2.1.2
OBJECT IDENTIFIER    

eventConformanceGroups 1.3.6.1.4.1.2928.2.1.3
OBJECT IDENTIFIER    

eventSequenceCounter 1.3.6.1.4.1.2928.2.1.1.1
The index of the latest sent event defined as notifications in this mib. By examine his object, the notification receiver can determine wheter it has missed any notifications. The counter resets to zero at cold start, indicating that no events has been sent, and that the event table is empty. The counter will wrap and restart at value '1' when it passes its maximum value
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventLogLastChangedTime 1.3.6.1.4.1.2928.2.1.1.2
The time when an event was last changed, and a notification was sent.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventTable 1.3.6.1.4.1.2928.2.1.1.3
Table containing the most recent events. The maximum size of the table depends on the implementation
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventEntry

eventEntry 1.3.6.1.4.1.2928.2.1.1.3.1
One entry in the table holds one event. Events are either created by the agent when a conceptual row has been changed in a table defined in another mib, or when an alarm status is changed in the alarm table defined in this mib.
Status: current Access: not-accessible
OBJECT-TYPE    
  EventEntry  

eventIndex 1.3.6.1.4.1.2928.2.1.1.3.1.1
Arbitrary index for an entry in the event table. The eventIndex follows the eventSequenceCounter as such that the eventSequenceCounter refers to the last event in the table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventObject 1.3.6.1.4.1.2928.2.1.1.3.1.2
A pointer to the conceptual row of the object that caused this event. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, dtmIfIndex.3 would point to the 3rd row in the dtmIfTable. If the object is unavailable, the value is { 0 0 }.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

eventObjectName 1.3.6.1.4.1.2928.2.1.1.3.1.3
A text describing the object that caused the event in a for humans more readable form. If not set then this object contains a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventAlarmType 1.3.6.1.4.1.2928.2.1.1.3.1.4
This is the event type as specified in AlarmType.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmType  

eventType 1.3.6.1.4.1.2928.2.1.1.3.1.5
This is the event type as specified in EventType.
Status: current Access: read-only
OBJECT-TYPE    
  EventType  

eventCause 1.3.6.1.4.1.2928.2.1.1.3.1.6
The alarm cause as specified in AlarmCause.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmCause  

eventSeverity 1.3.6.1.4.1.2928.2.1.1.3.1.7
The alarm severity as specified in AlarmSeverity.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

eventText 1.3.6.1.4.1.2928.2.1.1.3.1.8
A text describing the event in a for humans more readable form.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventCreatedTime 1.3.6.1.4.1.2928.2.1.1.3.1.9
The time when the event was created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventAlarmTable 1.3.6.1.4.1.2928.2.1.1.4
Table containing alarms and their status. The maximum size of the table depends on the implementaion.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventAlarmEntry

eventAlarmEntry 1.3.6.1.4.1.2928.2.1.1.4.1
One entry in the table holds one alarm. The table contains all active alarms, and depending on the implementation, it may contian none, some or all cleared alarms.
Status: current Access: not-accessible
OBJECT-TYPE    
  EventAlarmEntry  

eventAlarmIndex 1.3.6.1.4.1.2928.2.1.1.4.1.1
Arbitrary index for an entry in the alarm table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventAlarmObject 1.3.6.1.4.1.2928.2.1.1.4.1.2
A pointer to the conceptual row of the object that caused this alarm. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, dtmIfIndex.3 would point to the 3rd row in the dtmIfTable. If the object is unavailable, the value is { 0 0 }.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

eventAlarmObjectName 1.3.6.1.4.1.2928.2.1.1.4.1.3
A text describing the object in a more readable form. If not set then this object contains a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventAlarmAlarmType 1.3.6.1.4.1.2928.2.1.1.4.1.4
The alarm type as specified in AlarmType.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmType  

eventAlarmCause 1.3.6.1.4.1.2928.2.1.1.4.1.5
The alarm cause as specified in AlarmCause.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmCause  

eventAlarmSeverity 1.3.6.1.4.1.2928.2.1.1.4.1.6
The alarm severity as specified in AlarmSeverity.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

eventAlarmText 1.3.6.1.4.1.2928.2.1.1.4.1.7
A text describing the alarm in a more readable form.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventAlarmLastChangedTime 1.3.6.1.4.1.2928.2.1.1.4.1.8
The time when the alarm was changed, i.e. when the alarm was created, or 'eventAlarmSeverity' or 'eventAlarmAcknowledged' was changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventAlarmAcknowledged 1.3.6.1.4.1.2928.2.1.1.4.1.9
The acknowledgement status of the alarm. This is set to 'true' to indicate that the alarm is is acknowledged, and set to 'false' to clear the acknowledge.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

eventAlarmCreatedTime 1.3.6.1.4.1.2928.2.1.1.4.1.10
The time when the alarm was created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventActiveAlarmTable 1.3.6.1.4.1.2928.2.1.1.6
Table containing alarms and their status. The maximum size of the table depends on the implementaion.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EventActiveAlarmEntry

eventActiveAlarmEntry 1.3.6.1.4.1.2928.2.1.1.6.1
One entry in the table holds one alarm. The table contains only active alarms.
Status: current Access: not-accessible
OBJECT-TYPE    
  EventActiveAlarmEntry  

eventActiveAlarmIndex 1.3.6.1.4.1.2928.2.1.1.6.1.1
Arbitrary index for an entry in the alarm table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventActiveAlarmObject 1.3.6.1.4.1.2928.2.1.1.6.1.2
A pointer to the conceptual row of the object that caused this alarm. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, dtmIfIndex.3 would point to the 3rd row in the dtmIfTable. If the object is unavailable, the value is { 0 0 }.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

eventActiveAlarmObjectName 1.3.6.1.4.1.2928.2.1.1.6.1.3
A text describing the object in a more readable form. If not set then this object contains a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventActiveAlarmAlarmType 1.3.6.1.4.1.2928.2.1.1.6.1.4
The alarm type as specified in AlarmType.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmType  

eventActiveAlarmCause 1.3.6.1.4.1.2928.2.1.1.6.1.5
The alarm cause as specified in AlarmCause.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmCause  

eventActiveAlarmSeverity 1.3.6.1.4.1.2928.2.1.1.6.1.6
The alarm severity as specified in AlarmSeverity.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmSeverity  

eventActiveAlarmText 1.3.6.1.4.1.2928.2.1.1.6.1.7
A text describing the alarm in a more readable form.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

eventActiveAlarmLastChangedTime 1.3.6.1.4.1.2928.2.1.1.6.1.8
The time when the alarm was changed, i.e. when the alarm was created, or 'eventActiveAlarmSeverity' or 'eventActiveAlarmAcknowledged' was changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventActiveAlarmAcknowledged 1.3.6.1.4.1.2928.2.1.1.6.1.9
The acknowledgement status of the alarm. This is set to 'true' to indicate that the alarm is is acknowledged, and set to 'false' to clear the acknowledge.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

eventActiveAlarmCreatedTime 1.3.6.1.4.1.2928.2.1.1.6.1.10
The time when the alarm was created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

eventAlarmCountersGroup 1.3.6.1.4.1.2928.2.1.1.5
OBJECT IDENTIFIER    

eventCriticalCounter 1.3.6.1.4.1.2928.2.1.1.5.1
The number of active alarms with the serverity 'critical'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventMajorCounter 1.3.6.1.4.1.2928.2.1.1.5.2
The number of active alarms with the serverity 'major'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventMinorCounter 1.3.6.1.4.1.2928.2.1.1.5.3
The number of active alarms with the serverity 'minor'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventWarningCounter 1.3.6.1.4.1.2928.2.1.1.5.4
The number of active alarms with the serverity 'warning'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventIndeterminateCounter 1.3.6.1.4.1.2928.2.1.1.5.5
The number of active alarms with the serverity 'indeterminate'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eventNotificationObjectsGroup 1.3.6.1.4.1.2928.2.1.1.7
OBJECT IDENTIFIER    

eventTrapPurpose 1.3.6.1.4.1.2928.2.1.1.7.1
Indicates the purpose of a managed object to where a trap belongs. This OID may be appended to traps in the eventNotifications group at the discretion of the SNMP agent.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

eventAlarmCritical 1.3.6.1.4.1.2928.2.1.2.1
Notification for an alarm with severity 'critical'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmMajor 1.3.6.1.4.1.2928.2.1.2.2
Notification for an alarm with severity 'major'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmMinor 1.3.6.1.4.1.2928.2.1.2.3
Notification for an alarm with severity 'minor'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmWarning 1.3.6.1.4.1.2928.2.1.2.4
Notification for an alarm with severity 'warning'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmIndeterminate 1.3.6.1.4.1.2928.2.1.2.5
Notification for an alarm with severity 'indeterminate'.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmUnknown 1.3.6.1.4.1.2928.2.1.2.6
Notification for an alarm with unknown severity.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventAlarmClear 1.3.6.1.4.1.2928.2.1.2.7
Notification for a cleared alarm.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

netiGenericEvent 1.3.6.1.4.1.2928.2.1.2.8
Notification for a generic event.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

eventConformanceGroup 1.3.6.1.4.1.2928.2.1.3.1
A collection of objects providing event and alarm functionality.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

eventNotificationsGroup 1.3.6.1.4.1.2928.2.1.3.2
A collection of notifications for alarms and events.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP