Blame mibs/ietf/DOCS-IETF-BPI2-MIB

Packit 022b05
DOCS-IETF-BPI2-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
        MODULE-IDENTITY, OBJECT-TYPE,
Packit 022b05
        Integer32,
Packit 022b05
        Unsigned32,
Packit 022b05
        Counter32,
Packit 022b05
        mib-2
Packit 022b05
             FROM SNMPv2-SMI           -- [RFC2578]
Packit 022b05
        SnmpAdminString
Packit 022b05
             FROM SNMP-FRAMEWORK-MIB   -- [RFC3411]
Packit 022b05
        TEXTUAL-CONVENTION,
Packit 022b05
        MacAddress,
Packit 022b05
        RowStatus,
Packit 022b05
        TruthValue,
Packit 022b05
        DateAndTime,
Packit 022b05
        StorageType
Packit 022b05
             FROM SNMPv2-TC            -- [RFC2579]
Packit 022b05
        OBJECT-GROUP,
Packit 022b05
        MODULE-COMPLIANCE
Packit 022b05
             FROM SNMPv2-CONF          -- [RFC2580]
Packit 022b05
        ifIndex
Packit 022b05
             FROM IF-MIB               -- [RFC2863]
Packit 022b05
        InetAddressType,
Packit 022b05
        InetAddress
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             FROM INET-ADDRESS-MIB;    -- [RFC4001]
Packit 022b05
Packit 022b05
   docsBpi2MIB    MODULE-IDENTITY
Packit 022b05
        LAST-UPDATED "200507200000Z" -- July 20, 2005
Packit 022b05
        ORGANIZATION "IETF IP over Cable Data Network (IPCDN)
Packit 022b05
                      Working Group"
Packit 022b05
        CONTACT-INFO "---------------------------------------
Packit 022b05
                   Stuart M. Green
Packit 022b05
                   E-mail: rubbersoul3@yahoo.com
Packit 022b05
                   ---------------------------------------
Packit 022b05
                   Kaz Ozawa
Packit 022b05
                   Automotive Systems Development Center
Packit 022b05
                   TOSHIBA CORPORATION
Packit 022b05
                   1-1, Shibaura 1-Chome
Packit 022b05
                   Minato-ku, Tokyo 105-8001
Packit 022b05
                   Japan
Packit 022b05
                   Phone: +81-3-3457-8569
Packit 022b05
                   Fax: +81-3-5444-9325
Packit 022b05
                   E-mail: Kazuyoshi.Ozawa@toshiba.co.jp
Packit 022b05
                   ---------------------------------------
Packit 022b05
                   Alexander Katsnelson
Packit 022b05
                   Postal:
Packit 022b05
                   Tel:    +1-303-680-3924
Packit 022b05
                   E-mail: katsnelson6@peoplepc.com
Packit 022b05
                   ---------------------------------------
Packit 022b05
                   Eduardo Cardona
Packit 022b05
                   Postal:
Packit 022b05
                   Cable Television Laboratories, Inc.
Packit 022b05
                   858 Coal Creek Circle
Packit 022b05
                   Louisville, CO 80027- 9750
Packit 022b05
                   U.S.A.
Packit 022b05
                   Tel:    +1 303 661 9100
Packit 022b05
                   Fax:    +1 303 661 9199
Packit 022b05
                   E-mail: e.cardona@cablelabs.com
Packit 022b05
                   ---------------------------------------
Packit 022b05
Packit 022b05
           IETF IPCDN Working Group
Packit 022b05
           General Discussion: ipcdn@ietf.org
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, rwoundy@cisco.com
Packit 022b05
                      Jean-Francois Mule, jfm@cablelabs.com"
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This is the MIB module for the DOCSIS Baseline
Packit 022b05
             Privacy Plus Interface (BPI+) at cable modems (CMs)
Packit 022b05
             and cable modem termination systems (CMTSs).
Packit 022b05
Packit 022b05
             Copyright (C) The Internet Society (2005).  This
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             version of this MIB module is part of RFC 4131; see
Packit 022b05
             the RFC itself for full legal notices."
Packit 022b05
Packit 022b05
        REVISION        "200507200000Z"  -- July 20, 2005
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Initial version of the IETF BPI+ MIB module.
Packit 022b05
             This version published as RFC 4131."
Packit 022b05
           ::= { mib-2 126 }
Packit 022b05
Packit 022b05
   -- Textual conventions
Packit 022b05
Packit 022b05
DocsX509ASN1DEREncodedCertificate ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "An X509 digital certificate encoded as an ASN.1 DER
Packit 022b05
        object."
Packit 022b05
        SYNTAX    OCTET STRING (SIZE (0..4096))
Packit 022b05
Packit 022b05
DocsSAId ::= TEXTUAL-CONVENTION
Packit 022b05
        DISPLAY-HINT "d"
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Security Association identifier (SAID)."
Packit 022b05
        REFERENCE
Packit 022b05
              "DOCSIS Baseline Privacy Plus Interface
Packit 022b05
        specification, Section 2.1.3, BPI+ Security
Packit 022b05
        Associations"
Packit 022b05
        SYNTAX    Integer32 (1..16383)
Packit 022b05
Packit 022b05
DocsSAIdOrZero ::= TEXTUAL-CONVENTION
Packit 022b05
        DISPLAY-HINT "d"
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Security Association identifier (SAID).  The value
Packit 022b05
        zero indicates that the SAID is yet to be determined."
Packit 022b05
        REFERENCE
Packit 022b05
              "DOCSIS Baseline Privacy Plus Interface
Packit 022b05
        specification, Section 2.1.3, BPI+ Security
Packit 022b05
              Associations"
Packit 022b05
        SYNTAX    Unsigned32 (0 | 1..16383)
Packit 022b05
Packit 022b05
DocsBpkmSAType ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The type of security association (SA).
Packit 022b05
        The values of the named-numbers are associated
Packit 022b05
        with the BPKM SA-Type attributes:
Packit 022b05
        'primary' corresponds to code '1', 'static' to code '2',
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        and 'dynamic' to code '3'.
Packit 022b05
        The 'none' value must only be used if the SA type has yet
Packit 022b05
        to be determined."
Packit 022b05
        REFERENCE
Packit 022b05
              "DOCSIS Baseline Privacy Plus Interface
Packit 022b05
        specification, Section 4.2.2.24"
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                       none(0),
Packit 022b05
                       primary(1),
Packit 022b05
                       static(2),
Packit 022b05
                       dynamic(3)
Packit 022b05
                  }
Packit 022b05
Packit 022b05
DocsBpkmDataEncryptAlg ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The list of data encryption algorithms defined for
Packit 022b05
        the DOCSIS interface in the BPKM cryptographic-suite
Packit 022b05
        parameter.  The value 'none' indicates that the SAID
Packit 022b05
        being referenced has no data encryption."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                       none(0),
Packit 022b05
                       des56CbcMode(1),
Packit 022b05
                       des40CbcMode(2),
Packit 022b05
                       t3Des128CbcMode(3),
Packit 022b05
                       aes128CbcMode(4),
Packit 022b05
                       aes256CbcMode(5)
Packit 022b05
                  }
Packit 022b05
Packit 022b05
DocsBpkmDataAuthentAlg ::= TEXTUAL-CONVENTION
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The list of data integrity algorithms defined for the
Packit 022b05
        DOCSIS interface in the BPKM cryptographic-suite parameter.
Packit 022b05
        The value 'none' indicates that no data integrity is used for
Packit 022b05
        the SAID being referenced."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                       none(0),
Packit 022b05
                       hmacSha196(1)
Packit 022b05
                  }
