Blame mibs/ietf/DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB

Packit 022b05
DOCS-IETF-CABLE-DEVICE-NOTIFICATION-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
  IMPORTS
Packit 022b05
        MODULE-IDENTITY,
Packit 022b05
        OBJECT-TYPE,
Packit 022b05
        NOTIFICATION-TYPE,
Packit 022b05
        mib-2
Packit 022b05
              FROM SNMPv2-SMI -- RFC 2578
Packit 022b05
        MODULE-COMPLIANCE,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        OBJECT-GROUP,
Packit 022b05
        NOTIFICATION-GROUP
Packit 022b05
              FROM SNMPv2-CONF -- RFC 2580
Packit 022b05
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsDevSwFilename,
Packit 022b05
        docsDevSwServer,
Packit 022b05
        docsDevServerDhcp,
Packit 022b05
        docsDevServerTime
Packit 022b05
              FROM DOCS-CABLE-DEVICE-MIB -- RFC 2669
Packit 022b05
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
              FROM DOCS-IF-MIB -- RFC 4546
Packit 022b05
Packit 022b05
        ifPhysAddress
Packit 022b05
              FROM IF-MIB;  -- RFC 2863
Packit 022b05
Packit 022b05
  docsDevNotifMIB MODULE-IDENTITY
Packit 022b05
Packit 022b05
        LAST-UPDATED    "200605240000Z" -- May 24, 2006
Packit 022b05
        ORGANIZATION    "IETF IP over Cable Data Network
Packit 022b05
                         Working Group"
Packit 022b05
Packit 022b05
        CONTACT-INFO
Packit 022b05
            "        Azlina Ahmad
Packit 022b05
             Postal: Cisco Systems, Inc.
Packit 022b05
                     170 West Tasman Drive
Packit 022b05
                     San Jose, CA 95134, U.S.A.
Packit 022b05
             Phone:   408 853 7927
Packit 022b05
             E-mail: azlina@cisco.com
Packit 022b05
Packit 022b05
                     Greg Nakanishi
Packit 022b05
             Postal: Motorola
Packit 022b05
                     6450 Sequence Drive
Packit 022b05
                     San Diego, CA 92121, U.S.A.
Packit 022b05
             Phone:   858 404 2366
Packit 022b05
             E-mail: gnakanishi@motorola.com
Packit 022b05
Packit 022b05
             IETF IPCDN Working Group
Packit 022b05
             General Discussion: ipcdn@ietf.org
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             Subscribe: http://www.ietf.org/mailman/listinfo/ipcdn
Packit 022b05
             Archive: ftp://ftp.ietf.org/ietf-mail-archive/ipcdn
Packit 022b05
             Co-chairs: Richard Woundy,
Packit 022b05
                          richard_woundy@cable.comcast.com
Packit 022b05
                        Jean-Francois Mule, jf.mule@cablelabs.com"
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The Event Notification MIB is an extension of the
Packit 022b05
            CABLE DEVICE MIB.  It defines various notification
Packit 022b05
            objects for both cable modem and cable modem termination
Packit 022b05
            systems.  Two groups of SNMP notification objects are
Packit 022b05
            defined.  One group is for notifying cable modem events,
Packit 022b05
            and one group is for notifying cable modem termination
Packit 022b05
            system events.
Packit 022b05
Packit 022b05
            DOCSIS defines numerous events, and each event is
Packit 022b05
            assigned to a functional category.  This MIB defines
Packit 022b05
            a notification object for each functional category.
Packit 022b05
            The varbinding list of each notification includes
Packit 022b05
            information about the event that occurred on the
Packit 022b05
            device.
Packit 022b05
Packit 022b05
            Copyright (C) The Internet Society (2006).  This version
Packit 022b05
            of this MIB module is part of RFC 4547; see the RFC
Packit 022b05
            itself for full legal notices."
Packit 022b05
Packit 022b05
        REVISION "200605240000Z" -- May 24, 2006
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Initial version, published as RFC 4547."
Packit 022b05
        ::= { mib-2 132 }
