1TIMETRA-ALARM-MIB DEFINITIONS ::= BEGIN
2
3IMPORTS
4        MODULE-IDENTITY, OBJECT-TYPE,
5        NOTIFICATION-TYPE                     FROM SNMPv2-SMI
6
7        MODULE-COMPLIANCE, OBJECT-GROUP,
8        NOTIFICATION-GROUP                    FROM SNMPv2-CONF
9
10        TEXTUAL-CONVENTION                    FROM SNMPv2-TC
11
12        TmnxEnabledDisabled                   FROM TIMETRA-TC-MIB
13
14        timetraSRMIBModules, tmnxSRObjs,
15        tmnxSRNotifyPrefix, tmnxSRConfs       FROM TIMETRA-GLOBAL-MIB
16        ;
17
18timetraAlarmMIBModule          MODULE-IDENTITY
19        LAST-UPDATED "201102010000Z"
20        ORGANIZATION "Alcatel-Lucent"
21        CONTACT-INFO
22            "Alcatel-Lucent SROS Support
23             Web: http://support.alcatel-lucent.com "
24        DESCRIPTION
25        "This document, an extension of ALARM-MIB defined in RFC 3877, is the
26        SNMP MIB module to manage and provision the alarm management components
27        of the Alcatel-Lucent SROS device.
28
29        Copyright (c) 2010-2011 Alcatel-Lucent.  All rights reserved.
30        Reproduction of this document is authorized on the condition that
31        the foregoing copyright notice is included.
32
33        This SNMP MIB module (Specification) embodies Alcatel-Lucent's
34        proprietary intellectual property.  Alcatel-Lucent retains
35        all title and ownership in the Specification, including any
36        revisions.
37
38        Alcatel-Lucent grants all interested parties a non-exclusive
39        license to use and distribute an unmodified copy of this
40        Specification in connection with management of Alcatel-Lucent
41        products, and without fee, provided this copyright notice and
42        license appear on all copies.
43
44        This Specification is supplied 'as is', and Alcatel-Lucent
45        makes no warranty, either express or implied, as to the use,
46        operation, condition, or performance of the Specification."
47
48--
49-- Revision History
50--
51        REVISION                 "201102010000Z"
52        DESCRIPTION              "Rev 1.0                1 Feb 2011 00:00
53                                  1.0 release of the TIMETRA-ALARM-MIB."
54
55        ::= { timetraSRMIBModules 77 }
56
57tmnxAlarmObjs               OBJECT IDENTIFIER ::= { tmnxSRObjs              77 }
58tmnxAlarmNotifyPrefix       OBJECT IDENTIFIER ::= { tmnxSRNotifyPrefix      77 }
59tmnxAlarmConformance        OBJECT IDENTIFIER ::= { tmnxSRConfs             77 }
60
61-- Object Groups in the Alcatel-Lucent Alarm MIB Module
62tmnxAlarmConfigTimeStamps   OBJECT IDENTIFIER ::= { tmnxAlarmObjs            1 }
63tmnxAlarmConfigurations     OBJECT IDENTIFIER ::= { tmnxAlarmObjs            2 }
64
65-- Notification Groups in the Alcatel-Lucent Alarm MIB Module
66tmnxAlarmNotifications      OBJECT IDENTIFIER ::= { tmnxAlarmNotifyPrefix    0 }
67
68-- Compliance Groups in the Alcatel-Lucent Alarm MIB Module
69tmnxAlarmCompliances        OBJECT IDENTIFIER ::= { tmnxAlarmConformance     1 }
70tmnxAlarmGroups             OBJECT IDENTIFIER ::= { tmnxAlarmConformance     2 }
71
72--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73--
74--  TIMETRA-ALARM-MIB Textual Conventions
75--
76
77--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
78--
79--  TIMETRA-ALARM-MIB Global Configuration Objects
80--
81tmnxAlarmSystemConfig      OBJECT IDENTIFIER ::= { tmnxAlarmConfigurations 1 }
82
83tmnxAlarmAdminState              OBJECT-TYPE
84    SYNTAX      TmnxEnabledDisabled
85    MAX-ACCESS  read-write
86    STATUS      current
87    DESCRIPTION
88        "The value of tmnxAlarmAdminState specifies whether or not alarm
89         management is enabled on the system. As a result of setting
90         tmnxAlarmAdminState to 'disabled(2)', all alarms present in MIB table
91         ALARM-MIB::alarmActiveTable will be cleared, all rows in MIB table
92         ALARM-MIB::alarmClearTable will be destroyed, and no new alarms will
93         be raised."
94    DEFVAL      { enabled }
95    ::= { tmnxAlarmSystemConfig 1 }
96
97--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
98--
99--  TIMETRA-ALARM-MIB Notification Objects
100--
101
102--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
103--
104--  TIMETRA-ALARM-MIB Notifications
105--
106
107--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
108--
109--  TIMETRA-ALARM-MIB Compliance Statements
110--
111tmnxAlarmCompliance                MODULE-COMPLIANCE
112    STATUS      current
113    DESCRIPTION
114        "The compliance statement for the management of alarms for Release 9.0
115         on SROS series systems."
116    MODULE -- this module
117        MANDATORY-GROUPS {
118            tmnxAlarmSystemConfigGroup
119        }
120    ::= { tmnxAlarmCompliances 1 }
121
122--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
123--
124--  TIMETRA-ALARM-MIB Group Statements
125--
126
127tmnxAlarmV9v0Groups              OBJECT IDENTIFIER ::= { tmnxAlarmGroups 1 }
128
129tmnxAlarmSystemConfigGroup       OBJECT-GROUP
130    OBJECTS {
131        tmnxAlarmAdminState
132    }
133    STATUS      current
134    DESCRIPTION
135        "The group of objects maintaining system configuration for alarm
136         management on SROS series systems."
137    ::= { tmnxAlarmV9v0Groups 1 }
138
139END
140