Packit 022b05
Packit 022b05
   docsBpi2MIBObjects  OBJECT IDENTIFIER ::= { docsBpi2MIB 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   -- Cable Modem Group
Packit 022b05
Packit 022b05
   docsBpi2CmObjects OBJECT IDENTIFIER ::= { docsBpi2MIBObjects 1 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The BPI+ base and authorization table for CMs,
Packit 022b05
   -- indexed by ifIndex
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmBaseTable OBJECT-TYPE
Packit 022b05
        SYNTAX              SEQUENCE OF    DocsBpi2CmBaseEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the basic and authorization-
Packit 022b05
        related Baseline Privacy Plus attributes of each CM MAC
Packit 022b05
        interface."
Packit 022b05
        ::= { docsBpi2CmObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmBaseEntry OBJECT-TYPE
Packit 022b05
        SYNTAX              DocsBpi2CmBaseEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing attributes of
Packit 022b05
        one CM MAC interface.  An entry in this table exists for
Packit 022b05
        each ifEntry with an ifType of docsCableMaclayer(127)."
Packit 022b05
        INDEX               { ifIndex }
Packit 022b05
        ::= { docsBpi2CmBaseTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmBaseEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmPrivacyEnable             TruthValue,
Packit 022b05
        docsBpi2CmPublicKey                 OCTET STRING,
Packit 022b05
        docsBpi2CmAuthState                 INTEGER,
Packit 022b05
        docsBpi2CmAuthKeySequenceNumber     Integer32,
Packit 022b05
        docsBpi2CmAuthExpiresOld            DateAndTime,
Packit 022b05
        docsBpi2CmAuthExpiresNew            DateAndTime,
Packit 022b05
        docsBpi2CmAuthReset                 TruthValue,
Packit 022b05
        docsBpi2CmAuthGraceTime             Integer32,
Packit 022b05
        docsBpi2CmTEKGraceTime              Integer32,
Packit 022b05
        docsBpi2CmAuthWaitTimeout           Integer32,
Packit 022b05
        docsBpi2CmReauthWaitTimeout         Integer32,
Packit 022b05
        docsBpi2CmOpWaitTimeout             Integer32,
Packit 022b05
        docsBpi2CmRekeyWaitTimeout          Integer32,
Packit 022b05
        docsBpi2CmAuthRejectWaitTimeout     Integer32,
Packit 022b05
        docsBpi2CmSAMapWaitTimeout          Integer32,
Packit 022b05
        docsBpi2CmSAMapMaxRetries           Integer32,
Packit 022b05
        docsBpi2CmAuthentInfos              Counter32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsBpi2CmAuthRequests              Counter32,
Packit 022b05
        docsBpi2CmAuthReplies               Counter32,
Packit 022b05
        docsBpi2CmAuthRejects               Counter32,
Packit 022b05
        docsBpi2CmAuthInvalids              Counter32,
Packit 022b05
        docsBpi2CmAuthRejectErrorCode       INTEGER,
Packit 022b05
        docsBpi2CmAuthRejectErrorString     SnmpAdminString,
Packit 022b05
        docsBpi2CmAuthInvalidErrorCode      INTEGER,
Packit 022b05
        docsBpi2CmAuthInvalidErrorString    SnmpAdminString
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmPrivacyEnable  OBJECT-TYPE
Packit 022b05
        SYNTAX              TruthValue
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object identifies whether this CM is
Packit 022b05
        provisioned to run Baseline Privacy Plus."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmPublicKey     OBJECT-TYPE
Packit 022b05
        SYNTAX             OCTET STRING (SIZE (0..524))
Packit 022b05
        MAX-ACCESS         read-only
Packit 022b05
        STATUS             current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is a DER-encoded
Packit 022b05
        RSAPublicKey ASN.1 type string, as defined in the RSA
Packit 022b05
        Encryption Standard (PKCS #1), corresponding to the
Packit 022b05
        public key of the CM."
Packit 022b05
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.4."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthState OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER   {
Packit 022b05
                       start(1),
Packit 022b05
                       authWait(2),
Packit 022b05
                       authorized(3),
Packit 022b05
                       reauthWait(4),
Packit 022b05
                       authRejectWait(5),
Packit 022b05
                       silent(6)
Packit 022b05
                  }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the state of the CM
Packit 022b05
        authorization FSM.  The start state indicates that FSM is
Packit 022b05
        in its initial state."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.1.2.1."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthKeySequenceNumber    OBJECT-TYPE
Packit 022b05
        SYNTAX              Integer32 (0..15)
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the most recent
Packit 022b05
        authorization key sequence number for this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.10."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthExpiresOld OBJECT-TYPE
Packit 022b05
        SYNTAX              DateAndTime
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time for
Packit 022b05
        expiration of the immediate predecessor of the most recent
Packit 022b05
        authorization key for this FSM.  If this FSM has only one
Packit 022b05
        authorization key, then the value is the time of activation
Packit 022b05
        of this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthExpiresNew OBJECT-TYPE
Packit 022b05
        SYNTAX              DateAndTime
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time for
Packit 022b05
        expiration of the most recent authorization key for this
Packit 022b05
        FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 6 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmAuthReset OBJECT-TYPE
Packit 022b05
        SYNTAX         TruthValue
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Setting this object to 'true' generates a Reauthorize
Packit 022b05
        event in the authorization FSM.  Reading this object always
Packit 022b05
        returns FALSE.
Packit 022b05
Packit 022b05
        This object is for testing purposes only, and therefore it
Packit 022b05
        is not required to be associated with a last reset
Packit 022b05
        object."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.1.2.3.4."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthGraceTime  OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..6047999)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the grace time for an
Packit 022b05
        authorization key in seconds.  A CM is expected to start
Packit 022b05
        trying to get a new authorization key beginning
Packit 022b05
        AuthGraceTime seconds before the most recent authorization
Packit 022b05
        key actually expires."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.3."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKGraceTime   OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..302399)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the grace time for
Packit 022b05
        the TEK in seconds.  The CM is expected to start trying to
Packit 022b05
        acquire a new TEK beginning TEK GraceTime seconds before
Packit 022b05
        the expiration of the most recent TEK."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.6."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmAuthWaitTimeout     OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..30)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Authorize Wait
Packit 022b05
        Timeout in seconds."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.1."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmReauthWaitTimeout   OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..30)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Reauthorize Wait
Packit 022b05
        Timeout in seconds."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.2."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmOpWaitTimeout  OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..10)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Operational Wait
Packit 022b05
        Timeout in seconds."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.4."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 12 }
Packit 022b05
Packit 022b05
   docsBpi2CmRekeyWaitTimeout    OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..10)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Rekey Wait Timeout
Packit 022b05
        in seconds."
Packit 022b05
        REFERENCE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.5."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 13 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthRejectWaitTimeout    OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..600)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Authorization Reject
Packit 022b05
        Wait Timeout in seconds."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.7."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 14 }
Packit 022b05
Packit 022b05
   docsBpi2CmSAMapWaitTimeout    OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..10)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the retransmission
Packit 022b05
        interval, in seconds, of SA Map Requests from the MAP Wait
Packit 022b05
        state."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.8."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 15 }
Packit 022b05
Packit 022b05
   docsBpi2CmSAMapMaxRetries     OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (0..10)
Packit 022b05
        UNITS          "count"
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the maximum number of
Packit 022b05
        Map Request retries allowed."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.1.1.1.9."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 16 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthentInfos   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times
Packit 022b05
        the CM has transmitted an Authentication Information
Packit 022b05
        message.  Discontinuities in the value of this counter can
Packit 022b05
        occur at re-initialization of the management system, and at
Packit 022b05
        other times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.9."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 17 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthRequests   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has transmitted an Authorization Request message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.1."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 18 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthReplies    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has received an Authorization Reply message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.2."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 19 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthRejects    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has received an Authorization Reject message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.3."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 20 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthInvalids   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the count of times the CM
Packit 022b05
        has received an Authorization Invalid message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.7."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 21 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthRejectErrorCode OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                              none(1),
Packit 022b05
                              unknown(2),
Packit 022b05
                              unauthorizedCm(3),
Packit 022b05
                              unauthorizedSaid(4),
Packit 022b05
                              permanentAuthorizationFailure(8),
Packit 022b05
                              timeOfDayNotAcquired(11)
Packit 022b05
                              }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent
Packit 022b05
        Authorization Reject message received by the CM.  This has
Packit 022b05
        the value unknown(2) if the last Error-Code value was 0 and
Packit 022b05
        none(1) if no Authorization Reject message has been received
Packit 022b05
        since reboot."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Sections 4.2.1.3 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 22 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthRejectErrorString    OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent Authorization Reject message received by the
Packit 022b05
        CM.  This is a zero length string if no Authorization
Packit 022b05
        Reject message has been received since reboot."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.3 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 23 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthInvalidErrorCode     OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                              none(1),
Packit 022b05
                              unknown(2),
Packit 022b05
                              unauthorizedCm(3),
Packit 022b05
                              unsolicited(5),
Packit 022b05
                              invalidKeySequence(6),
Packit 022b05
                              keyRequestAuthenticationFailure(7)
Packit 022b05
                              }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent
Packit 022b05
        Authorization Invalid message received by the CM.  This has
Packit 022b05
        the value unknown(2) if the last Error-Code value was 0 and
Packit 022b05
        none(1) if no Authorization Invalid message has been received
Packit 022b05
        since reboot."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.7 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 24 }
Packit 022b05
Packit 022b05
   docsBpi2CmAuthInvalidErrorString   OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent Authorization Invalid message received by the
Packit 022b05
        CM.  This is a zero length string if no Authorization
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Invalid message has been received since reboot."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.7 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmBaseEntry 25 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CM TEK Table, indexed by ifIndex and SAID
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmTEKTable  OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF    DocsBpi2CmTEKEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the attributes of each CM
Packit 022b05
        Traffic Encryption Key (TEK) association.  The CM maintains
Packit 022b05
        (no more than) one TEK association per SAID per CM MAC
Packit 022b05
        interface."