Packit 022b05
Packit 022b05
docsDevNotifControl OBJECT IDENTIFIER ::= { docsDevNotifMIB 1}
Packit 022b05
docsDevCmNotifs OBJECT IDENTIFIER ::= { docsDevNotifMIB 2 0 }
Packit 022b05
docsDevCmtsNotifs OBJECT IDENTIFIER ::= { docsDevNotifMIB 3 0 }
Packit 022b05
Packit 022b05
docsDevCmNotifControl OBJECT-TYPE
Packit 022b05
    SYNTAX BITS {
Packit 022b05
        cmInitTLVUnknownNotif( 0),
Packit 022b05
        cmDynServReqFailNotif( 1),
Packit 022b05
        cmDynServRspFailNotif( 2),
Packit 022b05
        cmDynServAckFailNotif( 3),
Packit 022b05
        cmBpiInitNotif( 4),
Packit 022b05
        cmBPKMNotif( 5),
Packit 022b05
        cmDynamicSANotif( 6),
Packit 022b05
        cmDHCPFailNotif( 7),
Packit 022b05
        cmSwUpgradeInitNotif( 8),
Packit 022b05
        cmSwUpgradeFailNotif( 9),
Packit 022b05
        cmSwUpgradeSuccessNotif( 10),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        cmSwUpgradeCVCNotif( 11),
Packit 022b05
        cmTODFailNotif( 12),
Packit 022b05
        cmDCCReqFailNotif( 13),
Packit 022b05
        cmDCCRspFailNotif( 14),
Packit 022b05
        cmDCCAckFailNotif( 15)
Packit 022b05
    }
Packit 022b05
   MAX-ACCESS read-write
Packit 022b05
Packit 022b05
   STATUS current
Packit 022b05
   DESCRIPTION
Packit 022b05
       "The object is used to enable specific CM notifications.
Packit 022b05
        For example, if the first bit is set, then
Packit 022b05
        docsDevCmInitTLVUnknownNotif is enabled.  If it is not set,
Packit 022b05
        the notification is disabled.  Note that notifications are
Packit 022b05
        also under the control of the MIB modules defined in
Packit 022b05
        RFC3413.
Packit 022b05
Packit 022b05
        If the device is rebooted,the value of this object SHOULD
Packit 022b05
        revert to the default value.
Packit 022b05
       "
Packit 022b05
   DEFVAL { {} }
Packit 022b05
   ::= { docsDevNotifControl 1 }
Packit 022b05
Packit 022b05
docsDevCmtsNotifControl OBJECT-TYPE
Packit 022b05
    SYNTAX BITS {
Packit 022b05
        cmtsInitRegReqFailNotif( 0),
Packit 022b05
        cmtsInitRegRspFailNotif( 1),
Packit 022b05
        cmtsInitRegAckFailNotif( 2),
Packit 022b05
        cmtsDynServReqFailNotif( 3),
Packit 022b05
        cmtsDynServRspFailNotif( 4),
Packit 022b05
        cmtsDynServAckFailNotif( 5),
Packit 022b05
        cmtsBpiInitNotif( 6),
Packit 022b05
        cmtsBPKMNotif( 7),
Packit 022b05
        cmtsDynamicSANotif( 8),
Packit 022b05
        cmtsDCCReqFailNotif( 9),
Packit 022b05
        cmtsDCCRspFailNotif( 10),
Packit 022b05
        cmtsDCCAckFailNotif( 11)
Packit 022b05
    }
Packit 022b05
    MAX-ACCESS read-write
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The object is used to enable specific CMTS notifications.
Packit 022b05
        For example, if the first bit is set, then
Packit 022b05
        docsDevCmtsInitRegRspFailNotif is enabled.  If it is not set,
Packit 022b05
        the notification is disabled.  Note that notifications are
Packit 022b05
        also under the control of the MIB modules defined in
Packit 022b05
        RFC3413.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        If the device is rebooted,the value of this object SHOULD
Packit 022b05
        revert to the default value.
Packit 022b05
       "
Packit 022b05
    DEFVAL { {} }
Packit 022b05
    ::= { docsDevNotifControl 2 }
Packit 022b05
Packit 022b05
docsDevCmInitTLVUnknownNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "Notification to indicate that an unknown TLV was
Packit 022b05
          encountered during the TLV parsing process.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
docsDevCmDynServReqFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
        "A notification to report the failure of a dynamic service
Packit 022b05
         request during the dynamic services process.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected to (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 2 }
