ITU-ALARM-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: ITU-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).
|
|||
Object Name | OID | Type | Access | Info |
ituAlarmMIB | 1.3.6.1.2.1.121 |
The MIB module describes ITU Alarm information as defined in ITU Recommendation M.3100 [M.3100], X.733 [X.733] and X.736 [X.736]. Copyright (C) The Internet Society (2004). The initial version of this MIB module was published in RFC 3877. For full legal notices see the RFC itself. Supplementary information may be available on: http://www.ietf.org/copyrights/ianamib.html |
||
ituAlarmObjects | 1.3.6.1.2.1.121.1 | |||
ituAlarmModel | 1.3.6.1.2.1.121.1.1 | |||
ituAlarmTable | 1.3.6.1.2.1.121.1.1.1 | no-access |
A table of ITU Alarm information for possible alarms on the system. |
|
1.3.6.1.2.1.121.1.1.1.1 | no-access |
Entries appear in this table whenever an entry is created in the alarmModelTable with a value of alarmModelState in the range from 1 to 6. Entries disappear from this table whenever the corresponding entries are deleted from the alarmModelTable, including in cases where those entries have been deleted due to local system action. The value of alarmModelSpecificPointer has no effect on the creation or deletion of entries in this table. Values of alarmModelState map to values of ituAlarmPerceivedSeverity as follows: alarmModelState -> ituAlarmPerceivedSeverity 1 -> clear (1) 2 -> indeterminate (2) 3 -> warning (6) 4 -> minor (5) 5 -> major (4) 6 -> critical (3) All other values of alarmModelState MUST NOT appear in this table. This table MUST be persistent across system reboots. |
||
ituAlarmPerceivedSeverity | 1.3.6.1.2.1.121.1.1.1.1.1 | ituperceivedseverity | no-access |
ITU perceived severity values. |
ituAlarmEventType | 1.3.6.1.2.1.121.1.1.1.1.2 | ianaitueventtype | read-write |
Represents the event type values for the alarms |
ituAlarmProbableCause | 1.3.6.1.2.1.121.1.1.1.1.3 | ianaituprobablecause | read-write |
ITU probable cause values. |
ituAlarmAdditionalText | 1.3.6.1.2.1.121.1.1.1.1.4 | snmpadminstring | read-write |
Represents the additional text field for the alarm. |
ituAlarmGenericModel | 1.3.6.1.2.1.121.1.1.1.1.5 | rowpointer | read-write |
This object points to the corresponding row in the alarmModelTable for this alarm severity. This corresponding entry to alarmModelTable could also be derived by performing the reverse of the mapping from alarmModelState to ituAlarmPerceivedSeverity defined in the description of ituAlarmEntry to determine the appropriate { alarmListName, alarmModelIndex, alarmModelState } for this { alarmListName, alarmModelIndex, ituAlarmPerceivedSeverity }. |
ituAlarmActive | 1.3.6.1.2.1.121.1.2 | |||
ituAlarmActiveTable | 1.3.6.1.2.1.121.1.2.1 | no-access |
A table of ITU information for active alarms entries. |
|
1.3.6.1.2.1.121.1.2.1.1 | no-access |
Entries appear in this table when alarms are active. They are removed when the alarm is no longer occurring. |
||
ituAlarmActiveTrendIndication | 1.3.6.1.2.1.121.1.2.1.1.1 | itutrendindication | read-only |
Represents the trend indication values for the alarms. |
ituAlarmActiveDetector | 1.3.6.1.2.1.121.1.2.1.1.2 | autonomoustype | read-only |
Represents the SecurityAlarmDetector object. |
ituAlarmActiveServiceProvider | 1.3.6.1.2.1.121.1.2.1.1.3 | autonomoustype | read-only |
Represents the ServiceProvider object. |
ituAlarmActiveServiceUser | 1.3.6.1.2.1.121.1.2.1.1.4 | autonomoustype | read-only |
Represents the ServiceUser object. |
ituAlarmActiveStatsTable | 1.3.6.1.2.1.121.1.2.2 | no-access |
This table represents the ITU alarm statistics information. |
|
1.3.6.1.2.1.121.1.2.2.1 | no-access |
Statistics on the current active ITU alarms. |
||
ituAlarmActiveStatsIndeterminateCurrent | 1.3.6.1.2.1.121.1.2.2.1.1 | gauge32 | read-only |
A count of the current number of active alarms with a ituAlarmPerceivedSeverity of indeterminate. |
ituAlarmActiveStatsCriticalCurrent | 1.3.6.1.2.1.121.1.2.2.1.2 | gauge32 | read-only |
A count of the current number of active alarms with a ituAlarmPerceivedSeverity of critical. |
ituAlarmActiveStatsMajorCurrent | 1.3.6.1.2.1.121.1.2.2.1.3 | gauge32 | read-only |
A count of the current number of active alarms with a ituAlarmPerceivedSeverity of major. |
ituAlarmActiveStatsMinorCurrent | 1.3.6.1.2.1.121.1.2.2.1.4 | gauge32 | read-only |
A count of the current number of active alarms with a ituAlarmPerceivedSeverity of minor. |
ituAlarmActiveStatsWarningCurrent | 1.3.6.1.2.1.121.1.2.2.1.5 | gauge32 | read-only |
A count of the current number of active alarms with a ituAlarmPerceivedSeverity of warning. |
ituAlarmActiveStatsIndeterminates | 1.3.6.1.2.1.121.1.2.2.1.6 | zerobasedcounter32 | read-only |
A count of the total number of active alarms with a ituAlarmPerceivedSeverity of indeterminate since system restart. |
ituAlarmActiveStatsCriticals | 1.3.6.1.2.1.121.1.2.2.1.7 | zerobasedcounter32 | read-only |
A count of the total number of active alarms with a ituAlarmPerceivedSeverity of critical since system restart. |
ituAlarmActiveStatsMajors | 1.3.6.1.2.1.121.1.2.2.1.8 | zerobasedcounter32 | read-only |
A count of the total number of active alarms with a ituAlarmPerceivedSeverity of major since system restart. |
ituAlarmActiveStatsMinors | 1.3.6.1.2.1.121.1.2.2.1.9 | zerobasedcounter32 | read-only |
A count of the total number of active alarms with a ituAlarmPerceivedSeverity of minor since system restart. |
ituAlarmActiveStatsWarnings | 1.3.6.1.2.1.121.1.2.2.1.10 | zerobasedcounter32 | read-only |
A count of the total number of active alarms with a ituAlarmPerceivedSeverity of warning since system restart. |
ituAlarmConformance | 1.3.6.1.2.1.121.2 | |||
ituAlarmCompliances | 1.3.6.1.2.1.121.2.1 | |||
ituAlarmCompliance | 1.3.6.1.2.1.121.2.1.1 |
The compliance statement for systems supporting the ITU Alarm MIB. |
||
ituAlarmGroups | 1.3.6.1.2.1.121.2.2 | |||
ituAlarmGroup | 1.3.6.1.2.1.121.2.2.1 |
ITU alarm details list group. |
||
ituAlarmServiceUserGroup | 1.3.6.1.2.1.121.2.2.2 |
The use of these parameters is a service-user option. |
||
ituAlarmSecurityGroup | 1.3.6.1.2.1.121.2.2.3 |
Security Alarm Reporting Function |
||
ituAlarmStatisticsGroup | 1.3.6.1.2.1.121.2.2.4 |
ITU Active Alarm Statistics. |