Packit 022b05
        ::= { docsBpi2CmObjects 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKEntry  OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmTEKEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing the TEK
Packit 022b05
        association attributes of one SAID.  The CM MUST create one
Packit 022b05
        entry per SAID, regardless of whether the SAID was obtained
Packit 022b05
        from a Registration Response message, from an Authorization
Packit 022b05
        Reply message, or from any dynamic SAID establishment
Packit 022b05
        mechanisms."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmTEKSAId }
Packit 022b05
        ::= { docsBpi2CmTEKTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmTEKEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmTEKSAId                  DocsSAId,
Packit 022b05
        docsBpi2CmTEKSAType                DocsBpkmSAType,
Packit 022b05
        docsBpi2CmTEKDataEncryptAlg        DocsBpkmDataEncryptAlg,
Packit 022b05
        docsBpi2CmTEKDataAuthentAlg        DocsBpkmDataAuthentAlg,
Packit 022b05
        docsBpi2CmTEKState                 INTEGER,
Packit 022b05
        docsBpi2CmTEKKeySequenceNumber     Integer32,
Packit 022b05
        docsBpi2CmTEKExpiresOld            DateAndTime,
Packit 022b05
        docsBpi2CmTEKExpiresNew            DateAndTime,
Packit 022b05
        docsBpi2CmTEKKeyRequests           Counter32,
Packit 022b05
        docsBpi2CmTEKKeyReplies            Counter32,
Packit 022b05
        docsBpi2CmTEKKeyRejects            Counter32,
Packit 022b05
        docsBpi2CmTEKInvalids              Counter32,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsBpi2CmTEKAuthPends             Counter32,
Packit 022b05
        docsBpi2CmTEKKeyRejectErrorCode    INTEGER,
Packit 022b05
        docsBpi2CmTEKKeyRejectErrorString  SnmpAdminString,
Packit 022b05
        docsBpi2CmTEKInvalidErrorCode      INTEGER,
Packit 022b05
        docsBpi2CmTEKInvalidErrorString    SnmpAdminString
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKSAId   OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAId
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the DOCSIS Security
Packit 022b05
        Association ID (SAID)."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.12."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKSAType OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpkmSAType
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the type of security
Packit 022b05
        association."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 2.1.3."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKDataEncryptAlg   OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataEncryptAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data encryption
Packit 022b05
        algorithm for this SAID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKDataAuthentAlg   OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataAuthentAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The value of this object is the data authentication
Packit 022b05
        algorithm for this SAID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKState  OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               start(1),
Packit 022b05
                               opWait(2),
Packit 022b05
                               opReauthWait(3),
Packit 022b05
                               operational(4),
Packit 022b05
                               rekeyWait(5),
Packit 022b05
                               rekeyReauthWait(6)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the state of the
Packit 022b05
        indicated TEK FSM.  The start(1) state indicates that the
Packit 022b05
        FSM is in its initial state."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.1.3.1."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeySequenceNumber     OBJECT-TYPE
Packit 022b05
        SYNTAX              Integer32 (0..15)
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the most recent TEK
Packit 022b05
        key sequence number for this TEK FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.2.10 and 4.2.2.13."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKExpiresOld  OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time for
Packit 022b05
        expiration of the immediate predecessor of the most recent
Packit 022b05
        TEK for this FSM.  If this FSM has only one TEK, then the
Packit 022b05
        value is the time of activation of this FSM."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.5 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKExpiresNew  OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time for
Packit 022b05
        expiration of the most recent TEK for this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.5 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeyRequests OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has transmitted a Key Request message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.4."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 9 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeyReplies  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has received a Key Reply message, including a message whose
Packit 022b05
        authentication failed.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Section 4.2.1.5."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeyRejects  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has received a Key Reject message, including a message
Packit 022b05
        whose authentication failed.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.6."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKInvalids    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the CM
Packit 022b05
        has received a TEK Invalid message, including a message
Packit 022b05
        whose authentication failed.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.8."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 12 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKAuthPends   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the count of times an
Packit 022b05
        Authorization Pending (Auth Pend) event occurred in this
Packit 022b05
        FSM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.1.3.3.3."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 13 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeyRejectErrorCode    OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               unauthorizedSaid(4)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent Key Reject
Packit 022b05
        message received by the CM.  This has the value unknown(2) if
Packit 022b05
        the last Error-Code value was 0 and none(1) if no Key
Packit 022b05
        Reject message has been received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.1.2.6 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 14 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKKeyRejectErrorString  OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent Key Reject message received by the CM.  This is
Packit 022b05
        a zero length string if no Key Reject message has been
Packit 022b05
        received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.1.2.6 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 15 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKInvalidErrorCode OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               invalidKeySequence(6)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent TEK Invalid
Packit 022b05
        message received by the CM.  This has the value unknown(2) if
Packit 022b05
        the last Error-Code value was 0 and none(1) if no TEK
Packit 022b05
        Invalid message has been received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.1.2.8 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 16 }
Packit 022b05
Packit 022b05
   docsBpi2CmTEKInvalidErrorString    OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent TEK Invalid message received by the CM.  This is
Packit 022b05
        a zero length string if no TEK Invalid message has been
Packit 022b05
        received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.1.2.8 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmTEKEntry 17 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CM Multicast Objects Group
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmMulticastObjects OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2CmObjects 3 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CM Dynamic IP Multicast Mapping Table, indexed by
Packit 022b05
   -- docsBpi2CmIpMulticastIndex and by ifIndex
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastMapTable OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF DocsBpi2CmIpMulticastMapEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table maps multicast IP addresses to SAIDs per
Packit 022b05
        CM MAC Interface.
Packit 022b05
        It is intended to map multicast IP addresses associated
Packit 022b05
        with SA MAP Request messages."
Packit 022b05
        ::= { docsBpi2CmMulticastObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastMapEntry OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        SYNTAX         DocsBpi2CmIpMulticastMapEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing the mapping of
Packit 022b05
        one multicast IP address to one SAID, as well as
Packit 022b05
        associated state, message counters, and error information.
Packit 022b05
Packit 022b05
        An entry may be removed from this table upon the reception
Packit 022b05
        of an SA Map Reject."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmIpMulticastIndex }
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmIpMulticastMapEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmIpMulticastIndex               Unsigned32,
Packit 022b05
        docsBpi2CmIpMulticastAddressType         InetAddressType,
Packit 022b05
        docsBpi2CmIpMulticastAddress             InetAddress,
Packit 022b05
        docsBpi2CmIpMulticastSAId                DocsSAIdOrZero,
Packit 022b05
        docsBpi2CmIpMulticastSAMapState          INTEGER,
Packit 022b05
        docsBpi2CmIpMulticastSAMapRequests       Counter32,
Packit 022b05
        docsBpi2CmIpMulticastSAMapReplies        Counter32,
Packit 022b05
        docsBpi2CmIpMulticastSAMapRejects        Counter32,
Packit 022b05
        docsBpi2CmIpMulticastSAMapRejectErrorCode INTEGER,
Packit 022b05
        docsBpi2CmIpMulticastSAMapRejectErrorString SnmpAdminString
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastIndex         OBJECT-TYPE
Packit 022b05
        SYNTAX         Unsigned32 (1..4294967295)
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The index of this row."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastAddressType   OBJECT-TYPE
Packit 022b05
        SYNTAX         InetAddressType
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The type of Internet address for
Packit 022b05
        docsBpi2CmIpMulticastAddress."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastAddress  OBJECT-TYPE
Packit 022b05
        SYNTAX         InetAddress
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "This object represents the IP multicast address
Packit 022b05
        to be mapped.  The type of this address is determined by
Packit 022b05
        the value of the docsBpi2CmIpMulticastAddressType object."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 5.4."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAId          OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAIdOrZero
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the SAID to which the IP
Packit 022b05
        multicast address has been mapped.  If no SA Map Reply has
Packit 022b05
        been received for the IP address, this object should have
Packit 022b05
        the value 0."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.12."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapState         OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                              start(1),
Packit 022b05
                              mapWait(2),
Packit 022b05
                              mapped(3)
Packit 022b05
                       }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the state of the SA
Packit 022b05
        Mapping FSM for this IP."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 5.3.1."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapRequests OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CM has transmitted an SA Map Request message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.10."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapReplies  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CM has received an SA Map Reply message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.11."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapRejects  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CM has received an SA MAP Reject message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.12."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapRejectErrorCode    OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                       none(1),
Packit 022b05
                       unknown(2),
Packit 022b05
                       noAuthForRequestedDSFlow(9),
Packit 022b05
                       dsFlowNotMappedToSA(10)
Packit 022b05
                       }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent SA Map
Packit 022b05
        Reject message sent in response to an SA Map Request for
Packit 022b05
        This IP.  It has the value none(1) if no SA MAP Reject
Packit 022b05
        message has been received since entry creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.12 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 9 }
Packit 022b05
Packit 022b05
   docsBpi2CmIpMulticastSAMapRejectErrorString  OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in
Packit 022b05
        the most recent SA Map Reject message sent in response to
Packit 022b05
        an SA Map Request for this IP.  It is a zero length string
Packit 022b05
        if no SA Map Reject message has been received since entry
Packit 022b05
        creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.12 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmIpMulticastMapEntry 10 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CM Cert Objects
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmCertObjects OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2CmObjects 4 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CM Device Cert Table
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmDeviceCertTable  OBJECT-TYPE
Packit 022b05
        SYNTAX                SEQUENCE OF DocsBpi2CmDeviceCertEntry
Packit 022b05
        MAX-ACCESS            not-accessible
Packit 022b05
        STATUS                current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the Baseline Privacy Plus
Packit 022b05
        device certificates for each CM MAC interface."