Packit 022b05
Packit 022b05
docsDevCmDynServRspFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " A notification to report the failure of a dynamic service
Packit 022b05
         response during the dynamic services process.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 3}
Packit 022b05
Packit 022b05
docsDevCmDynServAckFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        "A notification to report the failure of a dynamic service
Packit 022b05
         acknowledgement during the dynamic services process.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 4}
Packit 022b05
Packit 022b05
docsDevCmBpiInitNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a BPI
Packit 022b05
         initialization attempt during the registration process.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 5 }
Packit 022b05
Packit 022b05
docsDevCmBPKMNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a Baseline
Packit 022b05
         Privacy Key Management (BPKM) operation.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 6 }
Packit 022b05
Packit 022b05
docsDevCmDynamicSANotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic security
Packit 022b05
         association operation.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 7 }
Packit 022b05
Packit 022b05
docsDevCmDHCPFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsDevServerDhcp,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a DHCP operation.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsDevServerDhcp: the IP address of the DHCP server.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 8 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
docsDevCmSwUpgradeInitNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsDevSwFilename,
Packit 022b05
        docsDevSwServer,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to indicate that a software upgrade
Packit 022b05
         has been initiated on the device.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 9 }
Packit 022b05
Packit 022b05
docsDevCmSwUpgradeFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsDevSwFilename,
Packit 022b05
        docsDevSwServer,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a software upgrade
Packit 022b05
         attempt.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsDevSwFilename: the software image file name
Packit 022b05
         - docsDevSwServer: the IP address of the server that
Packit 022b05
           the image is retrieved from.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 10 }
Packit 022b05
Packit 022b05
docsDevCmSwUpgradeSuccessNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsDevSwFilename,
Packit 022b05
        docsDevSwServer,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the software upgrade success
Packit 022b05
         status.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsDevSwFilename: the software image file name
Packit 022b05
         - docsDevSwServer: the IP address of the server that
Packit 022b05
           the image is retrieved from.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 11 }
Packit 022b05
Packit 022b05
docsDevCmSwUpgradeCVCFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report that the verification of the
Packit 022b05
         code file has failed during a secure software upgrade
Packit 022b05
         attempt.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 12 }
Packit 022b05
Packit 022b05
docsDevCmTODFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsDevServerTime,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a time of day
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         operation.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsDevServerTime: the IP address of the time server.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 13 }
Packit 022b05
Packit 022b05
docsDevCmDCCReqFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        " A notification to report the failure of a dynamic channel
Packit 022b05
         change request during the dynamic channel change process
Packit 022b05
         on the CM.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 14 }
Packit 022b05
Packit 022b05
docsDevCmDCCRspFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic channel
Packit 022b05
         change response during the dynamic channel
Packit 022b05
         change process on the CM.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmStatusModulationType: the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 15 }
Packit 022b05
Packit 022b05
docsDevCmDCCAckFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmCmtsAddress,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmStatusDocsisOperMode,
Packit 022b05
        docsIfCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic channel
Packit 022b05
         change acknowledgement during the dynamic channel
Packit 022b05
         change process on the CM.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - ifPhysAddress: the MAC address of the cable
Packit 022b05
           interface of this cable modem.
Packit 022b05
         - docsIfCmCmtsAddress: the MAC address of the CMTS
Packit 022b05
           to which the CM is connected (if there is a cable
Packit 022b05
           card/interface in the CMTS, then it is actually the
Packit 022b05
           MAC address of the cable interface to which it is
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           connected).
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmStatusDocsisOperMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the CM is operating in.
Packit 022b05
         - docsIfCmtsCmStatusModulationType the upstream modulation
Packit 022b05
           methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmNotifs 16}
Packit 022b05
Packit 022b05
docsDevCmtsInitRegReqFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a registration
Packit 022b05
         request from a CM during the CM initialization
Packit 022b05
         process that was detected on the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 1 }
Packit 022b05
Packit 022b05
docsDevCmtsInitRegRspFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a registration
Packit 022b05
         response during the CM initialization
Packit 022b05
         process that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 2 }
Packit 022b05
Packit 022b05
docsDevCmtsInitRegAckFailNotif NOTIFICATION-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a registration
Packit 022b05
         acknowledgement from the CM during the CM
Packit 022b05
         initialization process that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 3 }
