-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDEVTRAPS-MIB
629 lines (548 loc) · 18 KB
/
DEVTRAPS-MIB
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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
DEVTRAPS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
device
FROM ANIROOT-MIB;
-- Device Trap Mib (Common to BSU/SU)
aniDevTrap MODULE-IDENTITY
LAST-UPDATED "0105091130Z" -- Wed May 9 11:30:00 PDT 2001
ORGANIZATION "Aperto Networks"
CONTACT-INFO
"
Postal: Aperto Networks Inc
1637 S Main Street
Milpitas, California 95035
Tel: +1 408 719 9977
"
DESCRIPTION
"The trap group.
"
::= { device 10 }
aniDevTrapControl OBJECT IDENTIFIER ::= { aniDevTrap 1 }
aniDevTraps OBJECT IDENTIFIER ::= { aniDevTrap 0 }
aniDevControlTrapGeneration OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable SNMP Trap Generation."
--DEFAULT next-function-async std_next_async
::= { aniDevTrapControl 1 }
aniDevTrapSuSyncAcquired NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated by LKAD when SYNC is acquired.
"
::= { aniDevTraps 1 }
aniDevTrapBsuSuUp NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by BSU to report that SU is
operational.
"
::= { aniDevTraps 2 }
aniDevTrapBsuSuDown NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by BSU to report that SU is down.
"
::= { aniDevTraps 3 }
aniDevTrapSuBsuUp NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by SU to report that BSU is
operational.
"
::= { aniDevTraps 4 }
aniDevTrapSuBsuDown NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by SU to report that BSU is down.
"
::= { aniDevTraps 5 }
aniDevTrapDhcpFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when DHCP fails.
"
::= { aniDevTraps 6 }
aniDevTrapConfigDownloadFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when Config file download fails.
"
::= { aniDevTraps 7 }
aniDevTrapRamTooLow NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out to indicate that the RAM is
too low.
"
::= { aniDevTraps 8 }
aniDevTrapRamNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out to indicate that the RAM
available is normal.
This trap is sent out to indicate that the
aniDevTrapRamTooLow alarm is cleared.
"
::= { aniDevTraps 9 }
aniDevTrapModemPllNotLocked NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"The Modem PLL (Phase Locked Loop) not locked trap.
"
::= { aniDevTraps 10 }
aniDevTrapModemPllNotLockedClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"The Modem PLL (Phase Locked Loop) not locked trap cleared.
This trap is sent out to indicate that the
aniDevTrapModemPllNotLocked alarm is cleared.
"
::= { aniDevTraps 11 }
aniDevTrapRadioVoltReg NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates a Radio Voltage Failure.
It is sent out by both BSU and SU.
"
::= { aniDevTraps 12 }
aniDevTrapRadioVoltRegClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when aniDevTrapRadioVoltReg
(Radio Voltage Failure) alarm is cleared.
It is sent out by both BSU and SU.
"
::= { aniDevTraps 13 }
aniDevTrapRadioSynthNotLocked NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when the Radio Synthesizer
is not locked.
It is sent out by BSU and SU.
"
::= { aniDevTraps 14 }
aniDevTrapRadioSynthNotLockedClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by BSU and SU to indicate that
aniDevTrapRadioSynthNotLocked is cleared.
"
::= { aniDevTraps 15 }
aniDevTrapBsuFanStatus NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when a fan on BSU is not
operational.
"
::= { aniDevTraps 16 }
aniDevTrapBsuFanStatusClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent to indicate that aniDevTrapBsuFanStatus
is cleared, that is, the fan on BSU is operational again.
"
::= { aniDevTraps 17 }
aniDevTrapBsuDc12vStatus NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is generated when a 12V DC power failure occurs
on the BSU.
"
::= { aniDevTraps 18 }
aniDevTrapBsuDc12vStatusClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates that aniDevTrapBsuDc12vStatus alarm
on the BSU has been cleared.
"
::= { aniDevTraps 19 }
aniDevTrapMssPllNotLocked NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"The MSS PLL (Phase Locked Loop) not locked trap
which is sent out by BSU.
"
::= { aniDevTraps 20 }
aniDevTrapMssPllNotLockedClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates that aniDevTrapMssPllNotLocked alarm
on the BSU has been cleared.
"
::= { aniDevTraps 21 }
aniDevTrapBsuTempTooLow NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This indicates that the temperature on the BSU is below
the operating limits. A temperature sensor on the BSU
checks the operating temperature of the system board.
"
::= { aniDevTraps 22 }
aniDevTrapBsuTempTooHigh NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This indicates that the temperature on the BSU is above
the operating limits. A temperature sensor on the BSU
checks the operating temperature of the system board.
"
::= { aniDevTraps 23 }
aniDevTrapBsuTempNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This indicates that the temperature on the BSU is within
the operating limits.
It shows that either the aniDevTrapBsuTempTooLow or
aniDevTrapBsuTempTooHigh alarm on the BSU has been cleared.
"
::= { aniDevTraps 24 }
aniDevTrapFlashSpaceTooLow NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the disk space on file system
is too low.
It can be sent out by either BSU or SU.
"
::= { aniDevTraps 25 }
aniDevTrapFlashSpaceNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the disk space on file system
is again normal.
It can be sent out by either BSU or SU to clear the
aniDevTrapFlashSpaceTooLow alarm.
"
::= { aniDevTraps 26 }
aniDevTrapNvramCorrupted NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the NVRAM is corrupted.
64 kB of NVRAM is allocated from the first block
of flash on both BSU and SU. A checksum is maintained
whenever some value if stored in it.
"
::= { aniDevTraps 27 }
aniDevTrapNvramCorruptionClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates that aniDevTrapNvramCorrupted
alarm has been cleared.
"
::= { aniDevTraps 28 }
aniDevTrapFileSysCorrupted NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates that the file system
has been corrupted.
It can be sent out by either BSU or SU.
"
::= { aniDevTraps 29 }
aniDevTrapFileSysCorruptionClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap indicates that aniDevTrapFileSysCorrupted
alarm has been cleared.
It can be sent out by either BSU or SU.
"
::= { aniDevTraps 30 }
aniDevTrapSmtpConnectFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the connection to the
SMTP server fails.
It can be sent out by either BSU or SU.
"
::= { aniDevTraps 31 }
aniDevTrapSmtpDisabled NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when SMTP is disabled on the
system (either BSU or SU).
"
::= { aniDevTraps 32 }
aniDevTrapSwWatchdogReset NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when SU is reset by the Software
Watchdog. The Software Watchdog feature detects low memory
and task suspended cases, sends out the trap and reboots
the device.
"
::= { aniDevTraps 33 }
aniDevTrapNatFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when NAT failure occurs.
It is sent out by SU.
"
::= { aniDevTraps 34 }
aniDevTrapCurrentImageCorrupted NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out to indicate that the current image
is corrupted.
It can be sent out by both BSU or SU.
"
::= { aniDevTraps 35 }
aniDevTrapBsuSuFailedReg NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the BSU-SU registration fails.
"
::= { aniDevTraps 36 }
aniDevTrapDefaultConfigFileNotFound NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the default configuration
file is not found.
It can be sent out by both BSU or SU.
"
::= { aniDevTraps 37 }
aniDevTrapCurrentBsuState NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap shows the current BSU State.
"
::= { aniDevTraps 38 }
aniDevTrapCurrentSuState NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap shows the current SU State.
"
::= { aniDevTraps 39 }
aniDevTrapMemBufferTooLow NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the memory buffer is too low.
It can be sent out by either BSU or SU.
"
::= { aniDevTraps 40 }
aniDevTrapMemBufferNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the memory buffer is again
normal.
It can be sent out by either BSU or SU to clear the
aniDevMemBufferTooLow alarm.
"
::= { aniDevTraps 41 }
aniDevTrapConfigFileVersionCheckFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when there is a problem in the version
of the config file. It is sent out when either the version
information is missing or if there is a mismatch in the
version.
"
::= { aniDevTraps 42 }
aniDevTrapDefaultFileVersionCheckFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when there is a problem in the version
of the default file. It is sent out when either the version
information is missing or if there is a mismatch in the
version.
"
::= { aniDevTraps 43 }
aniDevTrapConfigFileUploadFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the upload of the config file
fails.
"
::= { aniDevTraps 44 }
aniDevTrapConfigFileUploadChecksumFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when there is a checksum error
on the config file after the upload.
"
::= { aniDevTraps 45 }
aniDevTrapRunningBaselineImage NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when a baseline image is
running.
"
::= { aniDevTraps 46 }
aniDevTrapPowerSupplyFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by the BSU when there is a power
supply failure.
"
::= { aniDevTraps 48 }
aniDevTrapPowerSupplyNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by the BSU when the power supply is
normal again. It is sent out to indicate that the
aniDevTrapPowerSupplyFailure alarm is cleared.
"
::= { aniDevTraps 49 }
aniDevTrapRealtimeClockFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by the BSU when there is a real time
clock failure.
"
::= { aniDevTraps 50 }
aniDevTrapRealtimeClockNormal NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out by the BSU when the real time clock
is normal again. It is sent out to indicate that the
aniDevTrapRealtimeClockFailure alarm is cleared.
"
::= { aniDevTraps 51 }
aniDevTrapModelNumFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when there is an error
related to the model number.
"
::= { aniDevTraps 53 }
aniDevTrapConfigParseFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when there is an error in
the parsing of the configuration file.
"
::= { aniDevTraps 55 }
aniDevUpdateInventory NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out to notify configuration change in
SU customer name.
"
::= { aniDevTraps 56 }
aniDevTrapPppFailure NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever PPP fails to establish a session.
"
::= { aniDevTraps 57 }
aniDevTrapPppStatus NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent whenever a PPP link goes up or down.
"
::= { aniDevTraps 58 }
aniDevTrapFrequencyChange NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the channel frequency
is changed on the BSU and SU while they are in the
operational state.
"
::= { aniDevTraps 59 }
aniDevTrapPPPoeSessionUp NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the when a PPPoE Session comes up.
"
::= { aniDevTraps 62 }
aniDevTrapPPPoeOfferError NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the when no valid PPPoE Active Discovery Offer (PADO)
is received in response to a PPPoE Active Discovery Initiation (PADI) packet
or if no valid PPPoE Active Discovery Session-confirmation (PADS) is received
in response to a PPPoE Active Discovery Request (PADR) packet.
"
::= { aniDevTraps 63 }
aniDevTrapPPPoeSessionTerminate NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when a PPPoE Session is terminated.
"
::= { aniDevTraps 64 }
aniDevTrapEtherAutoNegotiate NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when device go back to auto-negotiate mode.
"
::= { aniDevTraps 65 }
aniDevTrapRadioInitError NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the radio can't be initialized.
Under an error condition this event will be generated prior to
SU becoming operational.
"
::= { aniDevTraps 66 }
aniDevTrapMaxPowerError NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when when the radio board can't reach maximum
configured power. This can be caused by a combination of faulty
(or very long) coaxial cable connecting IDU and ODU and/or extremely
hot weather or just bad calibration data on the radio board.
"
::= { aniDevTraps 67 }
aniDevTrapMaxPowerErrorClear NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the event aniDevTrapMaxPowerError has been cleared.
"
::= { aniDevTraps 68 }
aniDevTrapAgcTableNotCalibrated NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the AGC Table is not calibrated.
SODU platform relies on accurate calibration of the receive gain
throughout the entire receive chain. If the table is not correctly calibrated
or gets corrupted in the field, the SODU will have to fall back on default receive
power adjustment algorithm, which may be far from optimal. This problem doesn't stop
an SODU from getting operational but the downstream link quality can suffer.
"
::= { aniDevTraps 69 }
aniDevTrapFreqTableInvalidEntry NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the frequency table contains an invalid entry.
"
::= { aniDevTraps 70 }
aniDevTrapHtmlUnzippedError NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when html compressed zip files are either missing or
corrupted.
"
::= { aniDevTraps 71 }
aniDevTrapBootLineBackupUpdated NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the backup bootline parameters are updated to bring
them in sync with the actual boot parameters.
"
::= { aniDevTraps 72 }
aniDevTrapBootLineRestoredFromBackup NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the main bootline parameters are corrupted
and the system has to fall back on backup boot parameters.
"
::= { aniDevTraps 73 }
aniDevTrapNvramBackupUpdated NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out whenever the backup copy of NVRAM configuration
parameters is updated to bring them in sync with the actual NVRAM configuration.
"
::= { aniDevTraps 74 }
aniDevTrapNvramRestoredFromBackup NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent out when the main NVRAM configuration data is corrupted
and the system has to fall back on backup NVRAM configuration.
"
::= { aniDevTraps 75 }
END