1DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB DEFINITIONS ::= BEGIN
2
3  IMPORTS
4        MODULE-IDENTITY,
5        OBJECT-TYPE,
6        NOTIFICATION-TYPE,
7        mib-2
8              FROM SNMPv2-SMI -- RFC 2578
9        MODULE-COMPLIANCE,
10
11
12
13        OBJECT-GROUP,
14        NOTIFICATION-GROUP
15              FROM SNMPv2-CONF -- RFC 2580
16
17        docsDevEvLevel,
18        docsDevEvId,
19        docsDevEvText,
20        docsDevSwFilename,
21        docsDevSwServer,
22        docsDevServerDhcp,
23        docsDevServerTime
24              FROM DOCS-CABLE-DEVICE-MIB -- RFC 2669
25
26        docsIfCmCmtsAddress,
27        docsIfCmtsCmStatusMacAddress,
28        docsIfDocsisBaseCapability,
29        docsIfCmStatusDocsisOperMode,
30        docsIfCmStatusModulationType,
31        docsIfCmtsCmStatusDocsisRegMode,
32        docsIfCmtsCmStatusModulationType
33              FROM DOCS-IF-MIB -- RFC 4546
34
35        ifPhysAddress
36              FROM IF-MIB;  -- RFC 2863
37
38  docsDevNotifMIB MODULE-IDENTITY
39
40        LAST-UPDATED    "200605240000Z" -- May 24, 2006
41        ORGANIZATION    "IETF IP over Cable Data Network
42                         Working Group"
43
44        CONTACT-INFO
45            "        Azlina Ahmad
46             Postal: Cisco Systems, Inc.
47                     170 West Tasman Drive
48                     San Jose, CA 95134, U.S.A.
49             Phone:   408 853 7927
50             E-mail: azlina@cisco.com
51
52                     Greg Nakanishi
53             Postal: Motorola
54                     6450 Sequence Drive
55                     San Diego, CA 92121, U.S.A.
56             Phone:   858 404 2366
57             E-mail: gnakanishi@motorola.com
58
59             IETF IPCDN Working Group
60             General Discussion: ipcdn@ietf.org
61
62
63
64             Subscribe: http://www.ietf.org/mailman/listinfo/ipcdn
65             Archive: ftp://ftp.ietf.org/ietf-mail-archive/ipcdn
66             Co-chairs: Richard Woundy,
67                          richard_woundy@cable.comcast.com
68                        Jean-Francois Mule, jf.mule@cablelabs.com"
69
70        DESCRIPTION
71            "The Event Notification MIB is an extension of the
72            CABLE DEVICE MIB.  It defines various notification
73            objects for both cable modem and cable modem termination
74            systems.  Two groups of SNMP notification objects are
75            defined.  One group is for notifying cable modem events,
76            and one group is for notifying cable modem termination
77            system events.
78
79            DOCSIS defines numerous events, and each event is
80            assigned to a functional category.  This MIB defines
81            a notification object for each functional category.
82            The varbinding list of each notification includes
83            information about the event that occurred on the
84            device.
85
86            Copyright (C) The Internet Society (2006).  This version
87            of this MIB module is part of RFC 4547; see the RFC
88            itself for full legal notices."
89
90        REVISION "200605240000Z" -- May 24, 2006
91        DESCRIPTION
92            "Initial version, published as RFC 4547."
93        ::= { mib-2 132 }
94
95docsDevNotifControl OBJECT IDENTIFIER ::= { docsDevNotifMIB 1}
96docsDevCmNotifs OBJECT IDENTIFIER ::= { docsDevNotifMIB 2 0 }
97docsDevCmtsNotifs OBJECT IDENTIFIER ::= { docsDevNotifMIB 3 0 }
98
99docsDevCmNotifControl OBJECT-TYPE
100    SYNTAX BITS {
101        cmInitTLVUnknownNotif( 0),
102        cmDynServReqFailNotif( 1),
103        cmDynServRspFailNotif( 2),
104        cmDynServAckFailNotif( 3),
105        cmBpiInitNotif( 4),
106        cmBPKMNotif( 5),
107        cmDynamicSANotif( 6),
108        cmDHCPFailNotif( 7),
109        cmSwUpgradeInitNotif( 8),
110        cmSwUpgradeFailNotif( 9),
111        cmSwUpgradeSuccessNotif( 10),
112
113
114
115        cmSwUpgradeCVCNotif( 11),
116        cmTODFailNotif( 12),
117        cmDCCReqFailNotif( 13),
118        cmDCCRspFailNotif( 14),
119        cmDCCAckFailNotif( 15)
120    }
121   MAX-ACCESS read-write
122
123   STATUS current
124   DESCRIPTION
125       "The object is used to enable specific CM notifications.
126        For example, if the first bit is set, then
127        docsDevCmInitTLVUnknownNotif is enabled.  If it is not set,
128        the notification is disabled.  Note that notifications are
129        also under the control of the MIB modules defined in
130        RFC3413.
131
132        If the device is rebooted,the value of this object SHOULD
133        revert to the default value.
134       "
135   DEFVAL { {} }
136   ::= { docsDevNotifControl 1 }
137
138docsDevCmtsNotifControl OBJECT-TYPE
139    SYNTAX BITS {
140        cmtsInitRegReqFailNotif( 0),
141        cmtsInitRegRspFailNotif( 1),
142        cmtsInitRegAckFailNotif( 2),
143        cmtsDynServReqFailNotif( 3),
144        cmtsDynServRspFailNotif( 4),
145        cmtsDynServAckFailNotif( 5),
146        cmtsBpiInitNotif( 6),
147        cmtsBPKMNotif( 7),
148        cmtsDynamicSANotif( 8),
149        cmtsDCCReqFailNotif( 9),
150        cmtsDCCRspFailNotif( 10),
151        cmtsDCCAckFailNotif( 11)
152    }
153    MAX-ACCESS read-write
154    STATUS current
155    DESCRIPTION
156       "The object is used to enable specific CMTS notifications.
157        For example, if the first bit is set, then
158        docsDevCmtsInitRegRspFailNotif is enabled.  If it is not set,
159        the notification is disabled.  Note that notifications are
160        also under the control of the MIB modules defined in
161        RFC3413.
162
163
164
165
166        If the device is rebooted,the value of this object SHOULD
167        revert to the default value.
168       "
169    DEFVAL { {} }
170    ::= { docsDevNotifControl 2 }
171
172docsDevCmInitTLVUnknownNotif NOTIFICATION-TYPE
173    OBJECTS {
174        docsDevEvLevel,
175        docsDevEvId,
176        docsDevEvText,
177        ifPhysAddress,
178        docsIfCmCmtsAddress,
179        docsIfDocsisBaseCapability,
180        docsIfCmStatusDocsisOperMode,
181        docsIfCmStatusModulationType
182    }
183    STATUS current
184    DESCRIPTION
185        "Notification to indicate that an unknown TLV was
186          encountered during the TLV parsing process.
187
188         This notification sends additional information about
189         the event by including the following objects in its
190         varbinding list.
191         - docsDevEvLevel: the priority level associated with the
192           event.
193         - docsDevEvId: the unique identifier of the event that
194           occurred.
195         - docsDevEvText: a textual description of the event.
196         - ifPhysAddress: the MAC address of the cable
197           interface of this cable modem.
198         - docsIfCmCmtsAddress: the MAC address of the CMTS
199           to which the CM is connected (if there is a cable
200           card/interface in the CMTS, then it is actually the
201           MAC address of the cable interface to which it is
202           connected).
203         - docsIfDocsisBaseCapability: the highest
204           version of the DOCSIS specification (1.0, 1.1, 2.0)
205           that the device is capable of supporting.
206         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
207           that the CM is operating in.
208         - docsIfCmStatusModulationType: the upstream modulation
209           methodology used by the CM.
210        "
211    ::= { docsDevCmNotifs 1 }
212
213
214
215
216
217docsDevCmDynServReqFailNotif NOTIFICATION-TYPE
218    OBJECTS {
219        docsDevEvLevel,
220        docsDevEvId,
221        docsDevEvText,
222        ifPhysAddress,
223        docsIfCmCmtsAddress,
224        docsIfDocsisBaseCapability,
225        docsIfCmStatusDocsisOperMode,
226        docsIfCmStatusModulationType
227    }
228    STATUS current
229    DESCRIPTION
230
231        "A notification to report the failure of a dynamic service
232         request during the dynamic services process.
233
234         This notification sends additional information about
235         the event by including the following objects in its
236         varbinding list.
237         - docsDevEvLevel: the priority level associated with the
238           event.
239         - docsDevEvId: the unique identifier of the event that
240           occurred.
241         - docsDevEvText: a textual description of the event.
242         - ifPhysAddress: the MAC address of the cable
243           interface of this cable modem.
244         - docsIfCmCmtsAddress: the MAC address of the CMTS
245           to which the CM is connected to (if there is a cable
246           card/interface in the CMTS, then it is actually the
247           MAC address of the cable interface to which it is
248           connected).
249         - docsIfDocsisBaseCapability: the highest
250           version of the DOCSIS specification (1.0, 1.1, 2.0)
251           that the device is capable of supporting.
252         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
253           that the CM is operating in.
254         - docsIfCmStatusModulationType: the upstream modulation
255           methodology used by the CM.
256        "
257    ::= { docsDevCmNotifs 2 }
258
259docsDevCmDynServRspFailNotif NOTIFICATION-TYPE
260    OBJECTS {
261        docsDevEvLevel,
262        docsDevEvId,
263        docsDevEvText,
264        ifPhysAddress,
265
266
267
268        docsIfCmCmtsAddress,
269        docsIfDocsisBaseCapability,
270        docsIfCmStatusDocsisOperMode,
271        docsIfCmStatusModulationType
272    }
273    STATUS current
274    DESCRIPTION
275        " A notification to report the failure of a dynamic service
276         response during the dynamic services process.
277
278         This notification sends additional information about
279         the event by including the following objects in its
280         varbinding list.
281         - docsDevEvLevel: the priority level associated with the
282           event.
283         - docsDevEvId: the unique identifier of the event that
284           occurred.
285         - docsDevEvText: a textual description of the event.
286         - ifPhysAddress: the MAC address of the cable
287           interface of this cable modem.
288         - docsIfCmCmtsAddress: the MAC address of the CMTS
289           to which the CM is connected (if there is a cable
290           card/interface in the CMTS, then it is actually the
291           MAC address of the cable interface to which it is
292           connected).
293         - docsIfDocsisBaseCapability: the highest
294           version of the DOCSIS specification (1.0, 1.1, 2.0)
295           that the device is capable of supporting.
296         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
297           that the CM is operating in.
298         - docsIfCmStatusModulationType: the upstream modulation
299           methodology used by the CM.
300        "
301    ::= { docsDevCmNotifs 3}
302
303docsDevCmDynServAckFailNotif NOTIFICATION-TYPE
304    OBJECTS {
305        docsDevEvLevel,
306        docsDevEvId,
307        docsDevEvText,
308        ifPhysAddress,
309        docsIfCmCmtsAddress,
310        docsIfDocsisBaseCapability,
311        docsIfCmStatusDocsisOperMode,
312        docsIfCmStatusModulationType
313    }
314    STATUS current
315    DESCRIPTION
316
317
318
319        "A notification to report the failure of a dynamic service
320         acknowledgement during the dynamic services process.
321
322         This notification sends additional information about
323         the event by including the following objects in its
324         varbinding list.
325         - docsDevEvLevel: the priority level associated with the
326           event.
327         - docsDevEvId: the unique identifier of the event that
328           occurred.
329         - docsDevEvText: a textual description of the event.
330         - ifPhysAddress: the MAC address of the cable
331           interface of this cable modem.
332         - docsIfCmCmtsAddress: the MAC address of the CMTS
333           to which the CM is connected (if there is a cable
334           card/interface in the CMTS, then it is actually the
335           MAC address of the cable interface to which it is
336           connected).
337         - docsIfDocsisBaseCapability: the highest
338           version of the DOCSIS specification (1.0, 1.1, 2.0)
339           that the device is capable of supporting.
340         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
341           that the CM is operating in.
342         - docsIfCmStatusModulationType: the upstream modulation
343           methodology used by the CM.
344        "
345    ::= { docsDevCmNotifs 4}
346
347docsDevCmBpiInitNotif NOTIFICATION-TYPE
348    OBJECTS {
349        docsDevEvLevel,
350        docsDevEvId,
351        docsDevEvText,
352        ifPhysAddress,
353        docsIfCmCmtsAddress,
354        docsIfDocsisBaseCapability,
355        docsIfCmStatusDocsisOperMode,
356        docsIfCmStatusModulationType
357    }
358    STATUS current
359    DESCRIPTION
360        "A notification to report the failure of a BPI
361         initialization attempt during the registration process.
362
363         This notification sends additional information about
364         the event by including the following objects in its
365         varbinding list.
366         - docsDevEvLevel: the priority level associated with the
367
368
369
370           event.
371         - docsDevEvId: the unique identifier of the event that
372           occurred.
373         - docsDevEvText: a textual description of the event.
374         - ifPhysAddress: the MAC address of the cable
375           interface of this cable modem.
376         - docsIfCmCmtsAddress: the MAC address of the CMTS
377           to which the CM is connected (if there is a cable
378           card/interface in the CMTS, then it is actually the
379           MAC address of the cable interface to which it is
380           connected).
381         - docsIfDocsisBaseCapability: the highest
382           version of the DOCSIS specification (1.0, 1.1, 2.0)
383           that the device is capable of supporting.
384         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
385           that the CM is operating in.
386         - docsIfCmStatusModulationType: the upstream modulation
387           methodology used by the CM.
388        "
389    ::= { docsDevCmNotifs 5 }
390
391docsDevCmBPKMNotif NOTIFICATION-TYPE
392    OBJECTS {
393        docsDevEvLevel,
394        docsDevEvId,
395        docsDevEvText,
396        ifPhysAddress,
397        docsIfCmCmtsAddress,
398        docsIfDocsisBaseCapability,
399        docsIfCmStatusDocsisOperMode,
400        docsIfCmStatusModulationType
401    }
402    STATUS current
403    DESCRIPTION
404        "A notification to report the failure of a Baseline
405         Privacy Key Management (BPKM) operation.
406
407         This notification sends additional information about
408         the event by including the following objects in its
409         varbinding list.
410         - docsDevEvLevel: the priority level associated with the
411           event.
412         - docsDevEvId: the unique identifier of the event that
413           occurred.
414         - docsDevEvText: a textual description of the event.
415         - ifPhysAddress: the MAC address of the cable
416           interface of this cable modem.
417         - docsIfCmCmtsAddress: the MAC address of the CMTS
418
419
420
421           to which the CM is connected (if there is a cable
422           card/interface in the CMTS, then it is actually the
423           MAC address of the cable interface to which it is
424           connected).
425         - docsIfDocsisBaseCapability: the highest
426           version of the DOCSIS specification (1.0, 1.1, 2.0)
427           that the device is capable of supporting.
428         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
429           that the CM is operating in.
430         - docsIfCmStatusModulationType: the upstream modulation
431           methodology used by the CM.
432        "
433    ::= { docsDevCmNotifs 6 }
434
435docsDevCmDynamicSANotif NOTIFICATION-TYPE
436    OBJECTS {
437        docsDevEvLevel,
438        docsDevEvId,
439        docsDevEvText,
440        ifPhysAddress,
441        docsIfCmCmtsAddress,
442        docsIfDocsisBaseCapability,
443        docsIfCmStatusDocsisOperMode,
444        docsIfCmStatusModulationType
445    }
446    STATUS current
447    DESCRIPTION
448        "A notification to report the failure of a dynamic security
449         association operation.
450
451         This notification sends additional information about
452         the event by including the following objects in its
453         varbinding list.
454         - docsDevEvLevel: the priority level associated with the
455           event.
456         - docsDevEvId: the unique identifier of the event that
457           occurred.
458         - docsDevEvText: a textual description of the event.
459         - ifPhysAddress: the MAC address of the cable
460           interface of this cable modem.
461         - docsIfCmCmtsAddress: the MAC address of the CMTS
462           to which the CM is connected (if there is a cable
463           card/interface in the CMTS, then it is actually the
464           MAC address of the cable interface to which it is
465           connected).
466         - docsIfDocsisBaseCapability: the highest
467           version of the DOCSIS specification (1.0, 1.1, 2.0)
468           that the device is capable of supporting.
469
470
471
472         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
473           that the CM is operating in.
474         - docsIfCmStatusModulationType: the upstream modulation
475           methodology used by the CM.
476        "
477    ::= { docsDevCmNotifs 7 }
478
479docsDevCmDHCPFailNotif NOTIFICATION-TYPE
480    OBJECTS {
481        docsDevEvLevel,
482        docsDevEvId,
483        docsDevEvText,
484        ifPhysAddress,
485        docsIfCmCmtsAddress,
486        docsDevServerDhcp,
487        docsIfDocsisBaseCapability,
488        docsIfCmStatusDocsisOperMode,
489        docsIfCmStatusModulationType
490    }
491    STATUS current
492    DESCRIPTION
493        "A notification to report the failure of a DHCP operation.
494
495         This notification sends additional information about
496         the event by including the following objects in its
497         varbinding list.
498         - docsDevEvLevel: the priority level associated with the
499           event.
500         - docsDevEvId: the unique identifier of the event that
501           occurred.
502         - docsDevEvText: a textual description of the event.
503         - ifPhysAddress: the MAC address of the cable
504           interface of this cable modem.
505         - docsIfCmCmtsAddress: the MAC address of the CMTS
506           to which the CM is connected (if there is a cable
507           card/interface in the CMTS, then it is actually the
508           MAC address of the cable interface to which it is
509           connected).
510         - docsDevServerDhcp: the IP address of the DHCP server.
511         - docsIfDocsisBaseCapability: the highest
512           version of the DOCSIS specification (1.0, 1.1, 2.0)
513           that the device is capable of supporting.
514         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
515           that the CM is operating in.
516         - docsIfCmStatusModulationType: the upstream modulation
517           methodology used by the CM.
518        "
519    ::= { docsDevCmNotifs 8 }
520
521
522
523docsDevCmSwUpgradeInitNotif NOTIFICATION-TYPE
524    OBJECTS {
525        docsDevEvLevel,
526        docsDevEvId,
527        docsDevEvText,
528        ifPhysAddress,
529        docsIfCmCmtsAddress,
530        docsDevSwFilename,
531        docsDevSwServer,
532        docsIfDocsisBaseCapability,
533        docsIfCmStatusDocsisOperMode,
534        docsIfCmStatusModulationType
535    }
536    STATUS current
537    DESCRIPTION
538        "A notification to indicate that a software upgrade
539         has been initiated on the device.
540
541         This notification sends additional information about
542         the event by including the following objects in its
543         varbinding list.
544         - docsDevEvLevel: the priority level associated with the
545           event.
546         - docsDevEvId: the unique identifier of the event that
547           occurred.
548         - docsDevEvText: a textual description of the event.
549         - ifPhysAddress: the MAC address of the cable
550           interface of this cable modem.
551         - docsIfCmCmtsAddress: the MAC address of the CMTS
552           to which the CM is connected (if there is a cable
553           card/interface in the CMTS, then it is actually the
554           MAC address of the cable interface to which it is
555           connected).
556         - docsIfDocsisBaseCapability: the highest
557           version of the DOCSIS specification (1.0, 1.1, 2.0)
558           that the device is capable of supporting.
559         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
560           that the CM is operating in.
561         - docsIfCmStatusModulationType: the upstream modulation
562           methodology used by the CM.
563        "
564    ::= { docsDevCmNotifs 9 }
565
566docsDevCmSwUpgradeFailNotif NOTIFICATION-TYPE
567    OBJECTS {
568        docsDevEvLevel,
569        docsDevEvId,
570        docsDevEvText,
571
572
573
574        ifPhysAddress,
575        docsIfCmCmtsAddress,
576        docsDevSwFilename,
577        docsDevSwServer,
578        docsIfDocsisBaseCapability,
579        docsIfCmStatusDocsisOperMode,
580        docsIfCmStatusModulationType
581    }
582    STATUS current
583    DESCRIPTION
584        "A notification to report the failure of a software upgrade
585         attempt.
586
587         This notification sends additional information about
588         the event by including the following objects in its
589         varbinding list.
590         - docsDevEvLevel: the priority level associated with the
591           event.
592         - docsDevEvId: the unique identifier of the event that
593           occurred.
594         - docsDevEvText: a textual description of the event.
595         - ifPhysAddress: the MAC address of the cable
596           interface of this cable modem.
597         - docsIfCmCmtsAddress: the MAC address of the CMTS
598           to which the CM is connected (if there is a cable
599           card/interface in the CMTS, then it is actually the
600           MAC address of the cable interface to which it is
601           connected).
602         - docsDevSwFilename: the software image file name
603         - docsDevSwServer: the IP address of the server that
604           the image is retrieved from.
605         - docsIfDocsisBaseCapability: the highest
606           version of the DOCSIS specification (1.0, 1.1, 2.0)
607           that the device is capable of supporting.
608         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
609           that the CM is operating in.
610         - docsIfCmStatusModulationType: the upstream modulation
611           methodology used by the CM.
612        "
613    ::= { docsDevCmNotifs 10 }
614
615docsDevCmSwUpgradeSuccessNotif NOTIFICATION-TYPE
616    OBJECTS {
617        docsDevEvLevel,
618        docsDevEvId,
619        docsDevEvText,
620        ifPhysAddress,
621        docsIfCmCmtsAddress,
622
623
624
625        docsDevSwFilename,
626        docsDevSwServer,
627        docsIfDocsisBaseCapability,
628        docsIfCmStatusDocsisOperMode,
629        docsIfCmStatusModulationType
630    }
631    STATUS current
632    DESCRIPTION
633        "A notification to report the software upgrade success
634         status.
635
636         This notification sends additional information about
637         the event by including the following objects in its
638         varbinding list.
639         - docsDevEvLevel: the priority level associated with the
640           event.
641         - docsDevEvId: the unique identifier of the event that
642           occurred.
643         - docsDevEvText: a textual description of the event.
644         - ifPhysAddress: the MAC address of the cable
645           interface of this cable modem.
646         - docsIfCmCmtsAddress: the MAC address of the CMTS
647           to which the CM is connected (if there is a cable
648           card/interface in the CMTS, then it is actually the
649           MAC address of the cable interface to which it is
650           connected).
651         - docsDevSwFilename: the software image file name
652         - docsDevSwServer: the IP address of the server that
653           the image is retrieved from.
654         - docsIfDocsisBaseCapability: the highest
655           version of the DOCSIS specification (1.0, 1.1, 2.0)
656           that the device is capable of supporting.
657         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
658           that the CM is operating in.
659         - docsIfCmStatusModulationType: the upstream modulation
660           methodology used by the CM.
661        "
662    ::= { docsDevCmNotifs 11 }
663
664docsDevCmSwUpgradeCVCFailNotif NOTIFICATION-TYPE
665    OBJECTS {
666        docsDevEvLevel,
667        docsDevEvId,
668        docsDevEvText,
669        ifPhysAddress,
670        docsIfCmCmtsAddress,
671        docsIfDocsisBaseCapability,
672        docsIfCmStatusDocsisOperMode,
673
674
675
676        docsIfCmStatusModulationType
677    }
678    STATUS current
679    DESCRIPTION
680        "A notification to report that the verification of the
681         code file has failed during a secure software upgrade
682         attempt.
683
684         This notification sends additional information about
685         the event by including the following objects in its
686         varbinding list.
687         - docsDevEvLevel: the priority level associated with the
688           event.
689         - docsDevEvId: the unique identifier of the event that
690           occurred.
691         - docsDevEvText: a textual description of the event.
692         - ifPhysAddress: the MAC address of the cable
693           interface of this cable modem.
694         - docsIfCmCmtsAddress: the MAC address of the CMTS
695           to which the CM is connected (if there is a cable
696           card/interface in the CMTS, then it is actually the
697           MAC address of the cable interface to which it is
698           connected).
699         - docsIfDocsisBaseCapability: the highest
700           version of the DOCSIS specification (1.0, 1.1, 2.0)
701           that the device is capable of supporting.
702         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
703           that the CM is operating in.
704         - docsIfCmStatusModulationType: the upstream modulation
705           methodology used by the CM.
706        "
707    ::= { docsDevCmNotifs 12 }
708
709docsDevCmTODFailNotif NOTIFICATION-TYPE
710    OBJECTS {
711        docsDevEvLevel,
712        docsDevEvId,
713        docsDevEvText,
714        ifPhysAddress,
715        docsIfCmCmtsAddress,
716        docsDevServerTime,
717        docsIfDocsisBaseCapability,
718        docsIfCmStatusDocsisOperMode,
719        docsIfCmStatusModulationType
720    }
721    STATUS current
722    DESCRIPTION
723        "A notification to report the failure of a time of day
724
725
726
727         operation.
728
729         This notification sends additional information about
730         the event by including the following objects in its
731         varbinding list.
732         - docsDevEvLevel: the priority level associated with the
733           event.
734         - docsDevEvId: the unique identifier of the event that
735           occurred.
736         - docsDevEvText: a textual description of the event.
737         - ifPhysAddress: the MAC address of the cable
738           interface of this cable modem.
739         - docsIfCmCmtsAddress: the MAC address of the CMTS
740           to which the CM is connected (if there is a cable
741           card/interface in the CMTS, then it is actually the
742           MAC address of the cable interface to which it is
743           connected).
744         - docsDevServerTime: the IP address of the time server.
745         - docsIfDocsisBaseCapability: the highest
746           version of the DOCSIS specification (1.0, 1.1, 2.0)
747           that the device is capable of supporting.
748         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
749           that the CM is operating in.
750         - docsIfCmStatusModulationType: the upstream modulation
751           methodology used by the CM.
752        "
753    ::= { docsDevCmNotifs 13 }
754
755docsDevCmDCCReqFailNotif NOTIFICATION-TYPE
756    OBJECTS {
757        docsDevEvLevel,
758        docsDevEvId,
759        docsDevEvText,
760        ifPhysAddress,
761        docsIfCmCmtsAddress,
762        docsIfDocsisBaseCapability,
763        docsIfCmStatusDocsisOperMode,
764        docsIfCmStatusModulationType
765    }
766    STATUS current
767    DESCRIPTION
768        " A notification to report the failure of a dynamic channel
769         change request during the dynamic channel change process
770         on the CM.
771
772         This notification sends additional information about
773         the event by including the following objects in its
774         varbinding list.
775
776
777
778         - docsDevEvLevel: the priority level associated with the
779           event.
780         - docsDevEvId: the unique identifier of the event that
781           occurred.
782         - docsDevEvText: a textual description of the event.
783         - ifPhysAddress: the MAC address of the cable
784           interface of this cable modem.
785         - docsIfCmCmtsAddress: the MAC address of the CMTS
786           to which the CM is connected (if there is a cable
787           card/interface in the CMTS, then it is actually the
788           MAC address of the cable interface to which it is
789           connected).
790         - docsIfDocsisBaseCapability: the highest
791           version of the DOCSIS specification (1.0, 1.1, 2.0)
792           that the device is capable of supporting.
793         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
794           that the CM is operating in.
795         - docsIfCmStatusModulationType: the upstream modulation
796           methodology used by the CM.
797        "
798    ::= { docsDevCmNotifs 14 }
799
800docsDevCmDCCRspFailNotif NOTIFICATION-TYPE
801    OBJECTS {
802        docsDevEvLevel,
803        docsDevEvId,
804        docsDevEvText,
805        ifPhysAddress,
806        docsIfCmCmtsAddress,
807        docsIfDocsisBaseCapability,
808        docsIfCmStatusDocsisOperMode,
809        docsIfCmStatusModulationType
810    }
811    STATUS current
812    DESCRIPTION
813        "A notification to report the failure of a dynamic channel
814         change response during the dynamic channel
815         change process on the CM.
816
817         This notification sends additional information about
818         the event by including the following objects in its
819         varbinding list.
820         - docsDevEvLevel: the priority level associated with the
821           event.
822         - docsDevEvId: the unique identifier of the event that
823           occurred.
824         - docsDevEvText: a textual description of the event.
825         - ifPhysAddress: the MAC address of the cable
826
827
828
829           interface of this cable modem.
830         - docsIfCmCmtsAddress: the MAC address of the CMTS
831           to which the CM is connected (if there is a cable
832           card/interface in the CMTS, then it is actually the
833           MAC address of the cable interface to which it is
834           connected).
835         - docsIfDocsisBaseCapability: the highest
836           version of the DOCSIS specification (1.0, 1.1, 2.0)
837           that the device is capable of supporting.
838         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
839           that the CM is operating in.
840         - docsIfCmStatusModulationType: the upstream modulation
841           methodology used by the CM.
842        "
843    ::= { docsDevCmNotifs 15 }
844
845docsDevCmDCCAckFailNotif NOTIFICATION-TYPE
846    OBJECTS {
847        docsDevEvLevel,
848        docsDevEvId,
849        docsDevEvText,
850        ifPhysAddress,
851        docsIfCmCmtsAddress,
852        docsIfDocsisBaseCapability,
853        docsIfCmStatusDocsisOperMode,
854        docsIfCmStatusModulationType
855    }
856    STATUS current
857    DESCRIPTION
858        "A notification to report the failure of a dynamic channel
859         change acknowledgement during the dynamic channel
860         change process on the CM.
861
862         This notification sends additional information about
863         the event by including the following objects in its
864
865         varbinding list.
866         - docsDevEvLevel: the priority level associated with the
867           event.
868         - docsDevEvId: the unique identifier of the event that
869           occurred.
870         - docsDevEvText: a textual description of the event.
871         - ifPhysAddress: the MAC address of the cable
872           interface of this cable modem.
873         - docsIfCmCmtsAddress: the MAC address of the CMTS
874           to which the CM is connected (if there is a cable
875           card/interface in the CMTS, then it is actually the
876           MAC address of the cable interface to which it is
877
878
879
880           connected).
881         - docsIfDocsisBaseCapability: the highest
882           version of the DOCSIS specification (1.0, 1.1, 2.0)
883           that the device is capable of supporting.
884         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
885           that the CM is operating in.
886         - docsIfCmtsCmStatusModulationType the upstream modulation
887           methodology used by the CM.
888        "
889    ::= { docsDevCmNotifs 16}
890
891docsDevCmtsInitRegReqFailNotif NOTIFICATION-TYPE
892    OBJECTS {
893        docsDevEvLevel,
894        docsDevEvId,
895        docsDevEvText,
896        docsIfCmtsCmStatusMacAddress,
897        ifPhysAddress,
898        docsIfCmtsCmStatusDocsisRegMode,
899        docsIfDocsisBaseCapability,
900        docsIfCmtsCmStatusModulationType
901    }
902    STATUS current
903    DESCRIPTION
904        "A notification to report the failure of a registration
905         request from a CM during the CM initialization
906         process that was detected on the CMTS.
907
908         This notification sends additional information about
909         the event by including the following objects in its
910         varbinding list.
911         - docsDevEvLevel: the priority level associated with the
912           event.
913         - docsDevEvId: the unique identifier of the event that
914           occurred.
915         - docsDevEvText: a textual description of the event.
916         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
917           with which this notification is associated.
918         - ifPhysAddress: the MAC address of the CMTS
919           (if there is a cable card/interface in the CMTS,
920           then it is actually the MAC address of the cable
921           interface that connected to the CM) cable interface
922           connected to the CM.
923         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
924           that the reporting CM is operating in.
925         - docsIfDocsisBaseCapability: the highest
926           version of the DOCSIS specification (1.0, 1.1, 2.0)
927           that the device is capable of supporting.
928
929
930
931         - docsIfCmtsCmStatusModulationType: the upstream
932           modulation methodology used by the CM.
933        "
934    ::= { docsDevCmtsNotifs 1 }
935
936docsDevCmtsInitRegRspFailNotif NOTIFICATION-TYPE
937    OBJECTS {
938        docsDevEvLevel,
939        docsDevEvId,
940        docsDevEvText,
941        docsIfCmtsCmStatusMacAddress,
942        ifPhysAddress,
943        docsIfCmtsCmStatusDocsisRegMode,
944        docsIfDocsisBaseCapability,
945        docsIfCmtsCmStatusModulationType
946    }
947    STATUS current
948    DESCRIPTION
949        "A notification to report the failure of a registration
950         response during the CM initialization
951         process that was detected by the CMTS.
952
953         This notification sends additional information about
954         the event by including the following objects in its
955         varbinding list.
956         - docsDevEvLevel: the priority level associated with the
957           event.
958         - docsDevEvId: the unique identifier of the event that
959           occurred.
960         - docsDevEvText: a textual description of the event.
961         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
962           with which this notification is associated.
963         - ifPhysAddress: the MAC address of the CMTS
964           (if there is a cable card/interface in the CMTS,
965           then it is actually the MAC address of the cable
966           interface that connected to the CM) cable interface
967           connected to the CM.
968         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
969           that the reporting CM is operating in.
970         - docsIfDocsisBaseCapability: the highest
971           version of the DOCSIS specification (1.0, 1.1, 2.0)
972           that the device is capable of supporting.
973         - docsIfCmtsCmStatusModulationType: the upstream
974           modulation methodology used by the CM.
975        "
976    ::= { docsDevCmtsNotifs 2 }
977
978docsDevCmtsInitRegAckFailNotif NOTIFICATION-TYPE
979
980
981
982    OBJECTS {
983        docsDevEvLevel,
984        docsDevEvId,
985        docsDevEvText,
986        docsIfCmtsCmStatusMacAddress,
987        ifPhysAddress,
988        docsIfCmtsCmStatusDocsisRegMode,
989        docsIfDocsisBaseCapability,
990        docsIfCmtsCmStatusModulationType
991    }
992    STATUS current
993    DESCRIPTION
994        "A notification to report the failure of a registration
995         acknowledgement from the CM during the CM
996         initialization process that was detected by the CMTS.
997
998         This notification sends additional information about
999         the event by including the following objects in its
1000         varbinding list.
1001         - docsDevEvLevel: the priority level associated with the
1002           event.
1003         - docsDevEvId: the unique identifier of the event that
1004           occurred.
1005         - docsDevEvText: a textual description of the event.
1006         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1007           with which this notification is associated.
1008         - ifPhysAddress: the MAC address of the CMTS
1009           (if there is a cable card/interface in the CMTS,
1010           then it is actually the MAC address of the cable
1011           interface that connected to the CM) cable interface
1012           connected to the CM.
1013         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1014           that the reporting CM is operating in.
1015         - docsIfDocsisBaseCapability: the highest
1016           version of the DOCSIS specification (1.0, 1.1, 2.0)
1017           that the device is capable of supporting.
1018         - docsIfCmtsCmStatusModulationType: the upstream
1019           modulation methodology used by the CM.
1020        "
1021    ::= { docsDevCmtsNotifs 3 }
1022
1023docsDevCmtsDynServReqFailNotif NOTIFICATION-TYPE
1024    OBJECTS {
1025        docsDevEvLevel,
1026        docsDevEvId,
1027        docsDevEvText,
1028        docsIfCmtsCmStatusMacAddress,
1029        ifPhysAddress,
1030
1031
1032
1033        docsIfCmtsCmStatusDocsisRegMode,
1034        docsIfDocsisBaseCapability,
1035        docsIfCmtsCmStatusModulationType
1036     }
1037    STATUS current
1038    DESCRIPTION
1039        "A notification to report the failure of a dynamic service
1040         request during the dynamic services process
1041         that was detected by the CMTS.
1042
1043         This notification sends additional information about
1044         the event by including the following objects in its
1045         varbinding list.
1046         - docsDevEvLevel: the priority level associated with the
1047           event.
1048         - docsDevEvId: the unique identifier of the event that
1049           occurred.
1050         - docsDevEvText: a textual description of the event.
1051         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1052           with which this notification is associated.
1053         - ifPhysAddress: the MAC address of the CMTS
1054           (if there is a cable card/interface in the CMTS,
1055           then it is actually the MAC address of the cable
1056           interface that connected to the CM) cable interface
1057           connected to the CM.
1058         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1059           that the reporting CM is operating in.
1060         - docsIfDocsisBaseCapability: the highest
1061           version of the DOCSIS specification (1.0, 1.1, 2.0)
1062           that the device is capable of supporting.
1063         - docsIfCmtsCmStatusModulationType: the upstream
1064           modulation methodology used by the CM.
1065        "
1066    ::= { docsDevCmtsNotifs 4 }
1067
1068docsDevCmtsDynServRspFailNotif NOTIFICATION-TYPE
1069    OBJECTS {
1070        docsDevEvLevel,
1071        docsDevEvId,
1072        docsDevEvText,
1073        docsIfCmtsCmStatusMacAddress,
1074        ifPhysAddress,
1075        docsIfCmtsCmStatusDocsisRegMode,
1076        docsIfDocsisBaseCapability,
1077        docsIfCmtsCmStatusModulationType
1078    }
1079    STATUS current
1080    DESCRIPTION
1081
1082
1083
1084        "A notification to report the failure of a dynamic service
1085         response during the dynamic services process
1086         that was detected by the CMTS.
1087
1088         This notification sends additional information about
1089         the event by including the following objects in its
1090         varbinding list.
1091         - docsDevEvLevel: the priority level associated with the
1092           event.
1093         - docsDevEvId: the unique identifier of the event that
1094           occurred.
1095         - docsDevEvText: a textual description of the event.
1096         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1097           with which this notification is associated.
1098         - ifPhysAddress: the MAC address of the CMTS
1099           (if there is a cable card/interface in the CMTS,
1100           then it is actually the MAC address of the cable
1101           interface that connected to the CM) cable interface
1102           connected to the CM.
1103         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1104           that the reporting CM is operating in.
1105         - docsIfDocsisBaseCapability: the highest
1106           version of the DOCSIS specification (1.0, 1.1, 2.0)
1107           that the device is capable of supporting.
1108         - docsIfCmtsCmStatusModulationType: the upstream
1109           modulation methodology used by the CM.
1110        "
1111    ::= { docsDevCmtsNotifs 5 }
1112
1113docsDevCmtsDynServAckFailNotif NOTIFICATION-TYPE
1114    OBJECTS {
1115        docsDevEvLevel,
1116        docsDevEvId,
1117        docsDevEvText,
1118        docsIfCmtsCmStatusMacAddress,
1119        ifPhysAddress,
1120        docsIfCmtsCmStatusDocsisRegMode,
1121        docsIfDocsisBaseCapability,
1122        docsIfCmtsCmStatusModulationType
1123    }
1124    STATUS current
1125    DESCRIPTION
1126        "A notification to report the failure of a dynamic service
1127         acknowledgement during the dynamic services
1128         process that was detected by the CMTS.
1129
1130         This notification sends additional information about
1131         the event by including the following objects in its
1132
1133
1134
1135         varbinding list.
1136         - docsDevEvLevel: the priority level associated with the
1137           event.
1138         - docsDevEvId: the unique identifier of the event that
1139           occurred.
1140         - docsDevEvText: a textual description of the event.
1141         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1142           with which this notification is associated.
1143         - ifPhysAddress: the MAC address of the CMTS
1144           (if there is a cable card/interface in the CMTS,
1145           then it is actually the MAC address of the cable
1146           interface that connected to the CM) cable interface
1147           connected to the CM.
1148         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1149           that the reporting CM is operating in.
1150         - docsIfDocsisBaseCapability: the highest
1151           version of the DOCSIS specification (1.0, 1.1, 2.0)
1152           that the device is capable of supporting.
1153         - docsIfCmtsCmStatusModulationType: the upstream
1154           modulation methodology used by the CM.
1155        "
1156    ::= { docsDevCmtsNotifs 6 }
1157
1158
1159docsDevCmtsBpiInitNotif NOTIFICATION-TYPE
1160    OBJECTS {
1161        docsDevEvLevel,
1162        docsDevEvId,
1163        docsDevEvText,
1164        docsIfCmtsCmStatusMacAddress,
1165        ifPhysAddress,
1166        docsIfCmtsCmStatusDocsisRegMode,
1167        docsIfDocsisBaseCapability,
1168        docsIfCmtsCmStatusModulationType
1169    }
1170    STATUS current
1171    DESCRIPTION
1172        "A notification to report the failure of a BPI
1173         initialization attempt during the CM registration process
1174         that was detected by the CMTS.
1175
1176         This notification sends additional information about
1177         the event by including the following objects in its
1178         varbinding list.
1179         - docsDevEvLevel: the priority level associated with the
1180           event.
1181         - docsDevEvId: the unique identifier of the event that
1182           occurred.
1183
1184
1185
1186         - docsDevEvText: a textual description of the event.
1187         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1188           with which this notification is associated.
1189         - ifPhysAddress: the MAC address of the CMTS
1190           (if there is a cable card/interface in the CMTS,
1191           then it is actually the MAC address of the cable
1192           interface that connected to the CM) cable interface
1193           connected to the CM.
1194         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1195           that the reporting CM is operating in.
1196         - docsIfDocsisBaseCapability: the highest
1197           version of the DOCSIS specification (1.0, 1.1, 2.0)
1198           that the device is capable of supporting.
1199         - docsIfCmtsCmStatusModulationType: the upstream
1200           modulation methodology used by the CM.
1201        "
1202    ::= { docsDevCmtsNotifs 7 }
1203
1204docsDevCmtsBPKMNotif NOTIFICATION-TYPE
1205    OBJECTS {
1206        docsDevEvLevel,
1207        docsDevEvId,
1208        docsDevEvText,
1209        docsIfCmtsCmStatusMacAddress,
1210        ifPhysAddress,
1211        docsIfCmtsCmStatusDocsisRegMode,
1212        docsIfDocsisBaseCapability,
1213        docsIfCmtsCmStatusModulationType
1214    }
1215    STATUS current
1216    DESCRIPTION
1217        "A notification to report the failure of a BPKM operation
1218         that is detected by the CMTS.
1219
1220         This notification sends additional information about
1221         the event by including the following objects in its
1222         varbinding list.
1223         - docsDevEvLevel: the priority level associated with the
1224           event.
1225         - docsDevEvId: the unique identifier of the event that
1226           occurred.
1227         - docsDevEvText: a textual description of the event.
1228         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1229           with which this notification is associated.
1230         - ifPhysAddress: the MAC address of the CMTS
1231           (if there is a cable card/interface in the CMTS,
1232           then it is actually the MAC address of the cable
1233           interface that connected to the CM) cable interface
1234
1235
1236
1237           connected to the CM.
1238         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1239           that the reporting CM is operating in.
1240         - docsIfDocsisBaseCapability: the highest
1241           version of the DOCSIS specification (1.0, 1.1, 2.0)
1242           that the device is capable of supporting.
1243         - docsIfCmtsCmStatusModulationType: the upstream
1244           modulation methodology used by the CM.
1245        "
1246    ::= { docsDevCmtsNotifs 8 }
1247
1248docsDevCmtsDynamicSANotif NOTIFICATION-TYPE
1249    OBJECTS {
1250        docsDevEvLevel,
1251        docsDevEvId,
1252        docsDevEvText,
1253        docsIfCmtsCmStatusMacAddress,
1254        ifPhysAddress,
1255        docsIfCmtsCmStatusDocsisRegMode,
1256        docsIfDocsisBaseCapability,
1257        docsIfCmtsCmStatusModulationType
1258    }
1259    STATUS current
1260    DESCRIPTION
1261        "A notification to report the failure of a dynamic security
1262         association operation that is detected by the CMTS.
1263
1264         This notification sends additional information about
1265         the event by including the following objects in its
1266         varbinding list.
1267
1268         - docsDevEvLevel: the priority level associated with the
1269           event.
1270         - docsDevEvId: the unique identifier of the event that
1271           occurred.
1272         - docsDevEvText: a textual description of the event.
1273         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1274           with which this notification is associated.
1275         - ifPhysAddress: the MAC address of the CMTS
1276           (if there is a cable card/interface in the CMTS,
1277           then it is actually the MAC address of the cable
1278           interface that connected to the CM) cable interface
1279           connected to the CM.
1280         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1281           that the reporting CM is operating in.
1282         - docsIfDocsisBaseCapability: the highest
1283           version of the DOCSIS specification (1.0, 1.1, 2.0)
1284           that the device is capable of supporting.
1285
1286
1287
1288         - docsIfCmtsCmStatusModulationType: the upstream
1289           modulation methodology used by the CM.
1290        "
1291    ::= { docsDevCmtsNotifs 9 }
1292
1293docsDevCmtsDCCReqFailNotif NOTIFICATION-TYPE
1294    OBJECTS {
1295        docsDevEvLevel,
1296        docsDevEvId,
1297        docsDevEvText,
1298        docsIfCmtsCmStatusMacAddress,
1299        ifPhysAddress,
1300        docsIfCmtsCmStatusDocsisRegMode,
1301        docsIfDocsisBaseCapability,
1302        docsIfCmtsCmStatusModulationType
1303    }
1304    STATUS current
1305    DESCRIPTION
1306        "A notification to report the failure of a dynamic channel
1307         change request during the dynamic channel
1308         change process and is detected by the CMTS.
1309
1310         This notification sends additional information about
1311         the event by including the following objects in its
1312         varbinding list.
1313         - docsDevEvLevel: the priority level associated with the
1314           event.
1315         - docsDevEvId: the unique identifier of the event that
1316           occurred.
1317         - docsDevEvText: a textual description of the event.
1318         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1319           with which this notification is associated.
1320         - ifPhysAddress: the MAC address of the CMTS
1321           (if there is a cable card/interface in the CMTS,
1322           then it is actually the MAC address of the cable
1323           interface that connected to the CM) cable interface
1324           connected to the CM.
1325         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1326           that the reporting CM is operating in.
1327         - docsIfDocsisBaseCapability: the highest
1328           version of the DOCSIS specification (1.0, 1.1, 2.0)
1329           that the device is capable of supporting.
1330         - docsIfCmtsCmStatusModulationType: the upstream
1331           modulation methodology used by the CM.
1332        "
1333    ::= { docsDevCmtsNotifs 10 }
1334
1335docsDevCmtsDCCRspFailNotif NOTIFICATION-TYPE
1336
1337
1338
1339    OBJECTS {
1340        docsDevEvLevel,
1341        docsDevEvId,
1342        docsDevEvText,
1343        docsIfCmtsCmStatusMacAddress,
1344        ifPhysAddress,
1345        docsIfCmtsCmStatusDocsisRegMode,
1346        docsIfDocsisBaseCapability,
1347        docsIfCmtsCmStatusModulationType
1348    }
1349    STATUS current
1350    DESCRIPTION
1351        "A notification to report the failure of a dynamic channel
1352         change response during the dynamic channel
1353         change process and is detected by the CMTS.
1354
1355         This notification sends additional information about
1356         the event by including the following objects in its
1357         varbinding list.
1358         - docsDevEvLevel: the priority level associated with the
1359           event.
1360         - docsDevEvId: the unique identifier of the event that
1361           occurred.
1362         - docsDevEvText: a textual description of the event.
1363
1364         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1365           with which this notification is associated.
1366         - ifPhysAddress: the MAC address of the CMTS
1367           (if there is a cable card/interface in the CMTS,
1368           then it is actually the MAC address of the cable
1369           interface that connected to the CM) cable interface
1370           connected to the CM.
1371         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1372           that the reporting CM is operating in.
1373         - docsIfDocsisBaseCapability: the highest
1374           version of the DOCSIS specification (1.0, 1.1, 2.0)
1375           that the device is capable of supporting.
1376         - docsIfCmtsCmStatusModulationType: the upstream
1377           modulation methodology used by the CM.
1378        "
1379    ::= { docsDevCmtsNotifs 11 }
1380
1381docsDevCmtsDCCAckFailNotif NOTIFICATION-TYPE
1382    OBJECTS {
1383        docsDevEvLevel,
1384        docsDevEvId,
1385        docsDevEvText,
1386        docsIfCmtsCmStatusMacAddress,
1387
1388
1389
1390        ifPhysAddress,
1391        docsIfCmtsCmStatusDocsisRegMode,
1392        docsIfDocsisBaseCapability,
1393        docsIfCmtsCmStatusModulationType
1394    }
1395    STATUS current
1396    DESCRIPTION
1397        "A notification to report the failure of a dynamic channel
1398         change acknowledgement during the dynamic channel
1399         change process and is detected by the CMTS.
1400
1401         This notification sends additional information about
1402         the event by including the following objects in its
1403         varbinding list.
1404         - docsDevEvLevel: the priority level associated with the
1405           event.
1406         - docsDevEvId: the unique identifier of the event that
1407           occurred.
1408         - docsDevEvText: a textual description of the event.
1409         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
1410           with which this notification is associated.
1411         - ifPhysAddress: the MAC address of the CMTS
1412           (if there is a cable card/interface in the CMTS,
1413           then it is actually the MAC address of the cable
1414           interface that connected to the CM) cable interface
1415           connected to the CM.
1416         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
1417           that the reporting CM is operating in.
1418         - docsIfDocsisBaseCapability: the highest
1419           version of the DOCSIS specification (1.0, 1.1, 2.0)
1420           that the device is capable of supporting.
1421         - docsIfCmtsCmStatusModulationType: the upstream
1422           modulation methodology used by the CM.
1423        "
1424    ::= { docsDevCmtsNotifs 12}
1425
1426--
1427--Conformance definitions
1428--
1429
1430docsDevNotifConformance OBJECT IDENTIFIER
1431   ::= { docsDevNotifMIB 4 }
1432docsDevNotifGroups OBJECT IDENTIFIER
1433   ::= { docsDevNotifConformance 1 }
1434docsDevNotifCompliances OBJECT IDENTIFIER
1435   ::= { docsDevNotifConformance 2 }
1436docsDevCmNotifCompliance MODULE-COMPLIANCE
1437    STATUS current
1438
1439
1440
1441    DESCRIPTION
1442    "The compliance statement for CM Notifications and Control."
1443
1444    MODULE --docsDevNotif
1445      MANDATORY-GROUPS {
1446               docsDevCmNotifControlGroup,
1447               docsDevCmNotificationGroup
1448           }
1449    ::= { docsDevNotifCompliances 1 }
1450
1451docsDevCmNotifControlGroup OBJECT-GROUP
1452    OBJECTS {
1453        docsDevCmNotifControl
1454    }
1455    STATUS current
1456    DESCRIPTION
1457        "This group represents objects that allow control
1458         over CM Notifications."
1459    ::= { docsDevNotifGroups 1 }
1460
1461docsDevCmNotificationGroup NOTIFICATION-GROUP
1462    NOTIFICATIONS {
1463        docsDevCmInitTLVUnknownNotif,
1464        docsDevCmDynServReqFailNotif,
1465        docsDevCmDynServRspFailNotif,
1466        docsDevCmDynServAckFailNotif,
1467        docsDevCmBpiInitNotif,
1468        docsDevCmBPKMNotif,
1469        docsDevCmDynamicSANotif,
1470        docsDevCmDHCPFailNotif,
1471        docsDevCmSwUpgradeInitNotif,
1472        docsDevCmSwUpgradeFailNotif,
1473        docsDevCmSwUpgradeSuccessNotif,
1474        docsDevCmSwUpgradeCVCFailNotif,
1475        docsDevCmTODFailNotif,
1476        docsDevCmDCCReqFailNotif,
1477        docsDevCmDCCRspFailNotif,
1478        docsDevCmDCCAckFailNotif
1479    }
1480    STATUS current
1481    DESCRIPTION
1482        "A collection of CM notifications providing device status
1483   and control."
1484    ::= { docsDevNotifGroups 2 }
1485
1486docsDevCmtsNotifCompliance MODULE-COMPLIANCE
1487    STATUS current
1488    DESCRIPTION
1489
1490
1491
1492        "The compliance statement for DOCSIS CMTS Notification
1493         and Control."
1494    MODULE --docsDevNotif
1495       MANDATORY-GROUPS {
1496          docsDevCmtsNotifControlGroup,
1497          docsDevCmtsNotificationGroup
1498       }
1499    ::= { docsDevNotifCompliances 2 }
1500
1501docsDevCmtsNotifControlGroup OBJECT-GROUP
1502    OBJECTS {
1503        docsDevCmtsNotifControl
1504    }
1505    STATUS current
1506    DESCRIPTION
1507        "This group represents objects that allow control
1508         over CMTS Notifications."
1509    ::= { docsDevNotifGroups 3 }
1510
1511docsDevCmtsNotificationGroup NOTIFICATION-GROUP
1512    NOTIFICATIONS {
1513        docsDevCmtsInitRegReqFailNotif,
1514        docsDevCmtsInitRegRspFailNotif,
1515        docsDevCmtsInitRegAckFailNotif ,
1516        docsDevCmtsDynServReqFailNotif,
1517        docsDevCmtsDynServRspFailNotif,
1518        docsDevCmtsDynServAckFailNotif,
1519        docsDevCmtsBpiInitNotif,
1520        docsDevCmtsBPKMNotif,
1521        docsDevCmtsDynamicSANotif,
1522        docsDevCmtsDCCReqFailNotif,
1523        docsDevCmtsDCCRspFailNotif,
1524        docsDevCmtsDCCAckFailNotif
1525    }
1526    STATUS current
1527    DESCRIPTION
1528        "A collection of CMTS notifications providing device
1529         status and control."
1530    ::= { docsDevNotifGroups 4 }
1531
1532END
1533