Packit 022b05
        ::= { docsBpi2CmCertObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmDeviceCertEntry  OBJECT-TYPE
Packit 022b05
        SYNTAX              DocsBpi2CmDeviceCertEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains the device certificates of
Packit 022b05
        one CM MAC interface.  An entry in this table exists for
Packit 022b05
        each ifEntry with an ifType of docsCableMaclayer(127)."
Packit 022b05
        INDEX               { ifIndex }
Packit 022b05
        ::= { docsBpi2CmDeviceCertTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmDeviceCertEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmDeviceCmCert
Packit 022b05
                              DocsX509ASN1DEREncodedCertificate,
Packit 022b05
        docsBpi2CmDeviceManufCert
Packit 022b05
                              DocsX509ASN1DEREncodedCertificate
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmDeviceCmCert   OBJECT-TYPE
Packit 022b05
        SYNTAX        DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS         read-write
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The X509 DER-encoded cable modem certificate.
Packit 022b05
        Note:  This object can be set only when the value is the
Packit 022b05
        zero-length OCTET STRING; otherwise, an error of
Packit 022b05
        'inconsistentValue' is returned.  Once the object
Packit 022b05
        contains the certificate, its access MUST be read-only
Packit 022b05
        and persists after re-initialization of the
Packit 022b05
        managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.1."
Packit 022b05
        ::= { docsBpi2CmDeviceCertEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmDeviceManufCert     OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The X509 DER-encoded manufacturer certificate that
Packit 022b05
        signed the cable modem certificate."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.1."
Packit 022b05
        ::= { docsBpi2CmDeviceCertEntry 2 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CM Crypto Suite Table
Packit 022b05
   --
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmCryptoSuiteTable    OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF    DocsBpi2CmCryptoSuiteEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the Baseline Privacy Plus
Packit 022b05
        cryptographic suite capabilities for each CM MAC
Packit 022b05
        interface."
Packit 022b05
        ::= { docsBpi2CmObjects 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmCryptoSuiteEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmCryptoSuiteEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains a cryptographic suite pair
Packit 022b05
        that this CM MAC supports."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmCryptoSuiteIndex }
Packit 022b05
        ::= { docsBpi2CmCryptoSuiteTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmCryptoSuiteEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmCryptoSuiteIndex              Unsigned32,
Packit 022b05
        docsBpi2CmCryptoSuiteDataEncryptAlg
Packit 022b05
                                    DocsBpkmDataEncryptAlg,
Packit 022b05
        docsBpi2CmCryptoSuiteDataAuthentAlg
Packit 022b05
                                    DocsBpkmDataAuthentAlg
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmCryptoSuiteIndex OBJECT-TYPE
Packit 022b05
        SYNTAX         Unsigned32 (1..1000)
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The index for a cryptographic suite row."
Packit 022b05
        ::= { docsBpi2CmCryptoSuiteEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmCryptoSuiteDataEncryptAlg     OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataEncryptAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data encryption
Packit 022b05
        algorithm for this cryptographic suite capability."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmCryptoSuiteEntry 2 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmCryptoSuiteDataAuthentAlg     OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataAuthentAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data authentication
Packit 022b05
        algorithm for this cryptographic suite capability."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmCryptoSuiteEntry 3 }
Packit 022b05
Packit 022b05
   -- Cable Modem Termination System Group
Packit 022b05
Packit 022b05
docsBpi2CmtsObjects OBJECT IDENTIFIER ::= { docsBpi2MIBObjects 2 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- SPECIAL NOTE:  For the following CMTS tables, when a CM is
Packit 022b05
   -- running in BPI mode, replace SAID (Security Association ID)
Packit 022b05
   -- with SID (Service ID).  The CMTS is required to map SAIDs and
Packit 022b05
   -- SIDs to one contiguous space.
Packit 022b05
   --
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The BPI+ base table for CMTSs, indexed by ifIndex
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsBaseTable    OBJECT-TYPE
Packit 022b05
        SYNTAX              SEQUENCE OF    DocsBpi2CmtsBaseEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the basic Baseline Privacy
Packit 022b05
        attributes of each CMTS MAC interface."
Packit 022b05
        ::= { docsBpi2CmtsObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsBaseEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX              DocsBpi2CmtsBaseEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing attributes of
Packit 022b05
        one CMTS MAC interface.  An entry in this table exists for
Packit 022b05
        each ifEntry with an ifType of docsCableMaclayer(127)."
Packit 022b05
        INDEX     { ifIndex }
Packit 022b05
        ::= { docsBpi2CmtsBaseTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsBaseEntry ::= SEQUENCE {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        docsBpi2CmtsDefaultAuthLifetime              Integer32,
Packit 022b05
        docsBpi2CmtsDefaultTEKLifetime               Integer32,
Packit 022b05
        docsBpi2CmtsDefaultSelfSignedManufCertTrust  INTEGER,
Packit 022b05
            docsBpi2CmtsCheckCertValidityPeriods         TruthValue,
Packit 022b05
            docsBpi2CmtsAuthentInfos                     Counter32,
Packit 022b05
            docsBpi2CmtsAuthRequests                     Counter32,
Packit 022b05
            docsBpi2CmtsAuthReplies                      Counter32,
Packit 022b05
            docsBpi2CmtsAuthRejects                      Counter32,
Packit 022b05
            docsBpi2CmtsAuthInvalids                     Counter32,
Packit 022b05
            docsBpi2CmtsSAMapRequests                    Counter32,
Packit 022b05
            docsBpi2CmtsSAMapReplies                     Counter32,
Packit 022b05
            docsBpi2CmtsSAMapRejects                     Counter32
Packit 022b05
            }
Packit 022b05
Packit 022b05
   docsBpi2CmtsDefaultAuthLifetime    OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..6048000)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the default lifetime, in
Packit 022b05
        seconds, that the CMTS assigns to a new authorization key.
Packit 022b05
        This object value persists after re-initialization of the
Packit 022b05
        managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.2."
Packit 022b05
        DEFVAL { 604800 }
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsDefaultTEKLifetime     OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..604800)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the default lifetime, in
Packit 022b05
        seconds, that the CMTS assigns to a new Traffic Encryption
Packit 022b05
        Key (TEK).
Packit 022b05
        This object value persists after re-initialization of the
Packit 022b05
        managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Appendix A.2."
Packit 022b05
        DEFVAL { 43200 }
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsDefaultSelfSignedManufCertTrust  OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                  trusted (1),
Packit 022b05
                  untrusted (2)
Packit 022b05
                  }
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object determines the default trust of
Packit 022b05
        self-signed manufacturer certificate entries, contained
Packit 022b05
        in docsBpi2CmtsCACertTable, and created after this
Packit 022b05
        object is set.
Packit 022b05
        This object need not persist after re-initialization
Packit 022b05
        of the managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.1"
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCheckCertValidityPeriods    OBJECT-TYPE
Packit 022b05
        SYNTAX         TruthValue
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Setting this object to 'true' causes all chained and
Packit 022b05
        root certificates in the chain to have their validity
Packit 022b05
        periods checked against the current time of day, when
Packit 022b05
        the CMTS receives an Authorization Request from the
Packit 022b05
        CM.
Packit 022b05
        A 'false' setting causes all certificates in the chain
Packit 022b05
        not to have their validity periods checked against the
Packit 022b05
        current time of day.
Packit 022b05
        This object need not persist after re-initialization
Packit 022b05
        of the managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.2"
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthentInfos OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received an Authentication Information message
Packit 022b05
        from any CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.9."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthRequests OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
                "The value of this object is the number of times the
Packit 022b05
        CMTS has received an Authorization Request message from any
Packit 022b05
        CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.1."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthReplies  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
               "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an Authorization Reply message to any
Packit 022b05
        CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.2."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthRejects  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
                "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an Authorization Reject message to any
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.3."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthInvalids OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
                 "The value of this object is the number of times
Packit 022b05
        the CMTS has transmitted an Authorization Invalid message
Packit 022b05
        to any CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.7."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 9 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsSAMapRequests     OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received an SA Map Request message from any CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.10."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsSAMapReplies OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an SA Map Reply message to any CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.11."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsSAMapRejects OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an SA Map Reject message to any CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.12."
Packit 022b05
        ::= { docsBpi2CmtsBaseEntry 12 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CMTS Authorization Table, indexed by ifIndex and CM MAC
Packit 022b05
   -- address
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthTable    OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF    DocsBpi2CmtsAuthEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the attributes of each CM
Packit 022b05
        authorization association.  The CMTS maintains one
Packit 022b05
        authorization association with each Baseline Privacy-
Packit 022b05
        enabled CM, registered on each CMTS MAC interface,
Packit 022b05
        regardless of whether the CM is authorized or rejected."
Packit 022b05
        ::= { docsBpi2CmtsObjects 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthEntry    OBJECT-TYPE
Packit 022b05
        SYNTAX              DocsBpi2CmtsAuthEntry
Packit 022b05
        MAX-ACCESS          not-accessible
Packit 022b05
        STATUS              current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing attributes of
Packit 022b05
        one authorization association.  The CMTS MUST create one
Packit 022b05
        entry per CM per MAC interface, based on the receipt of an
Packit 022b05
        Authorization Request message, and MUST not delete the
Packit 022b05
        entry until the CM loses registration."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmtsAuthCmMacAddress }
Packit 022b05
        ::= { docsBpi2CmtsAuthTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsAuthEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmtsAuthCmMacAddress        MacAddress,
Packit 022b05
        docsBpi2CmtsAuthCmBpiVersion        INTEGER,
Packit 022b05
        docsBpi2CmtsAuthCmPublicKey         OCTET STRING,
Packit 022b05
        docsBpi2CmtsAuthCmKeySequenceNumber Integer32,
Packit 022b05
        docsBpi2CmtsAuthCmExpiresOld        DateAndTime,
Packit 022b05
        docsBpi2CmtsAuthCmExpiresNew        DateAndTime,
Packit 022b05
        docsBpi2CmtsAuthCmLifetime          Integer32,
Packit 022b05
        docsBpi2CmtsAuthCmReset             INTEGER,
Packit 022b05
        docsBpi2CmtsAuthCmInfos             Counter32,
Packit 022b05
        docsBpi2CmtsAuthCmRequests          Counter32,
Packit 022b05
        docsBpi2CmtsAuthCmReplies           Counter32,
Packit 022b05
        docsBpi2CmtsAuthCmRejects           Counter32,
Packit 022b05
        docsBpi2CmtsAuthCmInvalids          Counter32,
Packit 022b05
        docsBpi2CmtsAuthRejectErrorCode     INTEGER,
Packit 022b05
        docsBpi2CmtsAuthRejectErrorString   SnmpAdminString,
Packit 022b05
        docsBpi2CmtsAuthInvalidErrorCode    INTEGER,
Packit 022b05
        docsBpi2CmtsAuthInvalidErrorString  SnmpAdminString,
Packit 022b05
        docsBpi2CmtsAuthPrimarySAId         DocsSAIdOrZero,
Packit 022b05
        docsBpi2CmtsAuthBpkmCmCertValid     INTEGER,
Packit 022b05
        docsBpi2CmtsAuthBpkmCmCert
Packit 022b05
                             DocsX509ASN1DEREncodedCertificate,
Packit 022b05
        docsBpi2CmtsAuthCACertIndexPtr      Unsigned32
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmMacAddress  OBJECT-TYPE
Packit 022b05
        SYNTAX         MacAddress
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the physical address of
Packit 022b05
        the CM to which the authorization association applies."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmBpiVersion  OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                         bpi (0),
Packit 022b05
                         bpiPlus (1)
Packit 022b05
                          }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the version of Baseline
Packit 022b05
        Privacy for which this CM has registered.  The value
Packit 022b05
        'bpiplus' represents the value of BPI-Version Attribute of
Packit 022b05
        the Baseline Privacy Key Management BPKM attribute
Packit 022b05
        BPI-Version (1).  The value 'bpi' is used to represent the
Packit 022b05
        CM registered using DOCSIS 1.0 Baseline Privacy."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.22; ANSI/SCTE 22-2 2002(formerly DSS 02-03)
Packit 022b05
        Data-Over-Cable Service Interface Specification DOCSIS 1.0
Packit 022b05
        Baseline Privacy Interface (BPI)"
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmPublicKey   OBJECT-TYPE
Packit 022b05
        SYNTAX         OCTET STRING (SIZE (0..524))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is a DER-encoded
Packit 022b05
        RSAPublicKey ASN.1 type string, as defined in the RSA
Packit 022b05
        Encryption Standard (PKCS #1), corresponding to the
Packit 022b05
        public key of the CM.  This is the zero-length OCTET
Packit 022b05
        STRING if the CMTS does not retain the public key."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.4."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmKeySequenceNumber     OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (0..15)
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the most recent
Packit 022b05
        authorization key sequence number for this CM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.10."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmExpiresOld  OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The value of this object is the actual clock time
Packit 022b05
        for expiration of the immediate predecessor of the most
Packit 022b05
        recent authorization key for this FSM.  If this FSM has only
Packit 022b05
        one authorization key, then the value is the time of
Packit 022b05
        activation of this FSM.
Packit 022b05
        Note: This object has no meaning for CMs running in BPI
Packit 022b05
        mode; therefore, this object is not instantiated for entries
Packit 022b05
        associated to those CMs."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmExpiresNew  OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
                  "The value of this object is the actual clock
Packit 022b05
        time for expiration of the most recent authorization key
Packit 022b05
        for this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.2 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmLifetime    OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..6048000)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the lifetime, in seconds,
Packit 022b05
        that the CMTS assigns to an authorization key for this CM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.2 and Appendix A.2."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmReset  OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER   {
Packit 022b05
                            noResetRequested(1),
Packit 022b05
                            invalidateAuth(2),
Packit 022b05
                            sendAuthInvalid(3),
Packit 022b05
                            invalidateTeks(4)
Packit 022b05
                            }
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Setting this object to invalidateAuth(2) causes the
Packit 022b05
        CMTS to invalidate the current CM authorization key(s), but
Packit 022b05
        not to transmit an Authorization Invalid message nor to
Packit 022b05
        invalidate the primary SAID's TEKs.  Setting this object to
Packit 022b05
        sendAuthInvalid(3) causes the CMTS to invalidate the
Packit 022b05
        current CM authorization key(s), and to transmit an
Packit 022b05
        Authorization Invalid message to the CM, but not to
Packit 022b05
        invalidate the primary SAID's TEKs.  Setting this object to
Packit 022b05
        invalidateTeks(4) causes the CMTS to invalidate the current
Packit 022b05
        CM authorization key(s), to transmit an Authorization
Packit 022b05
        Invalid message to the CM, and to invalidate the TEKs
Packit 022b05
        associated with this CM's primary SAID.
Packit 022b05
        For BPI mode, substitute all of the CM's unicast
Packit 022b05
        TEKs for the primary SAID's TEKs in the previous
Packit 022b05
        paragraph.
Packit 022b05
        Reading this object returns the most recently set
Packit 022b05
        value of this object or, if the object has not been set
Packit 022b05
        since entry creation, returns noResetRequested(1)."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.1.2.3.4, 4.1.2.3.5, and 4.1.3.3.5."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmInfos       OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received an Authentication Information message
Packit 022b05
        from this CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.9."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 9 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmRequests    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received an Authorization Request message from
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        this CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.1."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmReplies     OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an Authorization Reply message to this
Packit 022b05
        CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.2."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmRejects     OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an Authorization Reject message to
Packit 022b05
        this CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.3."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 12 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCmInvalids    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an Authorization Invalid message to
Packit 022b05
        this CM.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.7."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 13 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthRejectErrorCode    OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               unauthorizedCm(3),
Packit 022b05
                               unauthorizedSaid(4),
Packit 022b05
                               permanentAuthorizationFailure(8),
Packit 022b05
                               timeOfDayNotAcquired(11)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent
Packit 022b05
        Authorization Reject message transmitted to the CM.  This has
Packit 022b05
        the value unknown(2) if the last Error-Code value was 0 and
Packit 022b05
        none(1) if no Authorization Reject message has been
Packit 022b05
        transmitted to the CM since entry creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.3 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 14 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthRejectErrorString  OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent Authorization Reject message transmitted to the
Packit 022b05
        CM.  This is a zero length string if no Authorization
Packit 022b05
        Reject message has been transmitted to the CM since entry
Packit 022b05
        creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Sections 4.2.1.3 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 15 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthInvalidErrorCode   OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               unauthorizedCm(3),
Packit 022b05
                               unsolicited(5),
Packit 022b05
                               invalidKeySequence(6),
Packit 022b05
                               keyRequestAuthenticationFailure(7)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent
Packit 022b05
        Authorization Invalid message transmitted to the CM.  This
Packit 022b05
        has the value unknown(2) if the last Error-Code value was 0
Packit 022b05
        and none(1) if no Authorization Invalid message has been
Packit 022b05
        transmitted to the CM since entry creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.7 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 16 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthInvalidErrorString OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in the
Packit 022b05
        most recent Authorization Invalid message transmitted to
Packit 022b05
        the CM.  This is a zero length string if no Authorization
Packit 022b05
        Invalid message has been transmitted to the CM since entry
Packit 022b05
        creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.7 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 17 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthPrimarySAId   OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAIdOrZero
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the Primary Security
Packit 022b05
        Association identifier.  For BPI mode, the value must be
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        any unicast SID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 2.1.3."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 18 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthBpkmCmCertValid         OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                          unknown (0),
Packit 022b05
                          validCmChained (1),
Packit 022b05
                          validCmTrusted (2),
Packit 022b05
                          invalidCmUntrusted (3),
Packit 022b05
                          invalidCAUntrusted (4),
Packit 022b05
                          invalidCmOther (5),
Packit 022b05
                          invalidCAOther (6)
Packit 022b05
                          }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Contains the reason why a CM's certificate is deemed
Packit 022b05
        valid or invalid.
Packit 022b05
        Return unknown(0) if the CM is running BPI mode.
Packit 022b05
        ValidCmChained(1) means the certificate is valid
Packit 022b05
           because it chains to a valid certificate.
Packit 022b05
        ValidCmTrusted(2) means the certificate is valid
Packit 022b05
           because it has been provisioned (in the
Packit 022b05
           docsBpi2CmtsProvisionedCmCert table) to be trusted.
Packit 022b05
        InvalidCmUntrusted(3) means the certificate is invalid
Packit 022b05
           because it has been provisioned (in the
Packit 022b05
           docsBpi2CmtsProvisionedCmCert table) to be untrusted.
Packit 022b05
        InvalidCAUntrusted(4) means the certificate is invalid
Packit 022b05
           because it chains to an untrusted certificate.
Packit 022b05
        InvalidCmOther(5) and InvalidCAOther(6) refer to
Packit 022b05
           errors in parsing, validity periods, etc., which are
Packit 022b05
           attributable to the CM certificate or its chain,
Packit 022b05
           respectively; additional information may be found
Packit 022b05
           in docsBpi2AuthRejectErrorString for these types
Packit 022b05
           of errors."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.2."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 19 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthBpkmCmCert    OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "The X509 CM Certificate sent as part of a BPKM
Packit 022b05
        Authorization Request.
Packit 022b05
        Note: The zero-length OCTET STRING must be returned if the
Packit 022b05
        Entire certificate is not retained in the CMTS."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 20 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsAuthCACertIndexPtr    OBJECT-TYPE
Packit 022b05
        SYNTAX         Unsigned32 (0..4294967295)
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "A row index into docsBpi2CmtsCACertTable.
Packit 022b05
              Returns the index in docsBpi2CmtsCACertTable to which
Packit 022b05
              CA certificate this CM is chained to.  A value of
Packit 022b05
              0 means it could not be found or not applicable."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2."
Packit 022b05
        ::= { docsBpi2CmtsAuthEntry 21 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CMTS TEK Table, indexed by ifIndex and SAID
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKTable     OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF    DocsBpi2CmtsTEKEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the attributes of each
Packit 022b05
        Traffic Encryption Key (TEK) association.  The CMTS
Packit 022b05
        Maintains one TEK association per SAID on each CMTS MAC
Packit 022b05
        interface."
Packit 022b05
        ::= { docsBpi2CmtsObjects 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKEntry     OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmtsTEKEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing attributes of
Packit 022b05
        one TEK association on a particular CMTS MAC interface.  The
Packit 022b05
        CMTS MUST create one entry per SAID per MAC interface,
Packit 022b05
        based on the receipt of a Key Request message, and MUST not
Packit 022b05
        delete the entry before the CM authorization for the SAID
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        permanently expires."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmtsTEKSAId }
Packit 022b05
        ::= { docsBpi2CmtsTEKTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsTEKEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmtsTEKSAId                DocsSAId,
Packit 022b05
        docsBpi2CmtsTEKSAType              DocsBpkmSAType,
Packit 022b05
        docsBpi2CmtsTEKDataEncryptAlg      DocsBpkmDataEncryptAlg,
Packit 022b05
        docsBpi2CmtsTEKDataAuthentAlg      DocsBpkmDataAuthentAlg,
Packit 022b05
        docsBpi2CmtsTEKLifetime            Integer32,
Packit 022b05
        docsBpi2CmtsTEKKeySequenceNumber   Integer32,
Packit 022b05
        docsBpi2CmtsTEKExpiresOld          DateAndTime,
Packit 022b05
        docsBpi2CmtsTEKExpiresNew          DateAndTime,
Packit 022b05
        docsBpi2CmtsTEKReset               TruthValue,
Packit 022b05
        docsBpi2CmtsKeyRequests            Counter32,
Packit 022b05
        docsBpi2CmtsKeyReplies             Counter32,
Packit 022b05
        docsBpi2CmtsKeyRejects             Counter32,
Packit 022b05
        docsBpi2CmtsTEKInvalids            Counter32,
Packit 022b05
        docsBpi2CmtsKeyRejectErrorCode     INTEGER,
Packit 022b05
        docsBpi2CmtsKeyRejectErrorString   SnmpAdminString,
Packit 022b05
        docsBpi2CmtsTEKInvalidErrorCode    INTEGER,
Packit 022b05
        docsBpi2CmtsTEKInvalidErrorString  SnmpAdminString
Packit 022b05
   }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKSAId OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAId
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the DOCSIS Security
Packit 022b05
        Association ID (SAID)."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.12."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKSAType    OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpkmSAType
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the type of security
Packit 022b05
        association.  'dynamic' does not apply to CMs running in
Packit 022b05
        BPI mode.  Unicast BPI TEKs must utilize the 'primary'
Packit 022b05
        encoding, and multicast BPI TEKs must utilize the 'static'
Packit 022b05
        encoding."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Section 2.1.3."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKDataEncryptAlg OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataEncryptAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data encryption
Packit 022b05
        algorithm for this SAID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKDataAuthentAlg OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataAuthentAlg
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data authentication
Packit 022b05
        algorithm for this SAID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKLifetime  OBJECT-TYPE
Packit 022b05
        SYNTAX         Integer32 (1..604800)
Packit 022b05
        UNITS          "seconds"
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the lifetime, in
Packit 022b05
        seconds, that the CMTS assigns to keys for this TEK
Packit 022b05
        association."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.5 and Appendix A.2."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 5 }
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKKeySequenceNumber   OBJECT-TYPE
Packit 022b05
        SYNTAX              Integer32 (0..15)
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the most recent TEK
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        key sequence number for this SAID."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.2.10 and 4.2.2.13."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKExpiresOld     OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time
Packit 022b05
        for expiration of the immediate predecessor of the most
Packit 022b05
        recent TEK for this FSM.  If this FSM has only one TEK, then
Packit 022b05
        the value is the time of activation of this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.5 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKExpiresNew     OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the actual clock time
Packit 022b05
        for expiration of the most recent TEK for this FSM."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.5 and 4.2.2.9."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKReset     OBJECT-TYPE
Packit 022b05
        SYNTAX         TruthValue
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Setting this object to 'true' causes the CMTS to
Packit 022b05
        invalidate all currently active TEKs and to generate new
Packit 022b05
        TEKs for the associated SAID; the CMTS MAY also generate
Packit 022b05
        unsolicited TEK Invalid messages, to optimize the TEK
Packit 022b05
        synchronization between the CMTS and the CM(s).  Reading
Packit 022b05
        this object always returns FALSE."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.1.3.3.5."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmtsKeyRequests  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received a Key Request message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.4."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsKeyReplies   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted a Key Reply message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.5."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsKeyRejects   OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted a Key Reject message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.6."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 12 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKInvalids  OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted a TEK Invalid message.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.8."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 13 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsKeyRejectErrorCode     OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               unauthorizedSaid(4)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent Key Reject
Packit 022b05
        message sent in response to a Key Request for this SAID.
Packit 022b05
        This has the value unknown(2) if the last Error-Code value
Packit 022b05
        was 0 and none(1) if no Key Reject message has been
Packit 022b05
        received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.6 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 14 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsKeyRejectErrorString   OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in
Packit 022b05
        the most recent Key Reject message sent in response to a
Packit 022b05
        Key Request for this SAID.  This is a zero length string if
Packit 022b05
        no Key Reject message has been received since
Packit 022b05
        registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Sections 4.2.1.6 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 15 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKInvalidErrorCode    OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               invalidKeySequence(6)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS          read-only
Packit 022b05
        STATUS              current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent TEK
Packit 022b05
        Invalid message sent in association with this SAID.  This
Packit 022b05
        has the value unknown(2) if the last Error-Code value was 0
Packit 022b05
        and none(1) if no TEK Invalid message has been received
Packit 022b05
        since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.8 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 16 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsTEKInvalidErrorString  OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in
Packit 022b05
        the most recent TEK Invalid message sent in association
Packit 022b05
        with this SAID.  This is a zero length string if no TEK
Packit 022b05
        Invalid message has been received since registration."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.8 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmtsTEKEntry 17 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CMTS Multicast Objects Group
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastObjects OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2CmtsObjects 4 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CMTS IP Multicast Mapping Table, indexed by
Packit 022b05
   -- docsBpi2CmtsIpMulticastIndex, and by ifIndex
Packit 022b05
   --
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastMapTable         OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF DocsBpi2CmtsIpMulticastMapEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table maps multicast IP addresses to SAIDs.
Packit 022b05
        If a multicast IP address is mapped by multiple rows
Packit 022b05
        in the table, the row with the lowest
Packit 022b05
        docsBpi2CmtsIpMulticastIndex must be utilized for the
Packit 022b05
        mapping."
Packit 022b05
        ::= { docsBpi2CmtsMulticastObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastMapEntry         OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmtsIpMulticastMapEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing the mapping of
Packit 022b05
        a set of multicast IP address and the mask to one SAID
Packit 022b05
        associated to a CMTS MAC Interface, as well as associated
Packit 022b05
        message counters and error information."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmtsIpMulticastIndex }
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsIpMulticastMapEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmtsIpMulticastIndex            Unsigned32,
Packit 022b05
        docsBpi2CmtsIpMulticastAddressType      InetAddressType,
Packit 022b05
        docsBpi2CmtsIpMulticastAddress          InetAddress,
Packit 022b05
        docsBpi2CmtsIpMulticastMask             InetAddress,
Packit 022b05
        docsBpi2CmtsIpMulticastSAId             DocsSAIdOrZero,
Packit 022b05
        docsBpi2CmtsIpMulticastSAType           DocsBpkmSAType,
Packit 022b05
        docsBpi2CmtsIpMulticastDataEncryptAlg
Packit 022b05
                                        DocsBpkmDataEncryptAlg,
Packit 022b05
        docsBpi2CmtsIpMulticastDataAuthentAlg
Packit 022b05
                                        DocsBpkmDataAuthentAlg,
Packit 022b05
        docsBpi2CmtsIpMulticastSAMapRequests    Counter32,
Packit 022b05
        docsBpi2CmtsIpMulticastSAMapReplies     Counter32,
Packit 022b05
        docsBpi2CmtsIpMulticastSAMapRejects     Counter32,
Packit 022b05
        docsBpi2CmtsIpMulticastSAMapRejectErrorCode
Packit 022b05
                                                   INTEGER,
Packit 022b05
        docsBpi2CmtsIpMulticastSAMapRejectErrorString
Packit 022b05
                                                   SnmpAdminString,
Packit 022b05
        docsBpi2CmtsIpMulticastMapControl          RowStatus,
Packit 022b05
        docsBpi2CmtsIpMulticastMapStorageType      StorageType
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastIndex       OBJECT-TYPE
Packit 022b05
        SYNTAX         Unsigned32 (1..4294967295)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The index of this row.  Conceptual rows having the
Packit 022b05
        value 'permanent' need not allow write-access to any
Packit 022b05
        columnar objects in the row."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastAddressType OBJECT-TYPE
Packit 022b05
        SYNTAX         InetAddressType
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The type of Internet address for
Packit 022b05
        docsBpi2CmtsIpMulticastAddress
Packit 022b05
        and docsBpi2CmtsIpMulticastMask."
Packit 022b05
        DEFVAL { ipv4 }
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastAddress          OBJECT-TYPE
Packit 022b05
        SYNTAX         InetAddress
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the IP multicast address
Packit 022b05
        to be mapped, in conjunction with
Packit 022b05
        docsBpi2CmtsIpMulticastMask.  The type of this address is
Packit 022b05
        determined by the value of the object
Packit 022b05
        docsBpi2CmtsIpMulticastAddressType."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastMask        OBJECT-TYPE
Packit 022b05
        SYNTAX         InetAddress
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the IP multicast address mask
Packit 022b05
        for this row.
Packit 022b05
        An IP multicast address matches this row if the logical
Packit 022b05
        AND of the address with docsBpi2CmtsIpMulticastMask is
Packit 022b05
        identical to the logical AND of
Packit 022b05
        docsBpi2CmtsIpMulticastAddr with
Packit 022b05
        docsBpi2CmtsIpMulticastMask.  The type of this address is
Packit 022b05
        determined by the value of the object
Packit 022b05
        docsBpi2CmtsIpMulticastAddressType.
Packit 022b05
        Note: For IPv6, this object need not represent a
Packit 022b05
        contiguous netmask; e.g., to associate a SAID to a
Packit 022b05
        multicast group matching 'any' multicast scope.  The TC
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        InetAddressPrefixLength is not used, as it only
Packit 022b05
        represents contiguous netmask."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAId        OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAIdOrZero
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the multicast SAID to be
Packit 022b05
        used in this IP multicast address mapping entry."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAType OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpkmSAType
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the type of security
Packit 022b05
        association.  'dynamic' does not apply to CMs running in
Packit 022b05
        BPI mode.  Unicast BPI TEKs must utilize the 'primary'
Packit 022b05
        encoding, and multicast BPI TEKs must utilize the 'static'
Packit 022b05
        encoding.  By default, SNMP created entries set this object
Packit 022b05
        to 'static' if not set at row creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 2.1.3."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastDataEncryptAlg   OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataEncryptAlg
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data encryption
Packit 022b05
        algorithm for this IP."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        DEFVAL { des56CbcMode }
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastDataAuthentAlg   OBJECT-TYPE
Packit 022b05
        SYNTAX    DocsBpkmDataAuthentAlg
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the data authentication
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        algorithm for this IP."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.2.20."
Packit 022b05
        DEFVAL { none }
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAMapRequests    OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has received an SA Map Request message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.10."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 9 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAMapReplies     OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an SA Map Reply message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.11."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 10 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAMapRejects     OBJECT-TYPE
Packit 022b05
        SYNTAX         Counter32
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the number of times the
Packit 022b05
        CMTS has transmitted an SA Map Reject message for this IP.
Packit 022b05
        Discontinuities in the value of this counter can occur at
Packit 022b05
        re-initialization of the management system, and at other
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        times as indicated by the value of
Packit 022b05
        ifCounterDiscontinuityTime."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 4.2.1.12."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 11 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAMapRejectErrorCode  OBJECT-TYPE
Packit 022b05
        SYNTAX         INTEGER {
Packit 022b05
                               none(1),
Packit 022b05
                               unknown(2),
Packit 022b05
                               noAuthForRequestedDSFlow(9),
Packit 022b05
                               dsFlowNotMappedToSA(10)
Packit 022b05
                               }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the enumerated
Packit 022b05
        description of the Error-Code in the most recent SA Map
Packit 022b05
        Reject message sent in response to an SA Map Request for
Packit 022b05
        this IP.  It has the value unknown(2) if the last Error-Code
Packit 022b05
        Value was 0 and none(1) if no SA MAP Reject message has
Packit 022b05
        been received since entry creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.12 and 4.2.2.15."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 12 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastSAMapRejectErrorString     OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString (SIZE (0..128))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The value of this object is the text string in
Packit 022b05
        the most recent SA Map Reject message sent in response to
Packit 022b05
        an SA Map Request for this IP.  It is a zero length string
Packit 022b05
        if no SA Map Reject message has been received since entry
Packit 022b05
        creation."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections 4.2.1.12 and 4.2.2.6."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 13 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastMapControl  OBJECT-TYPE
Packit 022b05
        SYNTAX         RowStatus
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
             "This object controls and reflects the IP multicast
Packit 022b05
        address mapping entry.  There is no restriction on the
Packit 022b05
        ability to change values in this row while the row is
Packit 022b05
        active.
Packit 022b05
        A created row can be set to active only after the
Packit 022b05
        Corresponding instances of docsBpi2CmtsIpMulticastAddress,
Packit 022b05
        docsBpi2CmtsIpMulticastMask, docsBpi2CmtsIpMulticastSAId,
Packit 022b05
        and docsBpi2CmtsIpMulticastSAType have all been set."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 14 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsIpMulticastMapStorageType     OBJECT-TYPE
Packit 022b05
        SYNTAX         StorageType
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The storage type for this conceptual row.
Packit 022b05
        Conceptual rows having the value 'permanent' need not allow
Packit 022b05
        write-access to any columnar objects in the row."
Packit 022b05
        ::= { docsBpi2CmtsIpMulticastMapEntry 15 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The CMTS Multicast SAID Authorization Table,
Packit 022b05
   -- indexed by ifIndex by
Packit 022b05
   -- multicast SAID by CM MAC address
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastAuthTable          OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF DocsBpi2CmtsMulticastAuthEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This table describes the multicast SAID
Packit 022b05
        authorization for each CM on each CMTS MAC interface."
Packit 022b05
        ::= { docsBpi2CmtsMulticastObjects 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastAuthEntry          OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmtsMulticastAuthEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Each entry contains objects describing the key
Packit 022b05
        authorization of one cable modem for one multicast SAID
Packit 022b05
        for one CMTS MAC interface.
Packit 022b05
        Row entries persist after re-initialization of
Packit 022b05
        the managed system."
Packit 022b05
        INDEX     { ifIndex, docsBpi2CmtsMulticastAuthSAId,
Packit 022b05
               docsBpi2CmtsMulticastAuthCmMacAddress }
Packit 022b05
        ::= { docsBpi2CmtsMulticastAuthTable 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   DocsBpi2CmtsMulticastAuthEntry ::= SEQUENCE
Packit 022b05
        {
Packit 022b05
        docsBpi2CmtsMulticastAuthSAId                DocsSAId,
Packit 022b05
        docsBpi2CmtsMulticastAuthCmMacAddress        MacAddress,
Packit 022b05
        docsBpi2CmtsMulticastAuthControl             RowStatus
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastAuthSAId OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsSAId
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the multicast SAID for
Packit 022b05
        authorization."
Packit 022b05
        ::= { docsBpi2CmtsMulticastAuthEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastAuthCmMacAddress   OBJECT-TYPE
Packit 022b05
        SYNTAX         MacAddress
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object represents the MAC address of the CM
Packit 022b05
        to which the multicast SAID authorization applies."
Packit 022b05
        ::= { docsBpi2CmtsMulticastAuthEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsMulticastAuthControl   OBJECT-TYPE
Packit 022b05
        SYNTAX         RowStatus
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The status of this conceptual row for the
Packit 022b05
        authorization of multicast SAIDs to CMs."
Packit 022b05
        ::= { docsBpi2CmtsMulticastAuthEntry 3 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CMTS Cert Objects
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsCertObjects OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2CmtsObjects 5 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CMTS Provisioned CM Cert Table
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertTable OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF
Packit 022b05
                        DocsBpi2CmtsProvisionedCmCertEntry
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "A table of CM certificate trust entries provisioned
Packit 022b05
        to the CMTS.  The trust object for a certificate in this
Packit 022b05
        table has an overriding effect on the validity object of a
Packit 022b05
        certificate in the authorization table, as long as the
Packit 022b05
        entire contents of the two certificates are identical."
Packit 022b05
        ::= { docsBpi2CmtsCertObjects 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertEntry OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmtsProvisionedCmCertEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "An entry in the CMTS's provisioned CM certificate
Packit 022b05
        table.  Row entries persist after re-initialization of
Packit 022b05
        the managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "Data-Over-Cable Service Interface Specifications:
Packit 022b05
        Operations Support System Interface Specification
Packit 022b05
        SP-OSSIv2.0-I05-040407, Section 6.2.14"
Packit 022b05
        INDEX { docsBpi2CmtsProvisionedCmCertMacAddress }
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsProvisionedCmCertEntry ::= SEQUENCE
Packit 022b05
        {
Packit 022b05
        docsBpi2CmtsProvisionedCmCertMacAddress MacAddress,
Packit 022b05
        docsBpi2CmtsProvisionedCmCertTrust      INTEGER,
Packit 022b05
        docsBpi2CmtsProvisionedCmCertSource     INTEGER,
Packit 022b05
        docsBpi2CmtsProvisionedCmCertStatus     RowStatus,
Packit 022b05
        docsBpi2CmtsProvisionedCmCert
Packit 022b05
                                  DocsX509ASN1DEREncodedCertificate
Packit 022b05
        }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertMacAddress OBJECT-TYPE
Packit 022b05
        SYNTAX         MacAddress
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The index of this row."
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertTrust      OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                          trusted(1),
Packit 022b05
                          untrusted(2)
Packit 022b05
                          }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "Trust state for the provisioned CM certificate entry.
Packit 022b05
        Note: Setting this object need only override the validity
Packit 022b05
        of CM certificates sent in future authorization requests;
Packit 022b05
        instantaneous effect need not occur."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.1."
Packit 022b05
        DEFVAL { untrusted }
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertSource     OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                          snmp(1),
Packit 022b05
                          configurationFile(2),
Packit 022b05
                          externalDatabase(3),
Packit 022b05
                          other(4)
Packit 022b05
                          }
Packit 022b05
        MAX-ACCESS read-only
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object indicates how the certificate reached the
Packit 022b05
        CMTS.  Other(4) means that it originated from a source not
Packit 022b05
        identified above."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.1."
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCertStatus OBJECT-TYPE
Packit 022b05
        SYNTAX  RowStatus
Packit 022b05
        MAX-ACCESS read-create
Packit 022b05
        STATUS  current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The status of this conceptual row.  Values in this row
Packit 022b05
        cannot be changed while the row is 'active'."
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsProvisionedCmCert OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "An X509 DER-encoded Certificate Authority
Packit 022b05
        certificate.
Packit 022b05
        Note: The zero-length OCTET STRING must be returned, on
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        reads, if the entire certificate is not retained in the
Packit 022b05
        CMTS."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2."
Packit 022b05
        ::= { docsBpi2CmtsProvisionedCmCertEntry 5 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- CMTS CA Cert Table
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertTable OBJECT-TYPE
Packit 022b05
        SYNTAX         SEQUENCE OF DocsBpi2CmtsCACertEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The table of known Certificate Authority certificates
Packit 022b05
        acquired by this device."
Packit 022b05
        ::= { docsBpi2CmtsCertObjects 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertEntry OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsBpi2CmtsCACertEntry
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "A row in the Certificate Authority certificate
Packit 022b05
        table.  Row entries with the trust status 'trusted',
Packit 022b05
        'untrusted', or 'root' persist after re-initialization
Packit 022b05
         of the managed system."
Packit 022b05
        REFERENCE
Packit 022b05
             "Data-Over-Cable Service Interface Specifications:
Packit 022b05
        Operations Support System Interface Specification
Packit 022b05
        SP-OSSIv2.0-I05-040407, Section 6.2.14"
Packit 022b05
        INDEX   { docsBpi2CmtsCACertIndex }
Packit 022b05
        ::= {docsBpi2CmtsCACertTable 1 }
Packit 022b05
Packit 022b05
   DocsBpi2CmtsCACertEntry ::= SEQUENCE {
Packit 022b05
        docsBpi2CmtsCACertIndex            Unsigned32,
Packit 022b05
        docsBpi2CmtsCACertSubject          SnmpAdminString,
Packit 022b05
        docsBpi2CmtsCACertIssuer           SnmpAdminString,
Packit 022b05
        docsBpi2CmtsCACertSerialNumber     OCTET STRING,
Packit 022b05
        docsBpi2CmtsCACertTrust            INTEGER,
Packit 022b05
        docsBpi2CmtsCACertSource           INTEGER,
Packit 022b05
        docsBpi2CmtsCACertStatus           RowStatus,
Packit 022b05
        docsBpi2CmtsCACert
Packit 022b05
                              DocsX509ASN1DEREncodedCertificate,
Packit 022b05
        docsBpi2CmtsCACertThumbprint       OCTET STRING
Packit 022b05
   }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertIndex OBJECT-TYPE
Packit 022b05
        SYNTAX         Unsigned32 (1.. 4294967295)
Packit 022b05
        MAX-ACCESS     not-accessible
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The index for this row."
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 1 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertSubject OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The subject name exactly as it is encoded in the
Packit 022b05
        X509 certificate.
Packit 022b05
        The organizationName portion of the certificate's subject
Packit 022b05
        name must be present.  All other fields are optional.  Any
Packit 022b05
        optional field present must be prepended with <CR>
Packit 022b05
        (carriage return, U+000D) <LF> (line feed, U+000A).
Packit 022b05
        Ordering of fields present must conform to the following:
Packit 022b05
Packit 022b05
        organizationName <CR> <LF>
Packit 022b05
        countryName <CR> <LF>
Packit 022b05
        stateOrProvinceName <CR> <LF>
Packit 022b05
        localityName <CR> <LF>
Packit 022b05
        organizationalUnitName <CR> <LF>
Packit 022b05
        organizationalUnitName=<Manufacturing Location> <CR> <LF>
Packit 022b05
        commonName"
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2.4"
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 2 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertIssuer OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The issuer name exactly as it is encoded in the
Packit 022b05
        X509 certificate.
Packit 022b05
        The commonName portion of the certificate's issuer
Packit 022b05
        name must be present.  All other fields are optional.  Any
Packit 022b05
        optional field present must be prepended with <CR>
Packit 022b05
        (carriage return, U+000D) <LF> (line feed, U+000A).
Packit 022b05
        Ordering of fields present must conform to the following:
Packit 022b05
Packit 022b05
        CommonName <CR><LF>
Packit 022b05
        countryName <CR><LF>
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        stateOrProvinceName <CR><LF>
Packit 022b05
        localityName <CR><LF>
Packit 022b05
        organizationName <CR><LF>
Packit 022b05
        organizationalUnitName <CR><LF>
Packit 022b05
        organizationalUnitName=<Manufacturing Location>"
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2.4"
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 3 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertSerialNumber OBJECT-TYPE
Packit 022b05
        SYNTAX         OCTET STRING (SIZE (1..32))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This CA certificate's serial number, represented as
Packit 022b05
        an octet string."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.2.2"
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 4 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertTrust OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                          trusted (1),
Packit 022b05
                          untrusted (2),
Packit 022b05
                          chained (3),
Packit 022b05
                          root (4)
Packit 022b05
                          }
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object controls the trust status of this
Packit 022b05
        certificate.  Root certificates must be given root(4)
Packit 022b05
        trust; manufacturer certificates must not be given root(4)
Packit 022b05
        trust.  Trust on root certificates must not change.
Packit 022b05
        Note: Setting this object need only affect the validity of
Packit 022b05
        CM certificates sent in future authorization requests;
Packit 022b05
        instantaneous effect need not occur."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.1"
Packit 022b05
        DEFVAL { chained }
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 5 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertSource OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                  snmp (1),
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                  configurationFile (2),
Packit 022b05
                  externalDatabase (3),
Packit 022b05
                  other (4),
Packit 022b05
                  authentInfo (5),
Packit 022b05
                  compiledIntoCode (6)
Packit 022b05
                  }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This object indicates how the certificate reached
Packit 022b05
        the CMTS.  Other(4) means that it originated from a source
Packit 022b05
        not identified above."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.1"
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 6 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertStatus OBJECT-TYPE
Packit 022b05
        SYNTAX         RowStatus
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The status of this conceptual row.  An attempt
Packit 022b05
        to set writable columnar values while this row is active
Packit 022b05
        behaves as follows:
Packit 022b05
        - Sets to the object docsBpi2CmtsCACertTrust are allowed.
Packit 022b05
        - Sets to the object docsBpi2CmtsCACert will return an
Packit 022b05
          error of 'inconsistentValue'.
Packit 022b05
        A newly created entry cannot be set to active until the
Packit 022b05
        value of docsBpi2CmtsCACert is being set."
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 7 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACert  OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS     read-create
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "An X509 DER-encoded Certificate Authority
Packit 022b05
        certificate.
Packit 022b05
        To help identify certificates, either this object or
Packit 022b05
        docsBpi2CmtsCACertThumbprint must be returned by a CMTS for
Packit 022b05
        self-signed CA certificates.
Packit 022b05
Packit 022b05
        Note: The zero-length OCTET STRING must be returned, on
Packit 022b05
        reads, if the entire certificate is not retained in the
Packit 022b05
        CMTS."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Section 9.2."
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 8 }
Packit 022b05
Packit 022b05
   docsBpi2CmtsCACertThumbprint OBJECT-TYPE
Packit 022b05
        SYNTAX         OCTET STRING (SIZE (20))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "The SHA-1 hash of a CA certificate.
Packit 022b05
        To help identify certificates, either this object or
Packit 022b05
        docsBpi2CmtsCACert must be returned by a CMTS for
Packit 022b05
        self-signed CA certificates.
Packit 022b05
Packit 022b05
        Note: The zero-length OCTET STRING must be returned, on
Packit 022b05
        reads, if the CA certificate thumb print is not retained
Packit 022b05
        in the CMTS."
Packit 022b05
        REFERENCE
Packit 022b05
             "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section 9.4.3"
Packit 022b05
        ::= { docsBpi2CmtsCACertEntry 9 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- Authenticated Software Download Objects
Packit 022b05
   --
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- Note: the authenticated software download objects are a
Packit 022b05
   -- CM requirement only.
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2CodeDownloadControl OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2MIBObjects 4 }
Packit 022b05
Packit 022b05
   docsBpi2CodeDownloadStatusCode     OBJECT-TYPE
Packit 022b05
        SYNTAX    INTEGER {
Packit 022b05
                          configFileCvcVerified (1),
Packit 022b05
                          configFileCvcRejected (2),
Packit 022b05
                          snmpCvcVerified (3),
Packit 022b05
                          snmpCvcRejected (4),
Packit 022b05
                          codeFileVerified (5),
Packit 022b05
                          codeFileRejected (6),
Packit 022b05
                          other (7)
Packit 022b05
                          }
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS    current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value indicates the result of the latest config
Packit 022b05
        file CVC verification, SNMP CVC verification, or code file
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        verification."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Sections D.3.3.2 and D.3.5.1."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 1 }
Packit 022b05
Packit 022b05
   docsBpi2CodeDownloadStatusString   OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object indicates the additional
Packit 022b05
        information to the status code.  The value will include
Packit 022b05
        the error code and error description, which will be defined
Packit 022b05
        separately."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.7"
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 2 }
Packit 022b05
Packit 022b05
   docsBpi2CodeMfgOrgName   OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the device manufacturer's
Packit 022b05
        organizationName."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 3 }
Packit 022b05
Packit 022b05
   docsBpi2CodeMfgCodeAccessStart     OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime  (SIZE(11))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the device manufacturer's
Packit 022b05
        current codeAccessStart value.  This value will always
Packit 022b05
        refer to Greenwich Mean Time (GMT), and the value
Packit 022b05
        format must contain TimeZone information (fields 8-10)."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 4 }
Packit 022b05
Packit 022b05
   docsBpi2CodeMfgCvcAccessStart OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime (SIZE(11))
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the device manufacturer's
Packit 022b05
        current cvcAccessStart value.  This value will always
Packit 022b05
        refer to Greenwich Mean Time (GMT), and the value
Packit 022b05
        format must contain TimeZone information (fields 8-10)."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 5 }
Packit 022b05
Packit 022b05
   docsBpi2CodeCoSignerOrgName   OBJECT-TYPE
Packit 022b05
        SYNTAX         SnmpAdminString
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the co-signer's
Packit 022b05
        organizationName.  The value is a zero length string if
Packit 022b05
        the co-signer is not specified."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 6 }
Packit 022b05
Packit 022b05
   docsBpi2CodeCoSignerCodeAccessStart     OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime (SIZE(11))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the co-signer's current
Packit 022b05
        codeAccessStart value.  This value will always refer to
Packit 022b05
        Greenwich Mean Time (GMT), and the value format must contain
Packit 022b05
        TimeZone information (fields 8-10).
Packit 022b05
        If docsBpi2CodeCoSignerOrgName is a zero
Packit 022b05
        length string, the value of this object is meaningless."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 7 }
Packit 022b05
Packit 022b05
   docsBpi2CodeCoSignerCvcAccessStart OBJECT-TYPE
Packit 022b05
        SYNTAX         DateAndTime (SIZE(11))
Packit 022b05
        MAX-ACCESS     read-only
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "The value of this object is the co-signer's current
Packit 022b05
        cvcAccessStart value.  This value will always refer to
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        Greenwich Mean Time (GMT), and the value format must contain
Packit 022b05
        TimeZone information (fields 8-10).
Packit 022b05
        If docsBpi2CodeCoSignerOrgName is a zero
Packit 022b05
        length string, the value of this object is meaningless."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 8 }
Packit 022b05
Packit 022b05
   docsBpi2CodeCvcUpdate    OBJECT-TYPE
Packit 022b05
        SYNTAX         DocsX509ASN1DEREncodedCertificate
Packit 022b05
        MAX-ACCESS     read-write
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
            "Setting a CVC to this object triggers the device
Packit 022b05
        to verify the CVC and update the cvcAccessStart values.
Packit 022b05
        The content of this object is then discarded.
Packit 022b05
        If the device is not enabled to upgrade codefiles, or if
Packit 022b05
        the CVC verification fails, the CVC will be rejected.
Packit 022b05
        Reading this object always returns the zero-length OCTET
Packit 022b05
        STRING."
Packit 022b05
        REFERENCE
Packit 022b05
            "DOCSIS Baseline Privacy Plus Interface Specification,
Packit 022b05
        Section D.3.3.2.2."
Packit 022b05
        ::= { docsBpi2CodeDownloadControl 9 }
Packit 022b05
Packit 022b05
   --
Packit 022b05
   -- The BPI+ MIB Conformance Statements (with a placeholder for
Packit 022b05
   -- notifications)
Packit 022b05
   --
Packit 022b05
Packit 022b05
   docsBpi2Notification     OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2MIB 0 }
Packit 022b05
   docsBpi2Conformance OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2MIB 2 }
Packit 022b05
   docsBpi2Compliances OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2Conformance 1 }
Packit 022b05
   docsBpi2Groups      OBJECT IDENTIFIER
Packit 022b05
        ::= { docsBpi2Conformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
   docsBpi2CmCompliance MODULE-COMPLIANCE
Packit 022b05
        STATUS         current
Packit 022b05
        DESCRIPTION
Packit 022b05
             "This is the compliance statement for CMs that
Packit 022b05
        implement the DOCSIS Baseline Privacy Interface Plus."
Packit 022b05
Packit 022b05
        MODULE  -- docsBpi2MIB
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        -- unconditionally mandatory group
Packit 022b05
        MANDATORY-GROUPS {
Packit 022b05
               docsBpi2CmGroup,
Packit 022b05
               docsBpi2CodeDownloadGroup
Packit 022b05
        }
Packit 022b05
Packit 022b05
   -- constrain on Encryption algorithms
Packit 022b05
   OBJECT docsBpi2CmTEKDataEncryptAlg
Packit 022b05
        SYNTAX    DocsBpkmDataEncryptAlg {
Packit 022b05
                               none(0),
Packit 022b05
                               des56CbcMode(1),
Packit 022b05
                               des40CbcMode(2)
Packit 022b05
                  }
Packit 022b05
        DESCRIPTION
Packit 022b05
             "It is compliant to support des56CbcMode(1) and
Packit 022b05
        des40CbcMode(2) for data encryption algorithms."
Packit 022b05
Packit 022b05
   -- constrain on Integrity algorithms
Packit 022b05
   OBJECT docsBpi2CmTEKDataAuthentAlg
Packit 022b05
        SYNTAX    DocsBpkmDataAuthentAlg {
Packit 022b05
                               none(0)
Packit 022b05
                  }
Packit 022b05
        DESCRIPTION
Packit 022b05
             "It is compliant to not support data message
Packit 022b05
        authentication algorithms."
Packit 022b05
Packit 022b05
   -- constrain on IP addressing
Packit 022b05
   OBJECT    docsBpi2CmIpMulticastAddressType
Packit 022b05
        SYNTAX InetAddressType { ipv4(1) }
Packit 022b05
        DESCRIPTION
Packit 022b05
             "An implementation is only required to support IPv4
Packit 022b05
        addresses.  Support for other address types may be defined
Packit 022b05
        in future versions of this MIB module."
Packit 022b05
Packit 022b05
   -- constrain on IP addressing
Packit 022b05
   OBJECT    docsBpi2CmIpMulticastAddress
Packit 022b05
        SYNTAX  InetAddress (SIZE(4))
Packit 022b05
        DESCRIPTION
Packit 022b05
             "An implementation is only required to support IPv4
Packit 022b05
        addresses Other address types support may be defined in
Packit 022b05