-- extracted from draft-ietf-ipcdn-docsisevent-mib-04.txt -- at Thu Aug 12 06:22:35 2004 DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, mib-2 FROM SNMPv2-SMI -- RFC 2578 MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF -- RFC 2580 docsDevEvLevel, docsDevEvId, docsDevEvText, docsDevSwFilename, docsDevSwServer, docsDevServerDhcp, docsDevServerTime FROM DOCS-CABLE-DEVICE-MIB -- RFC 2669 docsIfCmCmtsAddress, docsIfCmtsCmStatusMacAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType, docsIfCmtsCmStatusDocsisRegMode, docsIfCmtsCmStatusModulationType FROM DOCS-IF-MIB -- draft-ietf-ipcdn-docs-rfmibv2-10 -- RFC ED.: replace 'draft-ietf-ipcdn-docs-rfmibv2-10' with assigned -- RFC number and remove this note. ifPhysAddress FROM IF-MIB; -- RFC 2863 docsDevNotifMIB MODULE-IDENTITY LAST-UPDATED "200407080000Z" -- July 8, 2004 ORGANIZATION "IETF IPCDN Working Group" CONTACT-INFO " Azlina Ahmad Postal: Protego Networks, Inc. 1064 Yosemite Drive Milpitas, CA 95035, U.S.A. Phone: 408 262 5220 E-mail: azlina@protegonetworks.com Greg Nakanishi Postal: Motorola 6450 Sequence Drive San Diego, CA 92121, U.S.A. Phone: 858 404 2366 E-mail: gnakanishi@motorola.com IETF IPCDN Working Group General Discussion: ipcdn@ietf.org Subscribe: http://www.ietf.org/mailman/listinfo/ipcdn Archive: ftp://ftp.ietf.org/ietf-mail-archive/ipcdn Co-chairs: Richard Woundy, richard_woundy@cable.comcast.com Jean-Francois Mule, jf.mule@cablelabs.com" DESCRIPTION "The Event Notification MIB is an extension of the CABLE DEVICE MIB defined in RFC 2669. It defines various notification objects for both cable modem and cable modem termination systems. Two groups of SNMP notification objects are defined. One group is for notifying cable modem events and one group for notifying cable modem termination system events. DOCSIS defines numerous events and each event is assigned to a functional category. This MIB defines a notification object for each functional category. The varbinding list of each notification includes information about the event that occurred on the device. Copyright (C) The Internet Society (2004). This version of this MIB module is part of RFC yyyy; see the RFC itself for full legal notices." -- RFC Ed.: replace yyyy with actual RFC number & remove this note REVISION "200407080000Z" -- July 8, 2004 DESCRIPTION "Initial version, published as RFC yyyy." -- RFC Ed.: replace yyyy with actual RFC number & remove this note ::= { mib-2 xxx } -- Editor's Note (to be removed prior to publication): the IANA is -- requested to assign a value for "xxx" under the 'mib-2' -- subtree and to record the assignment in the SMI Numbers registry. -- When the assignment has been made, the RFC Editor is asked to -- replace "xxx" (here and in the MIB module) with the assigned -- value and to remove this note. docsDevNotifs OBJECT IDENTIFIER ::= { docsDevNotifMIB 1 } docsDevNotifControl OBJECT IDENTIFIER ::= { docsDevNotifs 1} docsDevCmNotifs OBJECT IDENTIFIER ::= { docsDevNotifs 2 0 } docsDevCmtsNotifs OBJECT IDENTIFIER ::= { docsDevNotifs 3 0 } docsDevCmNotifControl OBJECT-TYPE SYNTAX BITS { cmInitTLVUnknownNotif( 0), cmDynServReqFailNotif( 1), cmDynServRspFailNotif( 2), cmDynServAckFailNotif( 3), cmBpiInitNotif( 4), cmBPKMNotif( 5), cmDynamicSANotif( 6), cmDHCPFailNotif( 7), cmSwUpgradeInitNotif( 8), cmSwUpgradeFailNotif( 9), cmSwUpgradeSuccessNotif( 10), cmSwUpgradeCVCNotif( 11), cmTODFailNotif( 12), cmDCCReqFailNotif( 13), cmDCCRspFailNotif( 14), cmDCCAckFailNotif( 15) } MAX-ACCESS read-write STATUS current DESCRIPTION "The object is used to enable specific CM notifications. For example, if the first bit is set, then docsDevCmInitTLVUnknownNotif is enabled. If it is not set, the notification is disabled. " DEFVAL { {} } ::= { docsDevNotifControl 1 } docsDevCmtsNotifControl OBJECT-TYPE SYNTAX BITS { cmtsInitRegReqFailNotif( 0), cmtsInitRegRspFailNotif( 1), cmtsInitRegAckFailNotif( 2), cmtsDynServReqFailNotif( 3), cmtsDynServRspFailNotif( 4), cmtsDynServAckFailNotif( 5), cmtsBpiInitNotif( 6), cmtsBPKMNotif( 7), cmtsDynamicSANotif( 8), cmtsDCCReqFailNotif( 9), cmtsDCCRspFailNotif( 10), cmtsDCCAckFailNotif( 11) } MAX-ACCESS read-write STATUS current DESCRIPTION "The object is used to enable specific CMTS notifications. For example, if the first bit is set, then docsDevCmtsInitRegRspFailNotif is enabled. If it is not set, the notification is disabled. " DEFVAL { {} } ::= { docsDevNotifControl 2 } docsDevCmInitTLVUnknownNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "Notification to indicate that an unknown TLV was encountered during the TLV parsing process. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 1 } docsDevCmDynServReqFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic service request during the dynamic services process. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 2 } docsDevCmDynServRspFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION " A notification to report the failure of a dynamic service response during the dynamic services process. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 3} docsDevCmDynServAckFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic service acknowledgement during the dynamic services process. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 4} docsDevCmBpiInitNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION " A notification to report the failure of a BPI initialization attempt during the registration process. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 5 } docsDevCmBPKMNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a Baseline Privacy Key Management (BPKM) operation. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 6 } docsDevCmDynamicSANotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic security association operation. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 7 } docsDevCmDHCPFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsDevServerDhcp, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a DHCP operation. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsDevServerDhcp: the IP address of the DHCP server. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 8 } docsDevCmSwUpgradeInitNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsDevSwFilename, docsDevSwServer, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to indicate that a software upgrade has been initiated on the device. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 9 } docsDevCmSwUpgradeFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsDevSwFilename, docsDevSwServer, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a software upgrade attempt. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsDevSwFilename: the software image file name - docsDevSwServer: the IP address of the server that the image is retrieved from. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 10 } docsDevCmSwUpgradeSuccessNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsDevSwFilename, docsDevSwServer, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the software upgrade success status. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsDevSwFilename: the software image file name - docsDevSwServer: the IP address of the server that the image is retrieved from. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 11 } docsDevCmSwUpgradeCVCFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report that the verification of the code file has failed during a secure software upgrade attempt. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 12 } docsDevCmTODFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsDevServerTime, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report a failure of a time of day operation. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsDevServerTime: the IP address of the time server. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 13 } docsDevCmDCCReqFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION " A notification to report a failure of a dynamic channel change request during the dynamic channel change process on the CM. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 14 } docsDevCmDCCRspFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic channel change response during the dynamic channel change process on the CM. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 15 } docsDevCmDCCAckFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, ifPhysAddress, docsIfCmCmtsAddress, docsIfDocsisBaseCapability, docsIfCmStatusDocsisOperMode, docsIfCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic channel change acknowledgement during the dynamic channel change process on the CM. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - ifPhysAddress: the MAC address of the cable interface of this cable modem. - docsIfCmCmtsAddress: the MAC address of the CMTS to which the CM is connected to(if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1) that the CM is operating in. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM the CM). " ::= { docsDevCmNotifs 16} docsDevCmtsInitRegReqFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a registration request from a CM during the CM initialization process and detected on the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 1 } docsDevCmtsInitRegRspFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a registration response during the CM initialization process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 2 } docsDevCmtsInitRegAckFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a registration acknowledgement from the CM during the CM initialization process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 3 } docsDevCmtsDynServReqFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic service request during the dynamic services process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 4 } docsDevCmtsDynServRspFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic service response during the dynamic services process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 5 } docsDevCmtsDynServAckFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic service acknowledgement during the dynamic services process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 6 } docsDevCmtsBpiInitNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a BPI initialization attempt during the CM registration process and detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 7 } docsDevCmtsBPKMNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a BPKM operation which is detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 8 } docsDevCmtsDynamicSANotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic security association operation which is detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 9 } docsDevCmtsDCCReqFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic channel change request during the dynamic channel change process and is detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 10 } docsDevCmtsDCCRspFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic channel change response during the dynamic channel change process and is detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 11 } docsDevCmtsDCCAckFailNotif NOTIFICATION-TYPE OBJECTS { docsDevEvLevel, docsDevEvId, docsDevEvText, docsIfCmtsCmStatusMacAddress, ifPhysAddress, docsIfCmtsCmStatusDocsisRegMode, docsIfDocsisBaseCapability, docsIfCmtsCmStatusModulationType } STATUS current DESCRIPTION "A notification to report the failure of a dynamic channel change acknowledgement during the dynamic channel change process and is detected by the CMTS. This notification sends additional information about the event by including the following objects in it's varbinding list. - docsDevEvLevel: the priority level associated with the event. - docsDevEvId: the unique identifier of the event that occurred. - docsDevEvText: a textual description of the event. - docsIfCmtsCmStatusMacAddress: the MAC address of the CM for which this notification is associated with. - ifPhysAddress: the MAC address of the CMTS (if there is a cable card/ interface in the CMTS, then it is actually the MAC address of the cable interface which connected to the CM) cable interface connected to the CM. - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1) that the reporting CM is operating in. - docsIfDocsisBaseCapability: the highest version of the DOCSIS specification(1.0, 1.1, 2.0) that the device is capable of supporting. - docsIfCmtsCmStatusModulationType the upstream modulation methodology used by the CM. " ::= { docsDevCmtsNotifs 12} -- --Conformance definitions -- docsDevNotifConformance OBJECT IDENTIFIER ::= { docsDevNotifs 4 } docsDevNotifGroups OBJECT IDENTIFIER ::= { docsDevNotifConformance 1 } docsDevNotifCompliances OBJECT IDENTIFIER ::= { docsDevNotifConformance 2 } docsDevCmNotifCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for CM Notifications and Control" MODULE --docsDevNotif --mandatory groups GROUP docsDevCmNotifControlGroup DESCRIPTION "Mandatory in CM." GROUP docsDevCmNotificationGroup DESCRIPTION "Mandatory in CM." ::= { docsDevNotifCompliances 1 } docsDevCmNotifControlGroup OBJECT-GROUP OBJECTS { docsDevCmNotifControl } STATUS current DESCRIPTION "CM must support docsDevCmNotifControl." ::= { docsDevNotifGroups 1 } docsDevCmNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { docsDevCmInitTLVUnknownNotif, docsDevCmDynServReqFailNotif, docsDevCmDynServRspFailNotif, docsDevCmDynServAckFailNotif, docsDevCmBpiInitNotif, docsDevCmBPKMNotif, docsDevCmDynamicSANotif, docsDevCmDHCPFailNotif, docsDevCmSwUpgradeInitNotif, docsDevCmSwUpgradeFailNotif, docsDevCmSwUpgradeSuccessNotif, docsDevCmSwUpgradeCVCFailNotif, docsDevCmTODFailNotif, docsDevCmDCCReqFailNotif, docsDevCmDCCRspFailNotif, docsDevCmDCCAckFailNotif } STATUS current DESCRIPTION "A collection of CM notifications providing device status and control." ::= { docsDevNotifGroups 2 } docsDevCmtsNotifCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for DOCSIS CM and CMTS." MODULE --docsDevNotif --mandatory groups GROUP docsDevCmtsNotifControlGroup DESCRIPTION "Mandatory in CMTS." GROUP docsDevCmtsNotificationGroup DESCRIPTION "Mandatory in CMTS." ::= { docsDevNotifCompliances 2 } docsDevCmtsNotifControlGroup OBJECT-GROUP OBJECTS { docsDevCmtsNotifControl } STATUS current DESCRIPTION "CMTS must support docsDevCmtsNotifControl." ::= { docsDevNotifGroups 3 } docsDevCmtsNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { docsDevCmtsInitRegReqFailNotif, docsDevCmtsInitRegRspFailNotif, docsDevCmtsInitRegAckFailNotif , docsDevCmtsDynServReqFailNotif, docsDevCmtsDynServRspFailNotif, docsDevCmtsDynServAckFailNotif, docsDevCmtsBpiInitNotif, docsDevCmtsBPKMNotif, docsDevCmtsDynamicSANotif, docsDevCmtsDCCReqFailNotif, docsDevCmtsDCCRspFailNotif, docsDevCmtsDCCAckFailNotif } STATUS current DESCRIPTION "A collection of CMTS notifications providing device status and control." ::= { docsDevNotifGroups 4 } END -- -- Copyright (C) The Internet Society (2004). This document is subject -- to the rights, licenses and restrictions contained in BCP 78, and -- except as set forth therein, the authors retain all their rights. -- -- -- Acknowledgment -- -- Funding for the RFC Editor function is currently provided by the -- Internet Society.