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

VENDOR: NET INSIGHT AB


 Home MIB: NETI-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
 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.
     eventObjects 1.3.6.1.4.1.2928.2.1.1
         eventSequenceCounter 1.3.6.1.4.1.2928.2.1.1.1 unsigned32 read-only
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
         eventLogLastChangedTime 1.3.6.1.4.1.2928.2.1.1.2 dateandtime read-only
The time when an event was last changed, and a notification was sent.
         eventTable 1.3.6.1.4.1.2928.2.1.1.3 no-access
Table containing the most recent events. The maximum size of the table depends on the implementation
             eventEntry 1.3.6.1.4.1.2928.2.1.1.3.1 no-access
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.
                 eventIndex 1.3.6.1.4.1.2928.2.1.1.3.1.1 unsigned32 read-only
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
                 eventObject 1.3.6.1.4.1.2928.2.1.1.3.1.2 rowpointer read-only
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 }.
                 eventObjectName 1.3.6.1.4.1.2928.2.1.1.3.1.3 displaystring read-only
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.
                 eventAlarmType 1.3.6.1.4.1.2928.2.1.1.3.1.4 alarmtype read-only
This is the event type as specified in AlarmType.
                 eventType 1.3.6.1.4.1.2928.2.1.1.3.1.5 eventtype read-only
This is the event type as specified in EventType.
                 eventCause 1.3.6.1.4.1.2928.2.1.1.3.1.6 alarmcause read-only
The alarm cause as specified in AlarmCause.
                 eventSeverity 1.3.6.1.4.1.2928.2.1.1.3.1.7 alarmseverity read-only
The alarm severity as specified in AlarmSeverity.
                 eventText 1.3.6.1.4.1.2928.2.1.1.3.1.8 displaystring read-only
A text describing the event in a for humans more readable form.
                 eventCreatedTime 1.3.6.1.4.1.2928.2.1.1.3.1.9 dateandtime read-only
The time when the event was created.
         eventAlarmTable 1.3.6.1.4.1.2928.2.1.1.4 no-access
Table containing alarms and their status. The maximum size of the table depends on the implementaion.
             eventAlarmEntry 1.3.6.1.4.1.2928.2.1.1.4.1 no-access
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.
                 eventAlarmIndex 1.3.6.1.4.1.2928.2.1.1.4.1.1 unsigned32 read-only
Arbitrary index for an entry in the alarm table.
                 eventAlarmObject 1.3.6.1.4.1.2928.2.1.1.4.1.2 rowpointer read-only
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 }.
                 eventAlarmObjectName 1.3.6.1.4.1.2928.2.1.1.4.1.3 displaystring read-only
A text describing the object in a more readable form. If not set then this object contains a zero-length string.
                 eventAlarmAlarmType 1.3.6.1.4.1.2928.2.1.1.4.1.4 alarmtype read-only
The alarm type as specified in AlarmType.
                 eventAlarmCause 1.3.6.1.4.1.2928.2.1.1.4.1.5 alarmcause read-only
The alarm cause as specified in AlarmCause.
                 eventAlarmSeverity 1.3.6.1.4.1.2928.2.1.1.4.1.6 alarmseverity read-only
The alarm severity as specified in AlarmSeverity.
                 eventAlarmText 1.3.6.1.4.1.2928.2.1.1.4.1.7 displaystring read-only
A text describing the alarm in a more readable form.
                 eventAlarmLastChangedTime 1.3.6.1.4.1.2928.2.1.1.4.1.8 dateandtime read-only
The time when the alarm was changed, i.e. when the alarm was created, or 'eventAlarmSeverity' or 'eventAlarmAcknowledged' was changed.
                 eventAlarmAcknowledged 1.3.6.1.4.1.2928.2.1.1.4.1.9 truthvalue read-write
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.
                 eventAlarmCreatedTime 1.3.6.1.4.1.2928.2.1.1.4.1.10 dateandtime read-only
The time when the alarm was created.
         eventAlarmCountersGroup 1.3.6.1.4.1.2928.2.1.1.5
             eventCriticalCounter 1.3.6.1.4.1.2928.2.1.1.5.1 unsigned32 read-only
The number of active alarms with the serverity 'critical'.
             eventMajorCounter 1.3.6.1.4.1.2928.2.1.1.5.2 unsigned32 read-only
