summaryrefslogtreecommitdiff
path: root/MIBS/calix/AE-ALARM-TABLE-MIB
blob: 4ebfdc2e5d269d36c079b738120048f24ac3b453 (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
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
AE-ALARM-TABLE-MIB DEFINITIONS ::= BEGIN

IMPORTS

    MacAddress
        FROM SNMPv2-TC

    OBJECT-TYPE,
    NOTIFICATION-TYPE,
    MODULE-IDENTITY,
    Unsigned32,
    Integer32,
    IpAddress
        FROM SNMPv2-SMI

    calixNetworks,
    calixRegistrations,
    calixProducts,
    calixModules
        FROM CALIX-SMI

    AeEquipmentType,
    AeEquipmentInstance,
    AeAlarmType,
    AeCondStatus,
    AeCondSeverityLevel,
    AeCondServiceAffecting,
    AeTime,
    AeBriefText,
    AeText,
    AeFsanSerialNumber,
    AeMfgSerialNumber,
    AeSnmpVersion,
    AeOntModelNum,
    AeOntFirmwareVersion,
    AeOntRegistrationPeriod,
    AeOntState,
    AeRegistrationID,
    AeDeviceClass,
    AeConfigMethod,
    AeConfigFilename,
    AeConfigFileMarker,
    AeConfigMIC,
    AeDeviceStatus,
    AeConfigStatus
        FROM AE-TC
    ;

-- ******************************************************************************
--
--        GX OID Sstructure
--
-- ******************************************************************************

    pSeries OBJECT-IDENTITY
    STATUS current
    DESCRIPTION
        "The definitive identifier of the Calix Networks Active Ethernet ONT"
    ::= { calixProducts 5 }

    aeModules OBJECT-IDENTITY
    STATUS current
    DESCRIPTION
        "Sub-tree to register the values assigned to the GX ONT modules with the
        MODULE-IDENTITY construct."
    ::= { pSeries 1 }

    aeNotificationModule MODULE-IDENTITY
        LAST-UPDATED "200808270000Z"
        ORGANIZATION "Calix"
        CONTACT-INFO
            "Calix"
    DESCRIPTION
        "Describes all the notifications related to Calix Active Ethernet ONT product."
    ::= { aeModules 1 }

    aeNotification OBJECT IDENTIFIER ::= { pSeries 2 }
    aeNotificationObjects OBJECT IDENTIFIER ::= { aeNotification 1 }

    aeNotifications       OBJECT IDENTIFIER ::= { aeNotification 2 }

    aeAlarms              OBJECT IDENTIFIER ::= { pSeries 3 }

    aeOnt                 OBJECT IDENTIFIER ::= { pSeries 4 }

--    aePmModule            OBJECT IDENTIFIER ::= { pSeries 5 }

-- *******************************************************************************
--
--        GX ONT
--
-- *******************************************************************************

-------------------------------------------------------------------------------

aeOntMIBVersion OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object indicates the current MIB version.
         History log:
         Version 1: Initial version.
         Version 2: AE release 2.0
                    T1 and PWE3 alarms added.
                    T1 and PWE3 PM MIBs added."
    ::= { aeOnt 1 }

aeOntModelNum OBJECT-TYPE
    SYNTAX      AeOntModelNum
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "This object identifies the ONT Model Number."
    ::= { aeOnt 2 }

aeOntFsanSerNum OBJECT-TYPE
    SYNTAX      AeFsanSerialNumber
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "This object identifies the FSAN serial number."
    ::= { aeOnt 3 }

aeOntFirmwareVersion OBJECT-TYPE
    SYNTAX      AeOntFirmwareVersion
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object identifies the firmware version
         currently running on the ONT."
    ::= { aeOnt 4 }

aeOntRegistrationPeriod OBJECT-TYPE
    SYNTAX      AeOntRegistrationPeriod
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "This object identifies the time period (in seconds) between
         the sending of recurring ONT registraion SNMP traps."
    ::= { aeOnt 5 }

aeOntReset OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Write to this object would reinitialize the ONT"
    ::= { aeOnt 6 }

aeOntRegistrationID OBJECT-TYPE
    SYNTAX      AeRegistrationID
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION "This object identifies the Registration ID."
    ::= { aeOnt 7 }

aeOntRegisterState OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "Write to this object would transition the ONT to registered state"
    ::= { aeOnt 8 }

aeOntLabel OBJECT-TYPE
    SYNTAX      AeBriefText
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION "The descriptive label assigned to the ONT."
    ::= { aeOnt 9 }

aeOntConfigMethod OBJECT-TYPE
    SYNTAX      AeConfigMethod
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "ONT configuration method, i.e. config file, TR69, SNMP, etc"
    ::= { aeOnt 10 }

aeOntConfigFilename OBJECT-TYPE
    SYNTAX      AeConfigFilename
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "ONT configuration filename in used"
    ::= { aeOnt 11 }

aeOntConfigFileMarker OBJECT-TYPE
    SYNTAX      AeConfigFileMarker
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "ONT configuration filename marker"
    ::= { aeOnt 12 }

aeOntConfigFileMIC OBJECT-TYPE
    SYNTAX      AeConfigMIC
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "ONT configuration filename message integrity code"
    ::= { aeOnt 13 }

aeOntPrimaryManagementServer OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "Primary management server IP address"
    ::= { aeOnt 14 }

aeOntDeviceStatus OBJECT-TYPE
    SYNTAX      AeDeviceStatus
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "Device status, i.e., acquired IP address, configured with ONT specific
                 file, generic file, cached file, etc"
    ::= { aeOnt 15 }

aeOntConfigStatus OBJECT-TYPE
    SYNTAX      AeConfigStatus
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "Configuration status, i.e., no errors, configured with errors, not configured"
    ::= { aeOnt 16 }

aeOntManagementVlanId OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "Management VLAN ID"
    ::= { aeOnt 17 }

aeOntMfgSerNum OBJECT-TYPE
    SYNTAX      AeMfgSerialNumber
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "This object identifies the MFG serial number."
    ::= { aeOnt 18 }

-- *******************************************************************************
--
--        Notification Objects
--
-- *******************************************************************************

-- Notification objects for ONT Alarm Traps

aeTrapSequenceNo OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Uniquely identifies each alarm trap that is transmitted by the ONT.
         The value Increment for each alarm trap that is transmitted.
         The first trap has a sequence number of one (1)."
    ::= { aeNotificationObjects 1 }

aeTrapEquipmentType OBJECT-TYPE
    SYNTAX      AeEquipmentType
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The type of physical equipment the ONT Alarm is associated with."
    ::= { aeNotificationObjects 2 }

aeTrapEquipmentInstance OBJECT-TYPE
    SYNTAX      AeEquipmentInstance
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The instance of the physical equipment the ONT Alarm is assocaited with."
    ::= { aeNotificationObjects 3 }

aeTrapAlarmType OBJECT-TYPE
    SYNTAX      AeAlarmType
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The type of the ONT Alarm."
    ::= { aeNotificationObjects 4 }

aeTrapAlarmStatus OBJECT-TYPE
    SYNTAX      AeCondStatus
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The status of the ONT alarm - on/off."
    ::= { aeNotificationObjects 5 }

aeTrapAlarmSeverityLevel OBJECT-TYPE
    SYNTAX      AeCondSeverityLevel
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The severity level of the ONT Alarm."
    ::= { aeNotificationObjects 6 }

aeTrapServiceAffecting OBJECT-TYPE
    SYNTAX      AeCondServiceAffecting
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "This value indicated whether the ONT Alarm is service affecting or not."
    ::= { aeNotificationObjects 7 }

aeTrapText OBJECT-TYPE
    SYNTAX      AeText
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "This object contains the brief description about the ONT Alarm."
    ::= { aeNotificationObjects 8 }

aeTrapTimeStamp OBJECT-TYPE
    SYNTAX      AeBriefText
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Local time string for the ONT Alarm."
    ::= { aeNotificationObjects 9 }

aeTrapTime OBJECT-TYPE
    SYNTAX      AeTime
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "UTC time integer of the ONT Alarm."
    ::= { aeNotificationObjects 10 }

-- Notificaiton objects for ONT Registration Traps

aeTrapFsanSerialNumber OBJECT-TYPE
    SYNTAX      AeFsanSerialNumber
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The FSAN Serial Number of the ONT expressed as 4 charaters and 8 hex digits."
    ::= { aeNotificationObjects 12 }

aeTrapIpAddr OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The IP Address assigned to the ONT."
    ::= { aeNotificationObjects 13 }

aeTrapMacAddress OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "External MAC Address of the ONT."
    ::= { aeNotificationObjects 14 }

aeTrapOntState OBJECT-TYPE
    SYNTAX      AeOntState
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "ONT SNMP provisioning state."
    ::= { aeNotificationObjects 15 }

aeTrapOntLabel OBJECT-TYPE
    SYNTAX      AeText
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The descriptive label assigned to the ONT."
    ::= { aeNotificationObjects 16 }

aeTrapRegistrationID OBJECT-TYPE
    SYNTAX      AeRegistrationID
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The Registration ID of the ONT expressed as max 10 char numerical string."
    ::= { aeNotificationObjects 17 }

aeTrapDeviceClass OBJECT-TYPE
    SYNTAX      AeDeviceClass
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Device class (ONT)"
    ::= { aeNotificationObjects 18 }

aeTrapDeviceModel OBJECT-TYPE
    SYNTAX      AeOntModelNum
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Device model, i.e. ONT model number 710GX, etc"
    ::= { aeNotificationObjects 19 }

aeTrapFirmwareRevision OBJECT-TYPE
    SYNTAX      AeOntFirmwareVersion
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "This object identifies the firmware version
         currently running on the ONT."
    ::= { aeNotificationObjects 20 }

aeTrapConfigMethod OBJECT-TYPE
    SYNTAX      AeConfigMethod
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "ONT configuration method, i.e. config file, TR69, SNMP, etc"
    ::= { aeNotificationObjects 21 }

aeTrapConfigFilename OBJECT-TYPE
    SYNTAX      AeConfigFilename
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "ONT configuration filename in used"
    ::= { aeNotificationObjects 22 }

aeTrapConfigFileMarker OBJECT-TYPE
    SYNTAX      AeConfigFileMarker
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "ONT configuration filename marker"
    ::= { aeNotificationObjects 23 }

aeTrapConfigFileMIC OBJECT-TYPE
    SYNTAX      AeConfigMIC
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "ONT configuration filename message integrity code"
    ::= { aeNotificationObjects 24 }

aeTrapPrimaryManagementServer OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Primary management server IP address"
    ::= { aeNotificationObjects 25 }

aeTrapDeviceStatus OBJECT-TYPE
    SYNTAX      AeDeviceStatus
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Device status, i.e., acquired IP address, configured with ONT specific
                 file, generic file, cached file, etc"
    ::= { aeNotificationObjects 26 }

aeTrapConfigStatus OBJECT-TYPE
    SYNTAX      AeConfigStatus
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Configuration status, i.e., no errors, configured with errors, not configured"
    ::= { aeNotificationObjects 27 }

aeTrapManagementVlanId OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "Management VLAN ID"
    ::= { aeNotificationObjects 28 }

aeTrapMfgSerialNumber OBJECT-TYPE
    SYNTAX      AeMfgSerialNumber
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION "The MFG Serial Number of the ONT expressed as decimal digits."
    ::= { aeNotificationObjects 29 }

-- *******************************************************************************
--
--        Traps
--
-- *******************************************************************************
aeTrapRegistration NOTIFICATION-TYPE
    OBJECTS {
        aeTrapFsanSerialNumber,
        aeTrapIpAddr,
        aeTrapMacAddress,
        aeTrapOntState,
        aeTrapOntLabel,
        aeTrapRegistrationID,
        aeTrapDeviceClass,
        aeTrapDeviceModel,
        aeTrapFirmwareRevision,
        aeTrapConfigMethod,
        aeTrapConfigFilename,
        aeTrapConfigFileMarker,
        aeTrapConfigFileMIC,
        aeTrapPrimaryManagementServer,
        aeTrapDeviceStatus,
        aeTrapConfigStatus,
        aeTrapManagementVlanId,
        aeTrapSequenceNo,
        aeTrapMfgSerialNumber,
        }
    STATUS        current
    DESCRIPTION "aeTrapRegistration is generated periodically after the ONT boots.
                 It is sent more frequently before it is pinged and slows down afterwards."
    ::= { aeNotifications 1 }

aeTrapAlarm NOTIFICATION-TYPE
    OBJECTS {
        aeTrapSequenceNo,
        aeTrapEquipmentType,
        aeTrapEquipmentInstance,
        aeTrapAlarmType,
        aeTrapAlarmStatus,
        aeTrapAlarmSeverityLevel,
        aeTrapServiceAffecting,
        aeTrapText,
        aeTrapTimeStamp,
        aeTrapTime,
        aeTrapFsanSerialNumber,
        aeTrapRegistrationID
        }
    STATUS      current
    DESCRIPTION "aeTrapAlarm is generated whenever an alarm is raised or cleared."
    ::= { aeNotifications 2 }

-- *******************************************************************************
--
--        Alarm Table
--
-- *******************************************************************************
aeAlarmTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF AeAlarmEntrySeq
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "The Current Alarm Table."
    ::= { aeAlarms 1 }

aeAlarmEntry OBJECT-TYPE
    SYNTAX      AeAlarmEntrySeq
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION "Each entry corresponds to one active Alarm."
    INDEX       { aeAlarmIndex }
    ::= { aeAlarmTable 1 }

AeAlarmEntrySeq ::=
    SEQUENCE {
        aeAlarmIndex
            INTEGER,
        aeAlarmSequence
            Integer32,
        aeAlarmEquipmentType
            AeEquipmentType,
        aeAlarmEquipmentInstance
            AeEquipmentInstance,
        aeAlarmAlarmType
            AeAlarmType,
        aeAlarmStatus
            AeCondStatus,
        aeAlarmSeverityLevel
            AeCondSeverityLevel,
        aeAlarmServiceAffecting
            AeCondServiceAffecting,
        aeAlarmTimeStamp
            AeBriefText,
        aeAlarmTime
            AeTime,
        aeAlarmText
            AeBriefText
    }

aeAlarmIndex OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The ONT's Alarm Identifier index number"
    ::= { aeAlarmEntry 1 }

aeAlarmSequence OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The Sequence number the Alarm Trap was sent with."
    ::= { aeAlarmEntry 2 }

aeAlarmEquipmentType OBJECT-TYPE
    SYNTAX      AeEquipmentType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The type of physical equipment the ONT Alarm is associated with."
    ::= { aeAlarmEntry 3 }

aeAlarmEquipmentInstance OBJECT-TYPE
    SYNTAX      AeEquipmentInstance
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The instance of the physical equipment the ONT Alarm is assocaited with."
    ::= { aeAlarmEntry 4 }

aeAlarmAlarmType OBJECT-TYPE
    SYNTAX      AeAlarmType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The type of the ONT Alarm."
    ::= { aeAlarmEntry 5 }

aeAlarmStatus OBJECT-TYPE
    SYNTAX      AeCondStatus
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The status of the ONT alarm - on/off."
    ::= { aeAlarmEntry 6 }

aeAlarmSeverityLevel OBJECT-TYPE
    SYNTAX      AeCondSeverityLevel
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "The severity level of the ONT Alarm."
    ::= { aeAlarmEntry 7 }

aeAlarmServiceAffecting OBJECT-TYPE
    SYNTAX      AeCondServiceAffecting
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "This value indicated wether this alarm is service affecting or not."
    ::= { aeAlarmEntry 8 }

aeAlarmTimeStamp OBJECT-TYPE
    SYNTAX      AeBriefText
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "Local time string for the ONT Alarm."
    ::= { aeAlarmEntry 9 }

aeAlarmTime OBJECT-TYPE
    SYNTAX      AeTime
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "UTC time integer of the ONT Alarm"
    ::= { aeAlarmEntry 10 }

aeAlarmText OBJECT-TYPE
    SYNTAX      AeText
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION "This object contains the brief description about the ONT Alarm."
    ::= { aeAlarmEntry 11 }

END