Home/Catalog/NETI-EVENT-MIB

NETI-EVENT-MIB

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.
Main OID:
netiEventMIB.1.3.6.1.4.1.2928.2.1
59
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

59 total
Object Name
netiEventMIBMib 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
.1.3.6.1.4.1.2928.2.1
eventObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.2928.2.1.1
eventSequenceCounterThe 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 valuero
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.1
eventLogLastChangedTimeThe time when an event was last changed, and a notification was sent.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.2
eventTableTable containing the most recent events. The maximum size of the table depends on the implementation
SEQUENCE OF EventEntry
.1.3.6.1.4.1.2928.2.1.1.3
eventEntryOne 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.
EventEntry
.1.3.6.1.4.1.2928.2.1.1.3.1
eventIndexArbitrary 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 tablero
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.3.1.1
eventObjectA 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 }.ro
RowPointer (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.3.1.2
eventObjectNameA 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.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.3.1.3
eventAlarmTypeThis is the event type as specified in AlarmType.ro
AlarmType
.1.3.6.1.4.1.2928.2.1.1.3.1.4
eventTypeThis is the event type as specified in EventType.ro
EventType
.1.3.6.1.4.1.2928.2.1.1.3.1.5
eventCauseThe alarm cause as specified in AlarmCause.ro
AlarmCause
.1.3.6.1.4.1.2928.2.1.1.3.1.6
eventSeverityThe alarm severity as specified in AlarmSeverity.ro
AlarmSeverity
.1.3.6.1.4.1.2928.2.1.1.3.1.7
eventTextA text describing the event in a for humans more readable form.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.3.1.8
eventCreatedTimeThe time when the event was created.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.3.1.9
eventAlarmTableTable containing alarms and their status. The maximum size of the table depends on the implementaion.
SEQUENCE OF EventAlarmEntry
.1.3.6.1.4.1.2928.2.1.1.4
eventAlarmEntryOne 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.
EventAlarmEntry
.1.3.6.1.4.1.2928.2.1.1.4.1
eventAlarmIndexArbitrary index for an entry in the alarm table.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.4.1.1
eventAlarmObjectA 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 }.ro
RowPointer (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.2
eventAlarmObjectNameA text describing the object in a more readable form. If not set then this object contains a zero-length string.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.3
eventAlarmAlarmTypeThe alarm type as specified in AlarmType.ro
AlarmType
.1.3.6.1.4.1.2928.2.1.1.4.1.4
eventAlarmCauseThe alarm cause as specified in AlarmCause.ro
AlarmCause
.1.3.6.1.4.1.2928.2.1.1.4.1.5
eventAlarmSeverityThe alarm severity as specified in AlarmSeverity.ro
AlarmSeverity
.1.3.6.1.4.1.2928.2.1.1.4.1.6
eventAlarmTextA text describing the alarm in a more readable form.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.7
eventAlarmLastChangedTimeThe time when the alarm was changed, i.e. when the alarm was created, or 'eventAlarmSeverity' or 'eventAlarmAcknowledged' was changed.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.8
eventAlarmAcknowledgedThe 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.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.9
eventAlarmCreatedTimeThe time when the alarm was created.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.4.1.10
eventAlarmCountersGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.2928.2.1.1.5
eventCriticalCounterThe number of active alarms with the serverity 'critical'.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.5.1
eventMajorCounterThe number of active alarms with the serverity 'major'.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.5.2
eventMinorCounterThe number of active alarms with the serverity 'minor'.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.5.3
eventWarningCounterThe number of active alarms with the serverity 'warning'.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.5.4
eventIndeterminateCounterThe number of active alarms with the serverity 'indeterminate'.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.5.5
eventActiveAlarmTableTable containing alarms and their status. The maximum size of the table depends on the implementaion.
SEQUENCE OF EventActiveAlarmEntry
.1.3.6.1.4.1.2928.2.1.1.6
eventActiveAlarmEntryOne entry in the table holds one alarm. The table contains only active alarms.
EventActiveAlarmEntry
.1.3.6.1.4.1.2928.2.1.1.6.1
eventActiveAlarmIndexArbitrary index for an entry in the alarm table.ro
Unsigned32
.1.3.6.1.4.1.2928.2.1.1.6.1.1
eventActiveAlarmObjectA 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 }.ro
RowPointer (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.2
eventActiveAlarmObjectNameA text describing the object in a more readable form. If not set then this object contains a zero-length string.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.3
eventActiveAlarmAlarmTypeThe alarm type as specified in AlarmType.ro
AlarmType
.1.3.6.1.4.1.2928.2.1.1.6.1.4
eventActiveAlarmCauseThe alarm cause as specified in AlarmCause.ro
AlarmCause
.1.3.6.1.4.1.2928.2.1.1.6.1.5
eventActiveAlarmSeverityThe alarm severity as specified in AlarmSeverity.ro
AlarmSeverity
.1.3.6.1.4.1.2928.2.1.1.6.1.6
eventActiveAlarmTextA text describing the alarm in a more readable form.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.7
eventActiveAlarmLastChangedTimeThe time when the alarm was changed, i.e. when the alarm was created, or 'eventActiveAlarmSeverity' or 'eventActiveAlarmAcknowledged' was changed.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.8
eventActiveAlarmAcknowledgedThe 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.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.9
eventActiveAlarmCreatedTimeThe time when the alarm was created.ro
DateAndTime (SNMPv2-TC)
.1.3.6.1.4.1.2928.2.1.1.6.1.10
eventNotificationObjectsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.2928.2.1.1.7
eventTrapPurposeIndicates 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.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.2928.2.1.1.7.1
eventNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.2928.2.1.2
eventAlarmCriticalNotification for an alarm with severity 'critical'.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.1
eventAlarmMajorNotification for an alarm with severity 'major'.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.2
eventAlarmMinorNotification for an alarm with severity 'minor'.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.3
eventAlarmWarningNotification for an alarm with severity 'warning'.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.4
eventAlarmIndeterminateNotification for an alarm with severity 'indeterminate'.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.5
eventAlarmUnknownNotification for an alarm with unknown severity.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.6
eventAlarmClearNotification for a cleared alarm.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.7
netiGenericEventNotification for a generic event.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2928.2.1.2.8
eventConformanceGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.2928.2.1.3
eventConformanceGroupA collection of objects providing event and alarm functionality.
Unknown
.1.3.6.1.4.1.2928.2.1.3.1
eventNotificationsGroupA collection of notifications for alarms and events.
Unknown
.1.3.6.1.4.1.2928.2.1.3.2
NETI-EVENT-MIB - SNMP MIB Reference | MIBs Explorer