SNMP-ALARM-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SNMP-ALARM-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
 snmpAlarmMIB 1.3.6.1.6.3.1
This MIB module defines MIB objects and notifications that provide mechanisms to monitor alarms currently active and the history of alarms being set and cleared on a managed system. Terminology used in this MIB module: Error - A deviation from intended operation. Fault - A lasting error or warning condition. Alarm - A persistent indication of a fault. An alarm is said to be 'set' when a fault is first detected and administratively enabled. An alarm is said to be 'cleared' when a fault is first noticed to have ceased or administratively disabled. Event - Something that happened. Examples include a change in status, crossing a threshold, an external input to the system. Additionally, setting or clearing an alarm is also an event.
     snmpAlarmObjects 1.3.6.1.6.3.1.1
         snmpAlarmGlobals 1.3.6.1.6.3.1.1.1
             snmpAlarmCurrEntries 1.3.6.1.6.3.1.1.1.1 gauge32 read-only
The number of entries in the current alarm table.
             snmpAlarmLastChange 1.3.6.1.6.3.1.1.1.2 timestamp read-only
The value of object sysUpTime when an entry was added or removed from the current alarm table and added to the alarm log table.
             snmpAlarmLogFirstIndex 1.3.6.1.6.3.1.1.1.3 unsigned32 read-only
The index of the oldest entry in the alarm log table, or zero. The value of zero is used to indicate that no entry exists in the alarm log.
             snmpAlarmLogLastIndex 1.3.6.1.6.3.1.1.1.4 unsigned32 read-only
The index of the youngest entry in the alarm log table, or zero. The value of zero is used to indicate that no entry exists in the alarm log.
             snmpAlarmGenNotify 1.3.6.1.6.3.1.1.1.5 truthvalue read-write
The controls whether or not notification snmpAlarmStatusChange may be generated. The values are: true(1)...notifications may be generated false(2)..notifications may not be generated
             snmpItuAlarmGenNotify 1.3.6.1.6.3.1.1.1.6 truthvalue read-write
The controls whether or not notification snmpItuAlarmStatusChange may be generated. The values are: true(1)...notifications may be generated false(2)..notifications may not be generated Note: if this is enabled, then most likely generation of notification snmpAlarmStatusChange should be disabled.
         snmpAlarmCurrTable 1.3.6.1.6.3.1.1.2 no-access
A table listing all the current 'alarms'. An alarm indicates a persistent fault condition in a software or hardware component or sub-system that is intended to be operating. An alarm is cleared by 'fixing' the fault condition or administratively disabling the alarm.
             snmpAlarmCurrEntry 1.3.6.1.6.3.1.1.2.1 no-access
A row in the table of current alarms. Rows cannot be created or deleted via SNMP operations.
                 snmpAlarmCurrIndex 1.3.6.1.6.3.1.1.2.1.1 unsigned32 no-access
An arbitrary index of the alarm in the current alarm table. The index for an existing entry is not affected when a entry is added or removed from the table. Index values may be cycled to the max before reuse or follow any implementation specific reuse strategy.
                 snmpAlarmCurrOccurDateAndTime 1.3.6.1.6.3.1.1.2.1.2 optdateandtime read-only
The local date and time when the alarm was set, or a zero length string. The value is a zero length string when the local time cannot be determined.
                 snmpAlarmCurrOccurUpTime 1.3.6.1.6.3.1.1.2.1.3 timestamp read-only
The value of sysUpTime when the alarm was set or zero. The value is zero when the alarm occurred before the most recent reset of the management system.
                 snmpAlarmCurrType 1.3.6.1.6.3.1.1.2.1.4 snmpalarmtype read-only
The type of the alarm.
                 snmpAlarmCurrId 1.3.6.1.6.3.1.1.2.1.5 unsigned32 read-only
The ID of the alarm. No two active alarms may have the same value. This value is used in matching the set and clear entries in the alarm log.
                 snmpAlarmCurrContextName 1.3.6.1.6.3.1.1.2.1.6 snmpadminstring read-only
The context in which the alarm occurred.
                 snmpAlarmCurrVarBinds 1.3.6.1.6.3.1.1.2.1.7 gauge32 read-only