Packit 022b05
Packit 022b05
docsDevCmtsDynServReqFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
     }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic service
Packit 022b05
         request during the dynamic services process
Packit 022b05
         that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 4 }
Packit 022b05
Packit 022b05
docsDevCmtsDynServRspFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        "A notification to report the failure of a dynamic service
Packit 022b05
         response during the dynamic services process
Packit 022b05
         that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 5 }
Packit 022b05
Packit 022b05
docsDevCmtsDynServAckFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic service
Packit 022b05
         acknowledgement during the dynamic services
Packit 022b05
         process that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 6 }
Packit 022b05
Packit 022b05
Packit 022b05
docsDevCmtsBpiInitNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a BPI
Packit 022b05
         initialization attempt during the CM registration process
Packit 022b05
         that was detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 7 }
Packit 022b05
Packit 022b05
docsDevCmtsBPKMNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a BPKM operation
Packit 022b05
         that is detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 8 }
Packit 022b05
Packit 022b05
docsDevCmtsDynamicSANotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic security
Packit 022b05
         association operation that is detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 9 }
Packit 022b05
Packit 022b05
docsDevCmtsDCCReqFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic channel
Packit 022b05
         change request during the dynamic channel
Packit 022b05
         change process and is detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 10 }
Packit 022b05
Packit 022b05
docsDevCmtsDCCRspFailNotif NOTIFICATION-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic channel
Packit 022b05
         change response during the dynamic channel
Packit 022b05
         change process and is detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 11 }
Packit 022b05
Packit 022b05
docsDevCmtsDCCAckFailNotif NOTIFICATION-TYPE
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevEvLevel,
Packit 022b05
        docsDevEvId,
Packit 022b05
        docsDevEvText,
Packit 022b05
        docsIfCmtsCmStatusMacAddress,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        ifPhysAddress,
Packit 022b05
        docsIfCmtsCmStatusDocsisRegMode,
Packit 022b05
        docsIfDocsisBaseCapability,
Packit 022b05
        docsIfCmtsCmStatusModulationType
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A notification to report the failure of a dynamic channel
Packit 022b05
         change acknowledgement during the dynamic channel
Packit 022b05
         change process and is detected by the CMTS.
Packit 022b05
Packit 022b05
         This notification sends additional information about
Packit 022b05
         the event by including the following objects in its
Packit 022b05
         varbinding list.
Packit 022b05
         - docsDevEvLevel: the priority level associated with the
Packit 022b05
           event.
Packit 022b05
         - docsDevEvId: the unique identifier of the event that
Packit 022b05
           occurred.
Packit 022b05
         - docsDevEvText: a textual description of the event.
Packit 022b05
         - docsIfCmtsCmStatusMacAddress: the MAC address of the CM
Packit 022b05
           with which this notification is associated.
Packit 022b05
         - ifPhysAddress: the MAC address of the CMTS
Packit 022b05
           (if there is a cable card/interface in the CMTS,
Packit 022b05
           then it is actually the MAC address of the cable
Packit 022b05
           interface that connected to the CM) cable interface
Packit 022b05
           connected to the CM.
Packit 022b05
         - docsIfCmtsCmStatusDocsisRegMode: the QOS level (1.0, 1.1)
Packit 022b05
           that the reporting CM is operating in.
Packit 022b05
         - docsIfDocsisBaseCapability: the highest
Packit 022b05
           version of the DOCSIS specification (1.0, 1.1, 2.0)
Packit 022b05
           that the device is capable of supporting.
Packit 022b05
         - docsIfCmtsCmStatusModulationType: the upstream
Packit 022b05
           modulation methodology used by the CM.
Packit 022b05
        "
Packit 022b05
    ::= { docsDevCmtsNotifs 12}
Packit 022b05
Packit 022b05
--
Packit 022b05
--Conformance definitions
Packit 022b05
--
Packit 022b05
Packit 022b05
docsDevNotifConformance OBJECT IDENTIFIER
Packit 022b05
   ::= { docsDevNotifMIB 4 }
Packit 022b05
docsDevNotifGroups OBJECT IDENTIFIER
Packit 022b05
   ::= { docsDevNotifConformance 1 }
Packit 022b05
docsDevNotifCompliances OBJECT IDENTIFIER
Packit 022b05
   ::= { docsDevNotifConformance 2 }
