summaryrefslogtreecommitdiff
path: root/MIBS/ciena/CIENA-WS-ALARM-MIB
blob: eb0361f8adb030df0019116c4e03394172cba22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
-- This file was automatically generated from ciena-ws-alarm.yang. Do not edit.

CIENA-WS-ALARM-MIB DEFINITIONS ::= BEGIN

IMPORTS
    cienaWsConfig
        FROM CIENA-WS-MIB
    StringMaxl16, StringMaxl32, StringMaxl44
        FROM CIENA-WS-TYPEDEFS-MIB
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    Integer32, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32
        FROM SNMPv2-SMI
    TEXTUAL-CONVENTION, TruthValue
        FROM SNMPv2-TC;

cienaWsAlarmMIB MODULE-IDENTITY
    LAST-UPDATED "201703140000Z"
    ORGANIZATION "Ciena Corporation"
    CONTACT-INFO "Web URL: http://www.ciena.com/
Postal:  7035 Ridge Road
        Hanover, Maryland 21076
        U.S.A.
Phone:   +1 800-921-1144
Fax:     +1 410-694-5750"
    DESCRIPTION "This module defines alarm data for the Waveserver."
    REVISION "201703140000Z"
    DESCRIPTION "Waveserver Release 1.4
Changed the maximum length of alarm description to 44.
Aligned MIB files to respect YANG read/write status."
    REVISION "201612120000Z"
    DESCRIPTION "Waveserver Rel 1.3 revision"
    REVISION "201606270000Z"
    DESCRIPTION "Waveserver Rel 1.2 revised.  
Restructuring of the module."
    REVISION "201505200000Z"
    DESCRIPTION "Initial version."
    ::= { cienaWsConfig 4 }

AlarmReason ::= TEXTUAL-CONVENTION
    STATUS current
    DESCRIPTION "None"
    SYNTAX INTEGER { reset(1), set(2), acknowledge(5), clear(6), delete(7), config(9) }

AlarmSeverity ::= TEXTUAL-CONVENTION
    STATUS current
    DESCRIPTION "None"
    SYNTAX INTEGER { cleared(1), critical(3), major(4), minor(5), warning(6), info(8) }

cwsAlarmActiveTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsAlarmActiveEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Active alarms"
    ::= { cienaWsAlarmMIB 3 }

cwsAlarmActiveEntry OBJECT-TYPE
    SYNTAX CwsAlarmActiveEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsAlarmActiveTable."
    INDEX { cwsAlarmActiveAlarmInstanceId }
    ::= { cwsAlarmActiveTable 1 }

CwsAlarmActiveEntry ::= SEQUENCE { 
    cwsAlarmActiveAlarmInstanceId Integer32,
    cwsAlarmActiveAcknowledged TruthValue,
    cwsAlarmActiveAlarmTableId Unsigned32,
    cwsAlarmActiveSeverity AlarmSeverity,
    cwsAlarmActiveLocalDateTime StringMaxl32,
    cwsAlarmActiveInstance StringMaxl32,
    cwsAlarmActiveDescription StringMaxl44,
    cwsAlarmActiveSiteIdentifier Unsigned32,
    cwsAlarmActiveGroupIdentifier Unsigned32,
    cwsAlarmActiveMemberIdentifier Unsigned32 
}

cwsAlarmActiveAlarmInstanceId OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "The alarm Instance ID"
    ::= { cwsAlarmActiveEntry 1 }

cwsAlarmActiveAcknowledged OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Alarm has been acknowledged."
    ::= { cwsAlarmActiveEntry 2 }

cwsAlarmActiveAlarmTableId OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm table ID."
    ::= { cwsAlarmActiveEntry 3 }

cwsAlarmActiveSeverity OBJECT-TYPE
    SYNTAX AlarmSeverity
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm severity."
    ::= { cwsAlarmActiveEntry 4 }

cwsAlarmActiveLocalDateTime OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The local date and time when alarm was raised."
    ::= { cwsAlarmActiveEntry 5 }

cwsAlarmActiveInstance OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The object instance the alarm is raised against."
    ::= { cwsAlarmActiveEntry 6 }

cwsAlarmActiveDescription OBJECT-TYPE
    SYNTAX StringMaxl44
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm description."
    ::= { cwsAlarmActiveEntry 7 }

cwsAlarmActiveSiteIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify the site where this Waveserver is located."
    ::= { cwsAlarmActiveEntry 8 }

cwsAlarmActiveGroupIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify a group of Waveservers within a site."
    ::= { cwsAlarmActiveEntry 9 }

cwsAlarmActiveMemberIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify a Waveserver chassis within a group of Waveservers. Initial configuration of this identifier automatically assigns 2 specific wavelengths for the Ciena wavelength grid to the Wavelogic 3 Extreme ports 1 and 12. Wavelengths can also be manually assigned independently."
    ::= { cwsAlarmActiveEntry 10 }

cwsAlarmHistoryTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsAlarmHistoryEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Alarm history"
    ::= { cienaWsAlarmMIB 4 }

cwsAlarmHistoryEntry OBJECT-TYPE
    SYNTAX CwsAlarmHistoryEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsAlarmHistoryTable."
    INDEX { cwsAlarmHistoryHistoryId }
    ::= { cwsAlarmHistoryTable 1 }

CwsAlarmHistoryEntry ::= SEQUENCE { 
    cwsAlarmHistoryHistoryId Integer32,
    cwsAlarmHistoryReason AlarmReason,
    cwsAlarmHistoryAlarmInstanceId Unsigned32,
    cwsAlarmHistoryAlarmTableId Unsigned32,
    cwsAlarmHistorySeverity AlarmSeverity,
    cwsAlarmHistoryLocalDateTime StringMaxl32,
    cwsAlarmHistoryInstance StringMaxl32,
    cwsAlarmHistoryDescription StringMaxl44,
    cwsAlarmHistorySiteIdentifier Unsigned32,
    cwsAlarmHistoryGroupIdentifier Unsigned32,
    cwsAlarmHistoryMemberIdentifier Unsigned32 
}

cwsAlarmHistoryHistoryId OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "The alarm history ID"
    ::= { cwsAlarmHistoryEntry 1 }

cwsAlarmHistoryReason OBJECT-TYPE
    SYNTAX AlarmReason
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The reason for the alarm condition."
    ::= { cwsAlarmHistoryEntry 2 }

cwsAlarmHistoryAlarmInstanceId OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm instance ID."
    ::= { cwsAlarmHistoryEntry 3 }

cwsAlarmHistoryAlarmTableId OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm table ID."
    ::= { cwsAlarmHistoryEntry 4 }

cwsAlarmHistorySeverity OBJECT-TYPE
    SYNTAX AlarmSeverity
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm severity."
    ::= { cwsAlarmHistoryEntry 5 }

cwsAlarmHistoryLocalDateTime OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The local date and time when alarm was raised."
    ::= { cwsAlarmHistoryEntry 6 }

cwsAlarmHistoryInstance OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The object instance the alarm is raised against."
    ::= { cwsAlarmHistoryEntry 7 }

cwsAlarmHistoryDescription OBJECT-TYPE
    SYNTAX StringMaxl44
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm description."
    ::= { cwsAlarmHistoryEntry 8 }

cwsAlarmHistorySiteIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify the site where this Waveserver is located."
    ::= { cwsAlarmHistoryEntry 9 }

cwsAlarmHistoryGroupIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify a group of Waveservers within a site."
    ::= { cwsAlarmHistoryEntry 10 }

cwsAlarmHistoryMemberIdentifier OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "An integer to uniquely identify a Waveserver chassis within a group of Waveservers. Initial configuration of this identifier automatically assigns 2 specific wavelengths for the Ciena wavelength grid to the Wavelogic 3 Extreme ports 1 and 12. Wavelengths can also be manually assigned independently."
    ::= { cwsAlarmHistoryEntry 11 }

cwsAlarmDefinedTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsAlarmDefinedEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Defined Alarm Table"
    ::= { cienaWsAlarmMIB 5 }

cwsAlarmDefinedEntry OBJECT-TYPE
    SYNTAX CwsAlarmDefinedEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsAlarmDefinedTable."
    INDEX { cwsAlarmDefinedAlarmTableId }
    ::= { cwsAlarmDefinedTable 1 }

CwsAlarmDefinedEntry ::= SEQUENCE { 
    cwsAlarmDefinedAlarmTableId Integer32,
    cwsAlarmDefinedEnabled TruthValue,
    cwsAlarmDefinedActive TruthValue,
    cwsAlarmDefinedThreshold Unsigned32,
    cwsAlarmDefinedCap Unsigned32,
    cwsAlarmDefinedSeverity AlarmSeverity,
    cwsAlarmDefinedInstance StringMaxl16,
    cwsAlarmDefinedDescription StringMaxl44 
}

cwsAlarmDefinedAlarmTableId OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "The alarm table ID."
    ::= { cwsAlarmDefinedEntry 1 }

cwsAlarmDefinedEnabled OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Alarm is enabled."
    ::= { cwsAlarmDefinedEntry 2 }

cwsAlarmDefinedActive OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "Alarm is active."
    ::= { cwsAlarmDefinedEntry 3 }

cwsAlarmDefinedThreshold OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm threshold."
    ::= { cwsAlarmDefinedEntry 4 }

cwsAlarmDefinedCap OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm cap."
    ::= { cwsAlarmDefinedEntry 5 }

cwsAlarmDefinedSeverity OBJECT-TYPE
    SYNTAX AlarmSeverity
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm severity."
    ::= { cwsAlarmDefinedEntry 6 }