The number of varBinds associated with the alarm. The count is usually at least one, with at least one varBind identifying the source of the alarm.
         snmpAlarmCurrVarBindTable 1.3.6.1.6.3.1.1.3 no-access
A table of varBinds (pairs of variable and value) that sparse extends the rows in table snmpAlarmCurrTable. That is, for each row in table snmpAlarmCurrTable, there is zero, one, or more associated rows in this table. The value of object snmpAlarmCurrVarBinds specifies the number of rows in this table.
             snmpAlarmCurrVarBindEntry 1.3.6.1.6.3.1.1.3.1 no-access
A row in the table of varBinds for current alarms. Rows cannot be created or deleted via SNMP operations.
                 snmpAlarmCurrVarBindIndex 1.3.6.1.6.3.1.1.3.1.1 unsigned32 no-access
The index of the varBind. The value is between one and the value of the associated object snmpAlarmCurrVarBinds.
                 snmpAlarmCurrVarBindId 1.3.6.1.6.3.1.1.3.1.2 variablepointer read-only
The ID of the object instance.
                 snmpAlarmCurrVarBindVal 1.3.6.1.6.3.1.1.3.1.3 snmpvalunion read-only
The value of the object instance.
         snmpAlarmLogTable 1.3.6.1.6.3.1.1.4 no-access
A table containing a log of when each 'alarm' has been 'set' or 'cleared'. An alarm indicates a persistent fault condition in a software or hardware component or sub-system that is intended to be operating. An alarm is cleared by 'fixing' the fault condition or administratively disabling the alarm. The alarm log operates like a circular buffer. The index of the oldest entry is specified by object snmpAlarmLogFirstIndex and the index of the youngest entry is specified by object tbtSystemAlarmLogLastIndex. The alarm log may be preserved in part or in total across restarts of a management system. The last few entries SHOULD be saved to assist in determining the cause of an unplanned restart.
             snmpAlarmLogEntry 1.3.6.1.6.3.1.1.4.1 no-access
A row in the alarm log table. Rows cannot be created or deleted via SNMP operations.
                 snmpAlarmLogIndex 1.3.6.1.6.3.1.1.4.1.1 unsigned32 no-access
An index of the alarm in the alarm log table. The index is increased by one for each new entry in the table until the maximum value is reach and then the index restarts at 1. The index of the oldest entry is specified by object snmpAlarmLogFirstIndex and index of the youngest entry is specified by object snmpAlarmLogLastIndex.
                 snmpAlarmLogCond 1.3.6.1.6.3.1.1.4.1.2 snmpalarmcond read-only
Indicates if the log entry is due to the alarm Being set (raised) or being cleared.
                 snmpAlarmLogOccurDateAndTime 1.3.6.1.6.3.1.1.4.1.3 optdateandtime read-only
The local date and time when the alarm was set or clear, or a zero length string. The value is a zero length string when the local time cannot be determined.
                 snmpAlarmLogOccurUpTime 1.3.6.1.6.3.1.1.4.1.4 timestamp read-only
The value of sysUpTime when the alarm was set or cleared, or zero. The value is zero when the alarm was set or cleared before the most recent reset of the management system.
                 snmpAlarmLogType 1.3.6.1.6.3.1.1.4.1.5 snmpalarmtype read-only
The type of the alarm.
                 snmpAlarmLogId 1.3.6.1.6.3.1.1.4.1.6 unsigned32 read-only
The ID of the alarm. Each alarm that is set is assigned a unique ID among active alarms. That is, no two active alarms may have the same value. This value is used in matching the set and clear entries in this log. Note: alarms may be cleared and not recorded across restarts of the management system. Thus, additional checks must be performed to match set and clear entries in the log that occur on opposite sides of a restart.
                 snmpAlarmLogContextName 1.3.6.1.6.3.1.1.4.1.7 snmpadminstring read-only
The context in which the alarm occurred.
                 snmpAlarmLogVarBinds 1.3.6.1.6.3.1.1.4.1.8 gauge32 read-only
