NETI-EVT-MIB: View SNMP OID List / Download MIB
VENDOR: NET INSIGHT AB
Home | MIB: NETI-EVT-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).
|
|||
Object Name | OID | Type | Access | Info |
netinsight | 1.3.6.1.4.1.2928 | |||
netiGeneric | 1.3.6.1.4.1.2928.2 | |||
nevtMIB | 1.3.6.1.4.1.2928.2.1 |
MIB containing event and alarm information. The MIB contains tables for events and alarms, and defined notifications for events and alarms. nevtEventTable. Table with the last number of events. 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. nevtAlarmTable. Table with all active alarms, and the last historic alarms. The alarm table holds all active alarms, and possibly also a number of the last cleared alarms. nevtActiveAlarmTable. Table will all active (non-clear) alarms. The active alarm table holds only the active alarms. |
||
nevtObjects | 1.3.6.1.4.1.2928.2.1.1 | |||
nevtSequenceCounter | 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 whether 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 |
nevtLastChangedTime | 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. |
nevtEventTable | 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 |
|
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. |
||
nevtEventIndex | 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 nevtSequenceCounter as such that the nevtSequenceCounter refers to the last event in the table |
nevtEventObject | 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. If the object is unavailable, the value is { 0 0 }. |
nevtEventObjectName | 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. |
nevtEventAlarmType | 1.3.6.1.4.1.2928.2.1.1.3.1.4 | nevtalarmtype | read-only |
This is the event type as specified in NevtAlarmType. |
nevtEventType | 1.3.6.1.4.1.2928.2.1.1.3.1.5 | nevteventtype | read-only |
This is the event type as specified in NevtEventType. |
nevtEventCause | 1.3.6.1.4.1.2928.2.1.1.3.1.6 | nevtalarmcause | read-only |
The alarm cause as specified in NevtAlarmCause. |
nevtEventSeverity | 1.3.6.1.4.1.2928.2.1.1.3.1.7 | nevtalarmseverity | read-only |
The alarm severity as specified in NevtAlarmSeverity. |
nevtEventText | 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. |
nevtEventCreatedTime | 1.3.6.1.4.1.2928.2.1.1.3.1.9 | dateandtime | read-only |
The time when the event was created. |
nevtEventPurpose | 1.3.6.1.4.1.2928.2.1.1.3.1.10 | snmpadminstring | read-only |
The purpose text inherited from the object to which the event belongs. The purpose is usually a user-supplied text describing the object. The purpose is assigned on the object. If an object does not have a purpose, then this is the empty string. |
nevtAlarmTable | 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 implementation. |
|
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 several cleared alarms. |
||
nevtAlarmIndex | 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. |
nevtAlarmObject | 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. If the object is unavailable, the value is { 0 0 }. |
nevtAlarmObjectName | 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. |
nevtAlarmAlarmType | 1.3.6.1.4.1.2928.2.1.1.4.1.4 | nevtalarmtype | read-only |
The alarm type as specified in NevtAlarmType. |
nevtAlarmCause | 1.3.6.1.4.1.2928.2.1.1.4.1.5 | nevtalarmcause | read-only |
The alarm cause as specified in NevtAlarmCause. |
nevtAlarmSeverity | 1.3.6.1.4.1.2928.2.1.1.4.1.6 | nevtalarmseverity | read-only |
The alarm severity as specified in NevtAlarmSeverity. |
nevtAlarmText | 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. |
nevtAlarmLastChangedTime | 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 nevtAlarmSeverity or nevtAlarmAcknowledged was changed. |
nevtAlarmAcknowledged | 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. |
nevtAlarmCreatedTime | 1.3.6.1.4.1.2928.2.1.1.4.1.10 | dateandtime | read-only |
The time when the alarm was created. |
nevtAlarmPurpose | 1.3.6.1.4.1.2928.2.1.1.4.1.11 | snmpadminstring | read-only |
The purpose text inherited from the object to which the alarm belongs. The purpose is usually a user-supplied text describing the object. The purpose is assigned on the object. If an object does not have a purpose, then this is the empty string. |
nevtAlarmCountersGroup | 1.3.6.1.4.1.2928.2.1.1.5 | |||
nevtCriticalCounter | 1.3.6.1.4.1.2928.2.1.1.5.1 | unsigned32 | read-only |
The number of active alarms with the severity 'critical'. |
nevtMajorCounter | 1.3.6.1.4.1.2928.2.1.1.5.2 | unsigned32 | read-only |
The number of active alarms with the severity 'major'. |
nevtMinorCounter | 1.3.6.1.4.1.2928.2.1.1.5.3 | unsigned32 | read-only |
The number of active alarms with the severity 'minor'. |
nevtWarningCounter | 1.3.6.1.4.1.2928.2.1.1.5.4 | unsigned32 | read-only |
The number of active alarms with the severity 'warning'. |
nevtIndeterminateCounter | 1.3.6.1.4.1.2928.2.1.1.5.5 | unsigned32 | read-only |
The number of active alarms with the severity 'indeterminate'. |
nevtActiveAlarmTable | 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 implementation. |
|
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. |
||
nevtActiveAlarmIndex | 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. |
nevtActiveAlarmObject | 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. If the object is unavailable, the value is { 0 0 }. |
nevtActiveAlarmObjectName | 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. |
nevtActiveAlarmAlarmType | 1.3.6.1.4.1.2928.2.1.1.6.1.4 | nevtalarmtype | read-only |
The alarm type as specified in NevtAlarmType. |
nevtActiveAlarmCause | 1.3.6.1.4.1.2928.2.1.1.6.1.5 | nevtalarmcause | read-only |
The alarm cause as specified in NevtAlarmCause. |
nevtActiveAlarmSeverity | 1.3.6.1.4.1.2928.2.1.1.6.1.6 | nevtalarmseverity | read-only |
The alarm severity as specified in NevtAlarmSeverity. |
nevtActiveAlarmText | 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. |
nevtActiveAlarmLastChangedTime | 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 nevtActiveAlarmSeverity or nevtActiveAlarmAcknowledged was changed. |
nevtActiveAlarmAcknowledged | 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. |
nevtActiveAlarmCreatedTime | 1.3.6.1.4.1.2928.2.1.1.6.1.10 | dateandtime | read-only |
The time when the alarm was created. |
nevtActiveAlarmPurpose | 1.3.6.1.4.1.2928.2.1.1.6.1.11 | snmpadminstring | read-only |
The purpose text inherited from the object to which the alarm belongs. The purpose is usually a user-supplied text describing the object. The purpose is assigned on the object. If an object does not have a purpose, then this is the empty string. |
nevtNotificationObjectsGroup | 1.3.6.1.4.1.2928.2.1.1.7 | |||
nevtTrapPurpose | 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 nevtNotifications group at the discretion of the SNMP agent. |
nevtNotifications | 1.3.6.1.4.1.2928.2.1.2 | |||
nevtAlarmCritical | 1.3.6.1.4.1.2928.2.1.2.1 |
Notification for an alarm with severity 'critical'. |
||
nevtAlarmMajor | 1.3.6.1.4.1.2928.2.1.2.2 |
Notification for an alarm with severity 'major'. |
||
nevtAlarmMinor | 1.3.6.1.4.1.2928.2.1.2.3 |
Notification for an alarm with severity 'minor'. |
||
nevtAlarmWarning | 1.3.6.1.4.1.2928.2.1.2.4 |
Notification for an alarm with severity 'warning'. |
||
nevtAlarmIndeterminate | 1.3.6.1.4.1.2928.2.1.2.5 |
Notification for an alarm with severity 'indeterminate'. |
||
nevtAlarmUnknown | 1.3.6.1.4.1.2928.2.1.2.6 |
Notification for an alarm with unknown severity. |
||
nevtAlarmClear | 1.3.6.1.4.1.2928.2.1.2.7 |
Notification for a cleared alarm. |
||
nevtGenericEvent | 1.3.6.1.4.1.2928.2.1.2.8 |
Notification for a generic event. |
||
nevtConformanceGroups | 1.3.6.1.4.1.2928.2.1.3 |