The number of active alarms with the serverity 'major'.
             eventMinorCounter 1.3.6.1.4.1.2928.2.1.1.5.3 unsigned32 read-only
The number of active alarms with the serverity 'minor'.
             eventWarningCounter 1.3.6.1.4.1.2928.2.1.1.5.4 unsigned32 read-only
The number of active alarms with the serverity 'warning'.
             eventIndeterminateCounter 1.3.6.1.4.1.2928.2.1.1.5.5 unsigned32 read-only
The number of active alarms with the serverity 'indeterminate'.
         eventActiveAlarmTable 1.3.6.1.4.1.2928.2.1.1.6 no-access
Table containing alarms and their status. The maximum size of the table depends on the implementaion.
             eventActiveAlarmEntry 1.3.6.1.4.1.2928.2.1.1.6.1 no-access
One entry in the table holds one alarm. The table contains only active alarms.
                 eventActiveAlarmIndex 1.3.6.1.4.1.2928.2.1.1.6.1.1 unsigned32 read-only
Arbitrary index for an entry in the alarm table.
                 eventActiveAlarmObject 1.3.6.1.4.1.2928.2.1.1.6.1.2 rowpointer read-only
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 }.
                 eventActiveAlarmObjectName 1.3.6.1.4.1.2928.2.1.1.6.1.3 displaystring read-only
A text describing the object in a more readable form. If not set then this object contains a zero-length string.
                 eventActiveAlarmAlarmType 1.3.6.1.4.1.2928.2.1.1.6.1.4 alarmtype read-only
The alarm type as specified in AlarmType.
                 eventActiveAlarmCause 1.3.6.1.4.1.2928.2.1.1.6.1.5 alarmcause read-only
The alarm cause as specified in AlarmCause.
                 eventActiveAlarmSeverity 1.3.6.1.4.1.2928.2.1.1.6.1.6 alarmseverity read-only
The alarm severity as specified in AlarmSeverity.
                 eventActiveAlarmText 1.3.6.1.4.1.2928.2.1.1.6.1.7 displaystring read-only
A text describing the alarm in a more readable form.
                 eventActiveAlarmLastChangedTime 1.3.6.1.4.1.2928.2.1.1.6.1.8 dateandtime read-only
The time when the alarm was changed, i.e. when the alarm was created, or 'eventActiveAlarmSeverity' or 'eventActiveAlarmAcknowledged' was changed.
                 eventActiveAlarmAcknowledged 1.3.6.1.4.1.2928.2.1.1.6.1.9 truthvalue read-write
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.
                 eventActiveAlarmCreatedTime 1.3.6.1.4.1.2928.2.1.1.6.1.10 dateandtime read-only
The time when the alarm was created.
         eventNotificationObjectsGroup 1.3.6.1.4.1.2928.2.1.1.7
             eventTrapPurpose 1.3.6.1.4.1.2928.2.1.1.7.1 snmpadminstring no-access
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.
     eventNotifications 1.3.6.1.4.1.2928.2.1.2
         eventAlarmCritical 1.3.6.1.4.1.2928.2.1.2.1
Notification for an alarm with severity 'critical'.
         eventAlarmMajor 1.3.6.1.4.1.2928.2.1.2.2
Notification for an alarm with severity 'major'.
         eventAlarmMinor 1.3.6.1.4.1.2928.2.1.2.3
Notification for an alarm with severity 'minor'.
         eventAlarmWarning 1.3.6.1.4.1.2928.2.1.2.4
Notification for an alarm with severity 'warning'.
         eventAlarmIndeterminate 1.3.6.1.4.1.2928.2.1.2.5
Notification for an alarm with severity 'indeterminate'.
         eventAlarmUnknown 1.3.6.1.4.1.2928.2.1.2.6
Notification for an alarm with unknown severity.
         eventAlarmClear 1.3.6.1.4.1.2928.2.1.2.7
Notification for a cleared alarm.
         netiGenericEvent 1.3.6.1.4.1.2928.2.1.2.8
Notification for a generic event.
     eventConformanceGroups 1.3.6.1.4.1.2928.2.1.3
         eventConformanceGroup 1.3.6.1.4.1.2928.2.1.3.1
A collection of objects providing event and alarm functionality.
         eventNotificationsGroup 1.3.6.1.4.1.2928.2.1.3.2
A collection of notifications for alarms and events.