The number of varBinds associated with the alarm. The count is usually at least one, with at least one varBind identifying the source of the alarm.
         snmpAlarmLogVarBindTable 1.3.6.1.6.3.1.1.5 no-access
A table of varBinds (pairs of variable and value) that sparse extends the rows in table snmpAlarmLogTable. That is, for each row in table snmpAlarmLogTable, there is zero, one, or more associated rows in this table. The value of object snmpAlarmLogVarBinds specifies the number of rows in this table.
             snmpAlarmLogVarBindEntry 1.3.6.1.6.3.1.1.5.1 no-access
A row in the table of varBinds for the alarm log. Rows cannot be created or deleted via SNMP operations.
                 snmpAlarmLogVarBindIndex 1.3.6.1.6.3.1.1.5.1.1 unsigned32 no-access
The index of the varBind. The value is between one and the value of the associated object snmpAlarmLogVarBinds.
                 snmpAlarmLogVarBindId 1.3.6.1.6.3.1.1.5.1.2 variablepointer read-only
The ID of the object instance.
                 snmpAlarmLogVarBindVal 1.3.6.1.6.3.1.1.5.1.3 snmpvalunion read-only
The value of the object instance.
         snmpItuAlarmCurrTable 1.3.6.1.6.3.1.1.6 no-access
A table augmenting the current alarm table (snmpAlarmCurrTable) with additional information from the ITU-T alarm model.
             snmpItuAlarmCurrEntry 1.3.6.1.6.3.1.1.6.1 no-access
A row in the table of ITU-T current alarms. Rows cannot be created or deleted via SNMP operations.
                 snmpItuAlarmCurrClass 1.3.6.1.6.3.1.1.6.1.1 snmpitualarmclass read-only
The class of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmCurrProbCause 1.3.6.1.6.3.1.1.6.1.2 snmpitualarmprobcause read-only
The probable cause of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmCurrPercSeverity 1.3.6.1.6.3.1.1.6.1.3 snmpitualarmpercseverity read-only
The perceived severity of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmCurrAdditText 1.3.6.1.6.3.1.1.6.1.4 snmpadminstring read-only
The additional text field of the alarm as specified in [X.733].
                 snmpItuAlarmCurrTrendInd 1.3.6.1.6.3.1.1.6.1.5 snmpitualarmtrendind read-only
The trend indication of the alarm as specified in [X.733].
                 snmpItuAlarmCurrDetector 1.3.6.1.6.3.1.1.6.1.6 autonomoustype read-only
The SecurityAlarmDetector object from [X.736].
                 snmpItuAlarmCurrServiceProvider 1.3.6.1.6.3.1.1.6.1.7 autonomoustype read-only
The ServiceProvider object from [X.736].
                 snmpItuAlarmCurrServiceUser 1.3.6.1.6.3.1.1.6.1.8 autonomoustype read-only
The SericeUser object from [X.736].
         snmpItuAlarmLogTable 1.3.6.1.6.3.1.1.7 no-access
A table augmenting the alarm log table (snmpAlarmLogTable) with additional information from the ITU-T alarm model.
             snmpItuAlarmLogEntry 1.3.6.1.6.3.1.1.7.1 no-access
A row in the ITU-T alarm log table. Rows cannot be created or deleted via SNMP operations.
                 snmpItuAlarmLogClass 1.3.6.1.6.3.1.1.7.1.1 snmpitualarmclass read-only
The class of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmLogProbCause 1.3.6.1.6.3.1.1.7.1.2 snmpitualarmprobcause read-only
The probable cause of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmLogPercSeverity 1.3.6.1.6.3.1.1.7.1.3 snmpitualarmpercseverity read-only
The perceived severity of the alarm as specified in [X.733] and [X.736].
                 snmpItuAlarmLogAdditText 1.3.6.1.6.3.1.1.7.1.4 snmpadminstring read-only
The additional text field of the alarm as specified in [X.733].
                 snmpItuAlarmLogTrendInd 1.3.6.1.6.3.1.1.7.1.5 snmpitualarmtrendind read-only
The trend indication of the alarm as specified in [X.733].
                 snmpItuAlarmLogDetector 1.3.6.1.6.3.1.1.7.1.6 autonomoustype read-only