cwsAlarmDefinedInstance OBJECT-TYPE
    SYNTAX StringMaxl16
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The object instance the alarm is raised against."
    ::= { cwsAlarmDefinedEntry 7 }

cwsAlarmDefinedDescription OBJECT-TYPE
    SYNTAX StringMaxl44
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm description."
    ::= { cwsAlarmDefinedEntry 8 }

cwsAlarmStatisticsTable OBJECT-TYPE
    SYNTAX SEQUENCE OF CwsAlarmStatisticsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Waveserver Alarm Statistics."
    ::= { cienaWsAlarmMIB 6 }

cwsAlarmStatisticsEntry OBJECT-TYPE
    SYNTAX CwsAlarmStatisticsEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "Entry for cwsAlarmStatisticsTable."
    INDEX { cwsAlarmStatisticsIndex }
    ::= { cwsAlarmStatisticsTable 1 }

CwsAlarmStatisticsEntry ::= SEQUENCE { 
    cwsAlarmStatisticsIndex Integer32,
    cwsAlarmStatisticsActive TruthValue,
    cwsAlarmStatisticsDisabled TruthValue,
    cwsAlarmStatisticsCount Unsigned32,
    cwsAlarmStatisticsCumulative Unsigned32,
    cwsAlarmStatisticsType StringMaxl32 
}

cwsAlarmStatisticsIndex OBJECT-TYPE
    SYNTAX Integer32(0..2147483647)
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION "The alarm statistics table index."
    ::= { cwsAlarmStatisticsEntry 1 }

cwsAlarmStatisticsActive OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "There is alarm active for the alarm type"
    ::= { cwsAlarmStatisticsEntry 2 }

cwsAlarmStatisticsDisabled OBJECT-TYPE
    SYNTAX TruthValue
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "There is alarm disabled for the alarm type"
    ::= { cwsAlarmStatisticsEntry 3 }

cwsAlarmStatisticsCount OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The count of active alarms for the alarm type"
    ::= { cwsAlarmStatisticsEntry 4 }

cwsAlarmStatisticsCumulative OBJECT-TYPE
    SYNTAX Unsigned32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The cumulative count of active alarms for the alarm type "
    ::= { cwsAlarmStatisticsEntry 5 }

cwsAlarmStatisticsType OBJECT-TYPE
    SYNTAX StringMaxl32
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION "The alarm type."
    ::= { cwsAlarmStatisticsEntry 6 }



-- Conformance statements
cienaWsAlarmObjects OBJECT IDENTIFIER
    ::= { cienaWsAlarmMIB 1 }

cienaWsAlarmConformance OBJECT IDENTIFIER
    ::= { cienaWsAlarmMIB 2 }

cienaWsAlarmGroups OBJECT IDENTIFIER
    ::= { cienaWsAlarmConformance 1 }

cienaWsAlarmGroup OBJECT-GROUP
    OBJECTS { 
        cwsAlarmActiveAcknowledged,
        cwsAlarmActiveAlarmTableId,
        cwsAlarmActiveSeverity,
        cwsAlarmActiveLocalDateTime,
        cwsAlarmActiveInstance,
        cwsAlarmActiveDescription,
        cwsAlarmActiveSiteIdentifier,
        cwsAlarmActiveGroupIdentifier,
        cwsAlarmActiveMemberIdentifier,
        cwsAlarmHistoryReason,
        cwsAlarmHistoryAlarmInstanceId,
        cwsAlarmHistoryAlarmTableId,
        cwsAlarmHistorySeverity,
        cwsAlarmHistoryLocalDateTime,
        cwsAlarmHistoryInstance,
        cwsAlarmHistoryDescription,
        cwsAlarmHistorySiteIdentifier,
        cwsAlarmHistoryGroupIdentifier,
        cwsAlarmHistoryMemberIdentifier,
        cwsAlarmDefinedEnabled,
        cwsAlarmDefinedActive,
        cwsAlarmDefinedThreshold,
        cwsAlarmDefinedCap,
        cwsAlarmDefinedSeverity,
        cwsAlarmDefinedInstance,
        cwsAlarmDefinedDescription,
        cwsAlarmStatisticsActive,
        cwsAlarmStatisticsDisabled,
        cwsAlarmStatisticsCount,
        cwsAlarmStatisticsCumulative,
        cwsAlarmStatisticsType
    }
    STATUS current
    DESCRIPTION "Conformance Group"
    ::= { cienaWsAlarmGroups 1 }

cienaWsAlarmCompliances OBJECT IDENTIFIER
    ::= { cienaWsAlarmConformance 2 }

cienaWsAlarmCompliance MODULE-COMPLIANCE
    STATUS current
    DESCRIPTION "Compliance"
    MODULE MANDATORY-GROUPS { cienaWsAlarmGroup }
    ::= { cienaWsAlarmCompliances 1 }

END -- End module