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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
|
ADTRAN-AOS-DS1-EXT DEFINITIONS ::= BEGIN
IMPORTS
Unsigned32, OBJECT-TYPE, OBJECT-IDENTITY,
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
TimeStamp
FROM SNMPv2-TC
InterfaceIndex, ifIndex
FROM IF-MIB
adIdentity
FROM ADTRAN-MIB
adGenAOSConformance, adGenAOSWan
FROM ADTRAN-AOS;
adGenAOSDs1ThresholdsMib MODULE-IDENTITY
LAST-UPDATED "200507060000Z"
ORGANIZATION "ADTRAN, Inc."
CONTACT-INFO
"Technical Support Dept.
Postal: ADTRAN, Inc.
901 Explorer Blvd.
Huntsville, AL 35806
Tel: +1 800 726-8663
Fax: +1 256 963 6217
E-mail: support@adtran.com"
DESCRIPTION
"A MIB module for checking different thresholds of DS1 line statistics."
::= { adIdentity 10000 53 6 1 }
-- OBJECT IDENTIFIER
adGenAOSDs1Threshold OBJECT IDENTIFIER ::= { adGenAOSWan 1 }
adGenAOSDs1ThresholdTraps OBJECT-IDENTITY
STATUS current
DESCRIPTION "This trap indicates that a DS1 threshold status has changed."
::= { adGenAOSDs1Threshold 0 }
adGenAOSDs1ThresholdsReachedTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdGenAOSDs1ThresholdsReachedEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains a bitmap showing which thresholds have been exceeded."
::= { adGenAOSDs1Threshold 1 }
adGenAOSDs1ThresholdsReachedEntry OBJECT-TYPE
SYNTAX AdGenAOSDs1ThresholdsReachedEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This entry specifies which DS1 Thresholds have been exceeded."
INDEX { ifIndex }
::= { adGenAOSDs1ThresholdsReachedTable 1}
AdGenAOSDs1ThresholdsReachedEntry ::=
SEQUENCE {
adGenAOSDs1Index InterfaceIndex,
adGenAOSDs1ThresholdAlarms BITS,
adGenAOSDs1PreviousThresholdAlarms BITS,
adGenAOSDs1LastThresholdChange TimeStamp
}
adGenAOSDs1Index OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value for this object is equal to the value
of ifIndex from the Interfaces table of MIB II
(RFC 1213)."
::= { adGenAOSDs1ThresholdsReachedEntry 1 }
adGenAOSDs1ThresholdAlarms OBJECT-TYPE
SYNTAX BITS {
ds1ThresholdReached15MinBES(0),
ds1ThresholdReached15MinCSS(1),
ds1ThresholdReached15MinDM(2),
ds1ThresholdReached15MinES(3),
ds1ThresholdReached15MinLCV(4),
ds1ThresholdReached15MinLES(5),
ds1ThresholdReached15MinPCV(6),
ds1ThresholdReached15MinSES(7),
ds1ThresholdReached15MinSEFS(8),
ds1ThresholdReached15MinUAS(9),
ds1ThresholdReached24HrBES(10),
ds1ThresholdReached24HrCSS(11),
ds1ThresholdReached24HrDM(12),
ds1ThresholdReached24HrES(13),
ds1ThresholdReached24HrLCV(14),
ds1ThresholdReached24HrLES(15),
ds1ThresholdReached24HrPCV(16),
ds1ThresholdReached24HrSES(17),
ds1ThresholdReached24HrSEFS(18),
ds1ThresholdReached24HrUAS(19)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the various DS1 error thresholds that are presently crossed.
The bit 'ds1ThresholdReached15MinBES(0)' indicates that the 15 minute threshold for
bursty errored seconds has been reached.
The bit 'ds1ThresholdReached15MinCSS(1)' indicates that the 15 minute threshold for
controlled slip seconds has been reached.
The bit 'ds1ThresholdReached15MinDM(2)' indicates that the 15 minute threshold for
degraded minutes has been reached
The bit 'ds1ThresholdReached15MinES(3)' indicates that the 15 minute threshold for
errored seconds has been reached.
The bit 'ds1ThresholdReached15MinLCV(4)' indicates that the 15 minute threshold for
line code violations has been reached.
The bit 'ds1ThresholdReached15MinLES(5)' indicates that the 15 minute threshold for
line errored seconds has been reached.
The bit 'ds1ThresholdReached15MinPCV(6)' indicates that the 15 minute threshold for
path coding violations has been reached.
The bit 'ds1ThresholdReached15MinSES(7)' indicates that the 15 minute threshold for
severely errored seconds has been reached.
The bit 'ds1ThresholdReached15MinSEFS(8)' indicates that the 15 minute threshold for
serverly errored framing seconds has been reached.
The bit 'ds1ThresholdReached15MinUAS(9)' indicates that the 15 minute threshold for
unavailable seconds has been reached.
The bit 'ds1ThresholdReached24HrBES(10)' indicates that the 24 hour threshold for
bursty errored seconds has been reached.
The bit 'ds1ThresholdReached24HrCSS(11)' indicates that the 24 hour threshold for
controlled slip seconds has been reached.
The bit 'ds1ThresholdReached24HrDM(12)' indicates that the 24 hour threshold for
degraded minutes has been reached.
The bit 'ds1ThresholdReached24HrES(13)' indicates that the 24 hour threshold for
errored seconds has been reached.
The bit 'ds1ThresholdReached24HrLCV(14)' indicates that the 24 hour threshold for
line code violations has been reached.
The bit 'ds1ThresholdReached24HrLES(15)' indicates that the 24 hour threshold for
line errored seconds has been reached.
The bit 'ds1ThresholdReached24HrPCV(16)' indicates that the 24 hour threshold for
path code violations has been reached.
The bit 'ds1ThresholdReached24HrSES(17)' indicates that the 24 hour threshold for
severely errored seconds has been reached.
The bit 'ds1ThresholdReached24HrSEFS(18)' indicates that the 24 hour threshold for
severely errored framing seconds has been reached.
The bit 'ds1ThresholdReached24HrUAS(19)' indicates that the 24 hour threshold for
unavailable seconds has been reached."
::= { adGenAOSDs1ThresholdsReachedEntry 2 }
adGenAOSDs1PreviousThresholdAlarms OBJECT-TYPE
SYNTAX BITS {
ds1ThresholdReached15MinBES(0),
ds1ThresholdReached15MinCSS(1),
ds1ThresholdReached15MinDM(2),
ds1ThresholdReached15MinES(3),
ds1ThresholdReached15MinLCV(4),
ds1ThresholdReached15MinLES(5),
ds1ThresholdReached15MinPCV(6),
ds1ThresholdReached15MinSES(7),
ds1ThresholdReached15MinSEFS(8),
ds1ThresholdReached15MinUAS(9),
ds1ThresholdReached24HrBES(10),
ds1ThresholdReached24HrCSS(11),
ds1ThresholdReached24HrDM(12),
ds1ThresholdReached24HrES(13),
ds1ThresholdReached24HrLCV(14),
ds1ThresholdReached24HrLES(15),
ds1ThresholdReached24HrPCV(16),
ds1ThresholdReached24HrSES(17),
ds1ThresholdReached24HrSEFS(18),
ds1ThresholdReached24HrUAS(19)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object describes the various DS1 error thresholds that were crossed before the last threshold change.
The bit 'ds1ThresholdReached15MinBES(0)' indicates that the 15 minute threshold for
bursty errored seconds has been reached.
The bit 'ds1ThresholdReached15MinCSS(1)' indicates that the 15 minute threshold for
controlled slip seconds has been reached.
The bit 'ds1ThresholdReached15MinDM(2)' indicates that the 15 minute threshold for
degraded minutes has been reached
The bit 'ds1ThresholdReached15MinES(3)' indicates that the 15 minute threshold for
errored seconds has been reached.
The bit 'ds1ThresholdReached15MinLCV(4)' indicates that the 15 minute threshold for
line code violations has been reached.
The bit 'ds1ThresholdReached15MinLES(5)' indicates that the 15 minute threshold for
line errored seconds has been reached.
The bit 'ds1ThresholdReached15MinPCV(6)' indicates that the 15 minute threshold for
path coding violations has been reached.
The bit 'ds1ThresholdReached15MinSES(7)' indicates that the 15 minute threshold for
severely errored seconds has been reached.
The bit 'ds1ThresholdReached15MinSEFS(8)' indicates that the 15 minute threshold for
serverly errored framing seconds has been reached.
The bit 'ds1ThresholdReached15MinUAS(9)' indicates that the 15 minute threshold for
unavailable seconds has been reached.
The bit 'ds1ThresholdReached24HrBES(10)' indicates that the 24 hour threshold for
bursty errored seconds has been reached.
The bit 'ds1ThresholdReached24HrCSS(11)' indicates that the 24 hour threshold for
controlled slip seconds has been reached.
The bit 'ds1ThresholdReached24HrDM(12)' indicates that the 24 hour threshold for
degraded minutes has been reached.
The bit 'ds1ThresholdReached24HrES(13)' indicates that the 24 hour threshold for
errored seconds has been reached.
The bit 'ds1ThresholdReached24HrLCV(14)' indicates that the 24 hour threshold for
line code violations has been reached.
The bit 'ds1ThresholdReached24HrLES(15)' indicates that the 24 hour threshold for
line errored seconds has been reached.
The bit 'ds1ThresholdReached24HrPCV(16)' indicates that the 24 hour threshold for
path code violations has been reached.
The bit 'ds1ThresholdReached24HrSES(17)' indicates that the 24 hour threshold for
severely errored seconds has been reached.
The bit 'ds1ThresholdReached24HrSEFS(18)' indicates that the 24 hour threshold for
severely errored framing seconds has been reached.
The bit 'ds1ThresholdReached24HrUAS(19)' indicates that the 24 hour threshold for
unavailable seconds has been reached."
::= { adGenAOSDs1ThresholdsReachedEntry 3 }
adGenAOSDs1LastThresholdChange OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of time router had been up when the threshold status last changed."
::= { adGenAOSDs1ThresholdsReachedEntry 4 }
adGenAOSDs1Threshold15MinBES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"BES 15 minute threshold."
DEFVAL { 10 }
::= { adGenAOSDs1Threshold 2 }
adGenAOSDs1Threshold15MinCSS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"CSS 15 minute threshold."
DEFVAL { 1 }
::= { adGenAOSDs1Threshold 3 }
adGenAOSDs1Threshold15MinDM OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DM 15 minute threshold."
DEFVAL { 1 }
::= { adGenAOSDs1Threshold 4 }
adGenAOSDs1Threshold15MinES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"ES 15 minute threshold."
DEFVAL { 65 }
::= { adGenAOSDs1Threshold 5 }
adGenAOSDs1Threshold15MinLCV OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LCV 15 minute threshold."
DEFVAL { 13340 }
::= { adGenAOSDs1Threshold 6 }
adGenAOSDs1Threshold15MinLES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LES 15 minute threshold."
DEFVAL { 65 }
::= { adGenAOSDs1Threshold 7 }
adGenAOSDs1Threshold15MinPCV OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"PCV 15 minute threshold."
DEFVAL { 72 }
::= { adGenAOSDs1Threshold 8 }
adGenAOSDs1Threshold15MinSES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SES 15 minute threshold."
DEFVAL { 10 }
::= { adGenAOSDs1Threshold 9 }
adGenAOSDs1Threshold15MinSEFS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SEFS 15 minute threshold."
DEFVAL { 2 }
::= { adGenAOSDs1Threshold 10 }
adGenAOSDs1Threshold15MinUAS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"UAS 15 minute threshold."
DEFVAL { 10 }
::= { adGenAOSDs1Threshold 11 }
adGenAOSDs1Threshold24HrBES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"BES 24 hour threshold."
DEFVAL { 100 }
::= { adGenAOSDs1Threshold 12 }
adGenAOSDs1Threshold24HrCSS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"CSS 24 hour threshold."
DEFVAL { 4 }
::= { adGenAOSDs1Threshold 13 }
adGenAOSDs1Threshold24HrDM OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"DM 24 hour threshold."
DEFVAL { 4 }
::= { adGenAOSDs1Threshold 14 }
adGenAOSDs1Threshold24HrES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"ES 24 hour threshold."
DEFVAL { 648 }
::= { adGenAOSDs1Threshold 15 }
adGenAOSDs1Threshold24HrLCV OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LCV 24 hour threshold."
DEFVAL { 133400 }
::= { adGenAOSDs1Threshold 16 }
adGenAOSDs1Threshold24HrLES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LES 24 hour threshold."
DEFVAL { 648 }
::= { adGenAOSDs1Threshold 17 }
adGenAOSDs1Threshold24HrPCV OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"PCV 24 hour threshold."
DEFVAL { 691 }
::= { adGenAOSDs1Threshold 18 }
adGenAOSDs1Threshold24HrSES OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SES 24 hour threshold."
DEFVAL { 100 }
::= { adGenAOSDs1Threshold 19 }
adGenAOSDs1Threshold24HrSEFS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SEFS 24 hour threshold."
DEFVAL { 17 }
::= { adGenAOSDs1Threshold 20 }
adGenAOSDs1Threshold24HrUAS OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"UAS 24 hour threshold."
DEFVAL { 10 }
::= { adGenAOSDs1Threshold 21 }
-- Traps
adGenAOSDs1ThresholdReached NOTIFICATION-TYPE
OBJECTS { adGenAOSDs1ThresholdAlarms, adGenAOSDs1PreviousThresholdAlarms, adGenAOSDs1LastThresholdChange }
STATUS current
DESCRIPTION
"This trap indicates that a DS1 threshold status has changed."
::= { adGenAOSDs1ThresholdTraps 1 }
-- conformance information
adGenAOSDs1ThresholdConformance
OBJECT IDENTIFIER ::= { adGenAOSConformance 6 }
adAOSDs1ThresholdCompliances
OBJECT IDENTIFIER ::= { adGenAOSDs1ThresholdConformance 1 }
adAOSDs1ThresholdGroups
OBJECT IDENTIFIER ::= { adGenAOSDs1ThresholdConformance 2 }
-- compliance statements
adAOSDs1ThresholdCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMPv2 entities which
implement the AOS Unit MIB."
MODULE
MANDATORY-GROUPS { adGenAOSDs1ThresholdGroup }
::= { adAOSDs1ThresholdCompliances 1 }
-- units of conformance
adGenAOSDs1ThresholdGroup OBJECT-GROUP
OBJECTS {
adGenAOSDs1Index,
adGenAOSDs1PreviousThresholdAlarms,
adGenAOSDs1LastThresholdChange,
adGenAOSDs1ThresholdAlarms,
adGenAOSDs1Threshold15MinBES,
adGenAOSDs1Threshold15MinCSS,
adGenAOSDs1Threshold15MinDM,
adGenAOSDs1Threshold15MinES,
adGenAOSDs1Threshold15MinLCV,
adGenAOSDs1Threshold15MinLES,
adGenAOSDs1Threshold15MinPCV,
adGenAOSDs1Threshold15MinSES,
adGenAOSDs1Threshold15MinSEFS,
adGenAOSDs1Threshold15MinUAS,
adGenAOSDs1Threshold24HrBES,
adGenAOSDs1Threshold24HrCSS,
adGenAOSDs1Threshold24HrDM,
adGenAOSDs1Threshold24HrES,
adGenAOSDs1Threshold24HrLCV,
adGenAOSDs1Threshold24HrLES,
adGenAOSDs1Threshold24HrPCV,
adGenAOSDs1Threshold24HrSES,
adGenAOSDs1Threshold24HrSEFS,
adGenAOSDs1Threshold24HrUAS
}
STATUS current
DESCRIPTION
"The DS1 Threshold Group."
::= { adAOSDs1ThresholdGroups 1 }
END
|