The SecurityAlarmDetector object from [X.736].
                 snmpItuAlarmLogServiceProvider 1.3.6.1.6.3.1.1.7.1.7 autonomoustype read-only
The ServiceProvider object from [X.736].
                 snmpItuAlarmLogServiceUser 1.3.6.1.6.3.1.1.7.1.8 autonomoustype read-only
The SericeUser object from [X.736].
     snmpAlarmNotifications 1.3.6.1.6.3.1.2
             snmpAlarmStatusChange 1.3.6.1.6.3.1.2.0.1
An entry has been added to the alarm log table. That is, an alarm has been set or cleared. The objects all have the same instance, which is the row in the alarm log, and the objects are: snmpAlarmLogCond....alarm condition, either set or clear snmpAlarmLogOccurDateAndTime...date/time the alarm log entry created snmpAlarmLogOccurUpTime...timestamp the alarm log entry created snmpAlarmLogId....the ID of the alarm snmpAlarmLogVarBinds....the number of varBinds associated with the alarm Note 1: after these varBinds, the associated varBinds, if any, from table snmpAlarmLogVarBindTable must be specified in the varBind list for the notification. Note 2: object snmpAlarmGenNotify controls if or if not this notification may be generated.
             snmpItuAlarmStatusChange 1.3.6.1.6.3.1.2.0.2
An entry has been added to the alarm log table and the ITU extensions are supported. That is, an alarm has been set or cleared. The objects all have the same instance, which is the row in the alarm log, and the objects are: snmpAlarmLogCond....alarm condition, either set or clear snmpAlarmLogOccurDateAndTime...date/time the alarm log entry created snmpAlarmLogOccurUpTime...timestamp the alarm log entry created snmpAlarmLogId....the ID of the alarm snmpAlarmLogVarBinds....the number of varBinds associated with the alarm snmpItuAlarmLogClass... snmpItuAlarmLogProbCause... snmpItuAlarmLogPercSeverity... snmpItuAlarmLogAdditText... snmpItuAlarmLogTrendInd... snmpItuAlarmLogDetector... snmpItuAlarmLogServiceProvider... snmpItuAlarmLogServiceUser... Note 1: after these varBinds, the associated varBinds, if any, from table snmpAlarmLogVarBindTable must be specified in the varBind list for the notification. Note 2: object snmpItuAlarmGenNotify controls if or if not this notification may be generated.
     snmpAlarmConformance 1.3.6.1.6.3.1.3
         snmpAlarmCompliances 1.3.6.1.6.3.1.3.1
             snmpAlarmCompliance 1.3.6.1.6.3.1.3.1.1
The compliance statement for systems supporting the SNMP alarms.
             snmpItuAlarmCompliance 1.3.6.1.6.3.1.3.1.2
The compliance statement for systems supporting the ITU-T extension to SNMP alarms.
         snmpAlarmGroups 1.3.6.1.6.3.1.3.2
             snmpAlarmGblGroup 1.3.6.1.6.3.1.3.2.1
Global objects for managing SNMP alarms.
             snmpAlarmCurrGroup 1.3.6.1.6.3.1.3.2.2
Objects in the SNMP current alarm and current varBind tables.
             snmpAlarmLogGroup 1.3.6.1.6.3.1.3.2.3
Objects in the SNMP alarm log and log varBind tables.
             snmpAlarmNotifyGroup 1.3.6.1.6.3.1.3.2.4
Notifications for SNMP alarms.
             snmpItuAlarmGblGroup 1.3.6.1.6.3.1.3.2.5
Global objects for managing ITU-T extensions to SNMP alarms.
             snmpItuAlarmCurrGroup 1.3.6.1.6.3.1.3.2.6
Objects in the ITU-T extension to the SNMP current alarm and current varBind tables.
             snmpItuAlarmLogGroup 1.3.6.1.6.3.1.3.2.7
Objects in the ITU-T extension to the SNMP alarm log and log varBind tables.
             snmpItuAlarmNotifyGroup 1.3.6.1.6.3.1.3.2.8
Notifications for ITU-T extension to SNMP alarms.