Packit 022b05
docsDevCmNotifCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
    "The compliance statement for CM Notifications and Control."
Packit 022b05
Packit 022b05
    MODULE --docsDevNotif
Packit 022b05
      MANDATORY-GROUPS {
Packit 022b05
               docsDevCmNotifControlGroup,
Packit 022b05
               docsDevCmNotificationGroup
Packit 022b05
           }
Packit 022b05
    ::= { docsDevNotifCompliances 1 }
Packit 022b05
Packit 022b05
docsDevCmNotifControlGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevCmNotifControl
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group represents objects that allow control
Packit 022b05
         over CM Notifications."
Packit 022b05
    ::= { docsDevNotifGroups 1 }
Packit 022b05
Packit 022b05
docsDevCmNotificationGroup NOTIFICATION-GROUP
Packit 022b05
    NOTIFICATIONS {
Packit 022b05
        docsDevCmInitTLVUnknownNotif,
Packit 022b05
        docsDevCmDynServReqFailNotif,
Packit 022b05
        docsDevCmDynServRspFailNotif,
Packit 022b05
        docsDevCmDynServAckFailNotif,
Packit 022b05
        docsDevCmBpiInitNotif,
Packit 022b05
        docsDevCmBPKMNotif,
Packit 022b05
        docsDevCmDynamicSANotif,
Packit 022b05
        docsDevCmDHCPFailNotif,
Packit 022b05
        docsDevCmSwUpgradeInitNotif,
Packit 022b05
        docsDevCmSwUpgradeFailNotif,
Packit 022b05
        docsDevCmSwUpgradeSuccessNotif,
Packit 022b05
        docsDevCmSwUpgradeCVCFailNotif,
Packit 022b05
        docsDevCmTODFailNotif,
Packit 022b05
        docsDevCmDCCReqFailNotif,
Packit 022b05
        docsDevCmDCCRspFailNotif,
Packit 022b05
        docsDevCmDCCAckFailNotif
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A collection of CM notifications providing device status
Packit 022b05
   and control."
Packit 022b05
    ::= { docsDevNotifGroups 2 }
Packit 022b05
Packit 022b05
docsDevCmtsNotifCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        "The compliance statement for DOCSIS CMTS Notification
Packit 022b05
         and Control."
Packit 022b05
    MODULE --docsDevNotif
Packit 022b05
       MANDATORY-GROUPS {
Packit 022b05
          docsDevCmtsNotifControlGroup,
Packit 022b05
          docsDevCmtsNotificationGroup
Packit 022b05
       }
Packit 022b05
    ::= { docsDevNotifCompliances 2 }
Packit 022b05
Packit 022b05
docsDevCmtsNotifControlGroup OBJECT-GROUP
Packit 022b05
    OBJECTS {
Packit 022b05
        docsDevCmtsNotifControl
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This group represents objects that allow control
Packit 022b05
         over CMTS Notifications."
Packit 022b05
    ::= { docsDevNotifGroups 3 }
Packit 022b05
Packit 022b05
docsDevCmtsNotificationGroup NOTIFICATION-GROUP
Packit 022b05
    NOTIFICATIONS {
Packit 022b05
        docsDevCmtsInitRegReqFailNotif,
Packit 022b05
        docsDevCmtsInitRegRspFailNotif,
Packit 022b05
        docsDevCmtsInitRegAckFailNotif ,
Packit 022b05
        docsDevCmtsDynServReqFailNotif,
Packit 022b05
        docsDevCmtsDynServRspFailNotif,
Packit 022b05
        docsDevCmtsDynServAckFailNotif,
Packit 022b05
        docsDevCmtsBpiInitNotif,
Packit 022b05
        docsDevCmtsBPKMNotif,
Packit 022b05
        docsDevCmtsDynamicSANotif,
Packit 022b05
        docsDevCmtsDCCReqFailNotif,
Packit 022b05
        docsDevCmtsDCCRspFailNotif,
Packit 022b05
        docsDevCmtsDCCAckFailNotif
Packit 022b05
    }
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "A collection of CMTS notifications providing device
Packit 022b05
         status and control."
Packit 022b05
    ::= { docsDevNotifGroups 4 }
Packit 022b05
Packit 022b05
END