NETI-EVT-MIB
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.
Main OID:
nevtMIB.1.3.6.1.4.1.2928.2.1
62
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
62 total| Object Name |
|---|
netinsight OBJECT IDENTIFIER .1.3.6.1.4.1.2928 |
netiGeneric OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2 |
nevtMIBMIB 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. MODULE-IDENTITY .1.3.6.1.4.1.2928.2.1 |
nevtObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2.1.1 |
nevtSequenceCounterThe 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 valuero Unsigned32 .1.3.6.1.4.1.2928.2.1.1.1 |
nevtLastChangedTimeThe 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 |
nevtEventTableTable containing the most recent events. The maximum size of the table depends on the implementation SEQUENCE OF NevtEventEntry .1.3.6.1.4.1.2928.2.1.1.3 |
nevtEventEntryOne 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. NevtEventEntry .1.3.6.1.4.1.2928.2.1.1.3.1 |
nevtEventIndexArbitrary 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 tablero Unsigned32 .1.3.6.1.4.1.2928.2.1.1.3.1.1 |
nevtEventObjectA pointer to the conceptual row of the object that caused this event. 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 |
nevtEventObjectNameA 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 |
nevtEventAlarmTypeThis is the event type as specified in NevtAlarmType.ro NevtAlarmType .1.3.6.1.4.1.2928.2.1.1.3.1.4 |
nevtEventTypeThis is the event type as specified in NevtEventType.ro NevtEventType .1.3.6.1.4.1.2928.2.1.1.3.1.5 |
nevtEventCauseThe alarm cause as specified in NevtAlarmCause.ro NevtAlarmCause .1.3.6.1.4.1.2928.2.1.1.3.1.6 |
nevtEventSeverityThe alarm severity as specified in NevtAlarmSeverity.ro NevtAlarmSeverity .1.3.6.1.4.1.2928.2.1.1.3.1.7 |
nevtEventTextA 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 |
nevtEventCreatedTimeThe time when the event was created.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2928.2.1.1.3.1.9 |
nevtEventPurposeThe 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.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.2.1.1.3.1.10 |
nevtAlarmTableTable containing alarms and their status. The maximum size of the table depends on the implementation. SEQUENCE OF NevtAlarmEntry .1.3.6.1.4.1.2928.2.1.1.4 |
nevtAlarmEntryOne 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. NevtAlarmEntry .1.3.6.1.4.1.2928.2.1.1.4.1 |
nevtAlarmIndexArbitrary index for an entry in the alarm table.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.4.1.1 |
nevtAlarmObjectA pointer to the conceptual row of the object that caused this alarm. 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 |
nevtAlarmObjectNameA 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 |
nevtAlarmAlarmTypeThe alarm type as specified in NevtAlarmType.ro NevtAlarmType .1.3.6.1.4.1.2928.2.1.1.4.1.4 |
nevtAlarmCauseThe alarm cause as specified in NevtAlarmCause.ro NevtAlarmCause .1.3.6.1.4.1.2928.2.1.1.4.1.5 |
nevtAlarmSeverityThe alarm severity as specified in NevtAlarmSeverity.ro NevtAlarmSeverity .1.3.6.1.4.1.2928.2.1.1.4.1.6 |
nevtAlarmTextA 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 |
nevtAlarmLastChangedTimeThe time when the alarm was changed, i.e. when the alarm was created, or nevtAlarmSeverity or nevtAlarmAcknowledged was changed.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2928.2.1.1.4.1.8 |
nevtAlarmAcknowledgedThe 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 |
nevtAlarmCreatedTimeThe time when the alarm was created.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2928.2.1.1.4.1.10 |
nevtAlarmPurposeThe 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.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.2.1.1.4.1.11 |
nevtAlarmCountersGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2.1.1.5 |
nevtCriticalCounterThe number of active alarms with the severity 'critical'.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.5.1 |
nevtMajorCounterThe number of active alarms with the severity 'major'.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.5.2 |
nevtMinorCounterThe number of active alarms with the severity 'minor'.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.5.3 |
nevtWarningCounterThe number of active alarms with the severity 'warning'.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.5.4 |
nevtIndeterminateCounterThe number of active alarms with the severity 'indeterminate'.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.5.5 |
nevtActiveAlarmTableTable containing alarms and their status. The maximum size of the table depends on the implementation. SEQUENCE OF EventActiveAlarmEntry .1.3.6.1.4.1.2928.2.1.1.6 |
nevtActiveAlarmEntryOne 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 |
nevtActiveAlarmIndexArbitrary index for an entry in the alarm table.ro Unsigned32 .1.3.6.1.4.1.2928.2.1.1.6.1.1 |
nevtActiveAlarmObjectA pointer to the conceptual row of the object that caused this alarm. 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 |
nevtActiveAlarmObjectNameA 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 |
nevtActiveAlarmAlarmTypeThe alarm type as specified in NevtAlarmType.ro NevtAlarmType .1.3.6.1.4.1.2928.2.1.1.6.1.4 |
nevtActiveAlarmCauseThe alarm cause as specified in NevtAlarmCause.ro NevtAlarmCause .1.3.6.1.4.1.2928.2.1.1.6.1.5 |
nevtActiveAlarmSeverityThe alarm severity as specified in NevtAlarmSeverity.ro NevtAlarmSeverity .1.3.6.1.4.1.2928.2.1.1.6.1.6 |
nevtActiveAlarmTextA 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 |
nevtActiveAlarmLastChangedTimeThe time when the alarm was changed, i.e. when the alarm was created, or nevtActiveAlarmSeverity or nevtActiveAlarmAcknowledged was changed.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2928.2.1.1.6.1.8 |
nevtActiveAlarmAcknowledgedThe 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 |
nevtActiveAlarmCreatedTimeThe time when the alarm was created.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2928.2.1.1.6.1.10 |
nevtActiveAlarmPurposeThe 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.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.2.1.1.6.1.11 |
nevtNotificationObjectsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2.1.1.7 |
nevtTrapPurposeIndicates 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.roobsolete SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.2928.2.1.1.7.1 |
nevtNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2.1.2 |
nevtAlarmCriticalNotification for an alarm with severity 'critical'. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.1 |
nevtAlarmMajorNotification for an alarm with severity 'major'. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.2 |
nevtAlarmMinorNotification for an alarm with severity 'minor'. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.3 |
nevtAlarmWarningNotification for an alarm with severity 'warning'. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.4 |
nevtAlarmIndeterminateNotification for an alarm with severity 'indeterminate'. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.5 |
nevtAlarmUnknownNotification for an alarm with unknown severity. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.6 |
nevtAlarmClearNotification for a cleared alarm. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.7 |
nevtGenericEventNotification for a generic event. NOTIFICATION-TYPE .1.3.6.1.4.1.2928.2.1.2.8 |
nevtConformanceGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2928.2.1.3 |