# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python DOCS-IETF-BPI2-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/DOCS-IETF-BPI2-MIB" MIB = { "moduleName" : "DOCS-IETF-BPI2-MIB", "DOCS-IETF-BPI2-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IP over Cable Data Network (IPCDN) Working Group""", "contact" : """--------------------------------------- Stuart M. Green E-mail: rubbersoul3@yahoo.com --------------------------------------- Kaz Ozawa Automotive Systems Development Center TOSHIBA CORPORATION 1-1, Shibaura 1-Chome Minato-ku, Tokyo 105-8001 Japan Phone: +81-3-3457-8569 Fax: +81-3-5444-9325 E-mail: Kazuyoshi.Ozawa@toshiba.co.jp --------------------------------------- Alexander Katsnelson Postal: Tel: +1-303-680-3924 E-mail: katsnelson6@peoplepc.com --------------------------------------- Eduardo Cardona Postal: Cable Television Laboratories, Inc. 858 Coal Creek Circle Louisville, CO 80027- 9750 U.S.A. Tel: +1 303 661 9100 Fax: +1 303 661 9199 E-mail: e.cardona@cablelabs.com --------------------------------------- IETF IPCDN Working Group General Discussion: ipcdn@ietf.org Subscribe: http://www.ietf.org/mailman/listinfo/ipcdn. Archive: ftp://ftp.ietf.org/ietf-mail-archive/ipcdn. Co-chairs: Richard Woundy, rwoundy@cisco.com Jean-Francois Mule, jfm@cablelabs.com""", "description" : """This is the MIB module for the DOCSIS Baseline Privacy Plus Interface (BPI+) at cable modems (CMs) and cable modem termination systems (CMTSs). Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC 4131; see the RFC itself for full legal notices.""", "revisions" : ( { "date" : "2005-07-20 00:00", "description" : """Initial version of the IETF BPI+ MIB module. This version published as RFC 4131.""", }, ), "identity node" : "docsBpi2MIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "MacAddress"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-TC", "name" : "DateAndTime"}, {"module" : "SNMPv2-TC", "name" : "StorageType"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "IF-MIB", "name" : "ifIndex"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"}, ), "typedefs" : { "DocsX509ASN1DEREncodedCertificate" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "0", "max" : "4096" }, ], "range" : { "min" : "0", "max" : "4096" }, "description" : """An X509 digital certificate encoded as an ASN.1 DER object.""", }, "DocsSAId" : { "basetype" : "Integer32", "status" : "current", "ranges" : [ { "min" : "1", "max" : "16383" }, ], "range" : { "min" : "1", "max" : "16383" }, "format" : "d", "description" : """Security Association identifier (SAID).""", "reference" : """DOCSIS Baseline Privacy Plus Interface specification, Section 2.1.3, BPI+ Security Associations""", }, "DocsSAIdOrZero" : { "basetype" : "Unsigned32", "status" : "current", "ranges" : [ { "min" : "0", "max" : "16383" }, ], "range" : { "min" : "0", "max" : "16383" }, "format" : "d", "description" : """Security Association identifier (SAID). The value zero indicates that the SAID is yet to be determined.""", "reference" : """DOCSIS Baseline Privacy Plus Interface specification, Section 2.1.3, BPI+ Security Associations""", }, "DocsBpkmSAType" : { "basetype" : "Enumeration", "status" : "current", "none" : { "nodetype" : "namednumber", "number" : "0" }, "primary" : { "nodetype" : "namednumber", "number" : "1" }, "static" : { "nodetype" : "namednumber", "number" : "2" }, "dynamic" : { "nodetype" : "namednumber", "number" : "3" }, "description" : """The type of security association (SA). The values of the named-numbers are associated with the BPKM SA-Type attributes: 'primary' corresponds to code '1', 'static' to code '2', and 'dynamic' to code '3'. The 'none' value must only be used if the SA type has yet to be determined.""", "reference" : """DOCSIS Baseline Privacy Plus Interface specification, Section 4.2.2.24""", }, "DocsBpkmDataEncryptAlg" : { "basetype" : "Enumeration", "status" : "current", "none" : { "nodetype" : "namednumber", "number" : "0" }, "des56CbcMode" : { "nodetype" : "namednumber", "number" : "1" }, "des40CbcMode" : { "nodetype" : "namednumber", "number" : "2" }, "t3Des128CbcMode" : { "nodetype" : "namednumber", "number" : "3" }, "aes128CbcMode" : { "nodetype" : "namednumber", "number" : "4" }, "aes256CbcMode" : { "nodetype" : "namednumber", "number" : "5" }, "description" : """The list of data encryption algorithms defined for the DOCSIS interface in the BPKM cryptographic-suite parameter. The value 'none' indicates that the SAID being referenced has no data encryption.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, "DocsBpkmDataAuthentAlg" : { "basetype" : "Enumeration", "status" : "current", "none" : { "nodetype" : "namednumber", "number" : "0" }, "hmacSha196" : { "nodetype" : "namednumber", "number" : "1" }, "description" : """The list of data integrity algorithms defined for the DOCSIS interface in the BPKM cryptographic-suite parameter. The value 'none' indicates that no data integrity is used for the SAID being referenced.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, }, # typedefs "nodes" : { "docsBpi2MIB" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126", "status" : "current", }, # node "docsBpi2Notification" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.0", }, # node "docsBpi2MIBObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1", }, # node "docsBpi2CmObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1", }, # node "docsBpi2CmBaseTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1", "status" : "current", "description" : """This table describes the basic and authorization- related Baseline Privacy Plus attributes of each CM MAC interface.""", }, # table "docsBpi2CmBaseEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1", "status" : "current", "linkage" : [ "ifIndex", ], "description" : """Each entry contains objects describing attributes of one CM MAC interface. An entry in this table exists for each ifEntry with an ifType of docsCableMaclayer(127).""", }, # row "docsBpi2CmPrivacyEnable" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object identifies whether this CM is provisioned to run Baseline Privacy Plus.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.""", }, # column "docsBpi2CmPublicKey" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "524" }, ], "range" : { "min" : "0", "max" : "524" }, }, }, "access" : "readonly", "description" : """The value of this object is a DER-encoded RSAPublicKey ASN.1 type string, as defined in the RSA Encryption Standard (PKCS #1), corresponding to the public key of the CM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.4.""", }, # column "docsBpi2CmAuthState" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "start" : { "nodetype" : "namednumber", "number" : "1" }, "authWait" : { "nodetype" : "namednumber", "number" : "2" }, "authorized" : { "nodetype" : "namednumber", "number" : "3" }, "reauthWait" : { "nodetype" : "namednumber", "number" : "4" }, "authRejectWait" : { "nodetype" : "namednumber", "number" : "5" }, "silent" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The value of this object is the state of the CM authorization FSM. The start state indicates that FSM is in its initial state.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.1.2.1.""", }, # column "docsBpi2CmAuthKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "15" }, ], "range" : { "min" : "0", "max" : "15" }, }, }, "access" : "readonly", "description" : """The value of this object is the most recent authorization key sequence number for this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.10.""", }, # column "docsBpi2CmAuthExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the immediate predecessor of the most recent authorization key for this FSM. If this FSM has only one authorization key, then the value is the time of activation of this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpi2CmAuthExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the most recent authorization key for this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpi2CmAuthReset" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Setting this object to 'true' generates a Reauthorize event in the authorization FSM. Reading this object always returns FALSE. This object is for testing purposes only, and therefore it is not required to be associated with a last reset object.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.1.2.3.4.""", }, # column "docsBpi2CmAuthGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "6047999" }, ], "range" : { "min" : "1", "max" : "6047999" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the grace time for an authorization key in seconds. A CM is expected to start trying to get a new authorization key beginning AuthGraceTime seconds before the most recent authorization key actually expires.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.3.""", }, # column "docsBpi2CmTEKGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "302399" }, ], "range" : { "min" : "1", "max" : "302399" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the grace time for the TEK in seconds. The CM is expected to start trying to acquire a new TEK beginning TEK GraceTime seconds before the expiration of the most recent TEK.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.6.""", }, # column "docsBpi2CmAuthWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "30" }, ], "range" : { "min" : "1", "max" : "30" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the Authorize Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.1.""", }, # column "docsBpi2CmReauthWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.11", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "30" }, ], "range" : { "min" : "1", "max" : "30" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the Reauthorize Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.2.""", }, # column "docsBpi2CmOpWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "10" }, ], "range" : { "min" : "1", "max" : "10" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the Operational Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.4.""", }, # column "docsBpi2CmRekeyWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "10" }, ], "range" : { "min" : "1", "max" : "10" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the Rekey Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.5.""", }, # column "docsBpi2CmAuthRejectWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "600" }, ], "range" : { "min" : "1", "max" : "600" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the Authorization Reject Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.7.""", }, # column "docsBpi2CmSAMapWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "10" }, ], "range" : { "min" : "1", "max" : "10" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the retransmission interval, in seconds, of SA Map Requests from the MAP Wait state.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.8.""", }, # column "docsBpi2CmSAMapMaxRetries" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.16", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "10" }, ], "range" : { "min" : "0", "max" : "10" }, }, }, "access" : "readonly", "units" : "count", "description" : """The value of this object is the maximum number of Map Request retries allowed.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.1.1.1.9.""", }, # column "docsBpi2CmAuthentInfos" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.17", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has transmitted an Authentication Information message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.9.""", }, # column "docsBpi2CmAuthRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.18", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has transmitted an Authorization Request message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.1.""", }, # column "docsBpi2CmAuthReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.19", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received an Authorization Reply message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.2.""", }, # column "docsBpi2CmAuthRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.20", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received an Authorization Reject message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.3.""", }, # column "docsBpi2CmAuthInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.21", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CM has received an Authorization Invalid message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.7.""", }, # column "docsBpi2CmAuthRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.22", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unauthorizedSaid" : { "nodetype" : "namednumber", "number" : "4" }, "permanentAuthorizationFailure" : { "nodetype" : "namednumber", "number" : "8" }, "timeOfDayNotAcquired" : { "nodetype" : "namednumber", "number" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Authorization Reject message received by the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Authorization Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.3 and 4.2.2.15.""", }, # column "docsBpi2CmAuthRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.23", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Authorization Reject message received by the CM. This is a zero length string if no Authorization Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.3 and 4.2.2.6.""", }, # column "docsBpi2CmAuthInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.24", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unsolicited" : { "nodetype" : "namednumber", "number" : "5" }, "invalidKeySequence" : { "nodetype" : "namednumber", "number" : "6" }, "keyRequestAuthenticationFailure" : { "nodetype" : "namednumber", "number" : "7" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Authorization Invalid message received by the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Authorization Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.7 and 4.2.2.15.""", }, # column "docsBpi2CmAuthInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.1.1.25", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Authorization Invalid message received by the CM. This is a zero length string if no Authorization Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.7 and 4.2.2.6.""", }, # column "docsBpi2CmTEKTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2", "status" : "current", "description" : """This table describes the attributes of each CM Traffic Encryption Key (TEK) association. The CM maintains (no more than) one TEK association per SAID per CM MAC interface.""", }, # table "docsBpi2CmTEKEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmTEKSAId", ], "description" : """Each entry contains objects describing the TEK association attributes of one SAID. The CM MUST create one entry per SAID, regardless of whether the SAID was obtained from a Registration Response message, from an Authorization Reply message, or from any dynamic SAID establishment mechanisms.""", }, # row "docsBpi2CmTEKSAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAId"}, }, "access" : "noaccess", "description" : """The value of this object is the DOCSIS Security Association ID (SAID).""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.12.""", }, # column "docsBpi2CmTEKSAType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmSAType"}, }, "access" : "readonly", "description" : """The value of this object is the type of security association.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 2.1.3.""", }, # column "docsBpi2CmTEKDataEncryptAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataEncryptAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data encryption algorithm for this SAID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmTEKDataAuthentAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataAuthentAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data authentication algorithm for this SAID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmTEKState" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "start" : { "nodetype" : "namednumber", "number" : "1" }, "opWait" : { "nodetype" : "namednumber", "number" : "2" }, "opReauthWait" : { "nodetype" : "namednumber", "number" : "3" }, "operational" : { "nodetype" : "namednumber", "number" : "4" }, "rekeyWait" : { "nodetype" : "namednumber", "number" : "5" }, "rekeyReauthWait" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The value of this object is the state of the indicated TEK FSM. The start(1) state indicates that the FSM is in its initial state.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.1.3.1.""", }, # column "docsBpi2CmTEKKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "15" }, ], "range" : { "min" : "0", "max" : "15" }, }, }, "access" : "readonly", "description" : """The value of this object is the most recent TEK key sequence number for this TEK FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.2.10 and 4.2.2.13.""", }, # column "docsBpi2CmTEKExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the immediate predecessor of the most recent TEK for this FSM. If this FSM has only one TEK, then the value is the time of activation of this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpi2CmTEKExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the most recent TEK for this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpi2CmTEKKeyRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has transmitted a Key Request message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.4.""", }, # column "docsBpi2CmTEKKeyReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received a Key Reply message, including a message whose authentication failed. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.5.""", }, # column "docsBpi2CmTEKKeyRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received a Key Reject message, including a message whose authentication failed. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.6.""", }, # column "docsBpi2CmTEKInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received a TEK Invalid message, including a message whose authentication failed. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.8.""", }, # column "docsBpi2CmTEKAuthPends" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times an Authorization Pending (Auth Pend) event occurred in this FSM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.1.3.3.3.""", }, # column "docsBpi2CmTEKKeyRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedSaid" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Key Reject message received by the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Key Reject message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.1.2.6 and 4.2.2.15.""", }, # column "docsBpi2CmTEKKeyRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Key Reject message received by the CM. This is a zero length string if no Key Reject message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.1.2.6 and 4.2.2.6.""", }, # column "docsBpi2CmTEKInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.16", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "invalidKeySequence" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent TEK Invalid message received by the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no TEK Invalid message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.1.2.8 and 4.2.2.15.""", }, # column "docsBpi2CmTEKInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.2.1.17", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent TEK Invalid message received by the CM. This is a zero length string if no TEK Invalid message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.1.2.8 and 4.2.2.6.""", }, # column "docsBpi2CmMulticastObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3", }, # node "docsBpi2CmIpMulticastMapTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1", "status" : "current", "description" : """This table maps multicast IP addresses to SAIDs per CM MAC Interface. It is intended to map multicast IP addresses associated with SA MAP Request messages.""", }, # table "docsBpi2CmIpMulticastMapEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmIpMulticastIndex", ], "description" : """Each entry contains objects describing the mapping of one multicast IP address to one SAID, as well as associated state, message counters, and error information. An entry may be removed from this table upon the reception of an SA Map Reject.""", }, # row "docsBpi2CmIpMulticastIndex" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """The index of this row.""", }, # column "docsBpi2CmIpMulticastAddressType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """The type of Internet address for docsBpi2CmIpMulticastAddress.""", }, # column "docsBpi2CmIpMulticastAddress" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """This object represents the IP multicast address to be mapped. The type of this address is determined by the value of the docsBpi2CmIpMulticastAddressType object.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 5.4.""", }, # column "docsBpi2CmIpMulticastSAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAIdOrZero"}, }, "access" : "readonly", "description" : """This object represents the SAID to which the IP multicast address has been mapped. If no SA Map Reply has been received for the IP address, this object should have the value 0.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.12.""", }, # column "docsBpi2CmIpMulticastSAMapState" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "start" : { "nodetype" : "namednumber", "number" : "1" }, "mapWait" : { "nodetype" : "namednumber", "number" : "2" }, "mapped" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The value of this object is the state of the SA Mapping FSM for this IP.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 5.3.1.""", }, # column "docsBpi2CmIpMulticastSAMapRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has transmitted an SA Map Request message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.10.""", }, # column "docsBpi2CmIpMulticastSAMapReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received an SA Map Reply message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.11.""", }, # column "docsBpi2CmIpMulticastSAMapRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CM has received an SA MAP Reject message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.12.""", }, # column "docsBpi2CmIpMulticastSAMapRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "noAuthForRequestedDSFlow" : { "nodetype" : "namednumber", "number" : "9" }, "dsFlowNotMappedToSA" : { "nodetype" : "namednumber", "number" : "10" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent SA Map Reject message sent in response to an SA Map Request for This IP. It has the value none(1) if no SA MAP Reject message has been received since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.12 and 4.2.2.15.""", }, # column "docsBpi2CmIpMulticastSAMapRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.3.1.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent SA Map Reject message sent in response to an SA Map Request for this IP. It is a zero length string if no SA Map Reject message has been received since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.12 and 4.2.2.6.""", }, # column "docsBpi2CmCertObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.4", }, # node "docsBpi2CmDeviceCertTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.4.1", "status" : "current", "description" : """This table describes the Baseline Privacy Plus device certificates for each CM MAC interface.""", }, # table "docsBpi2CmDeviceCertEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.4.1.1", "status" : "current", "linkage" : [ "ifIndex", ], "description" : """Each entry contains the device certificates of one CM MAC interface. An entry in this table exists for each ifEntry with an ifType of docsCableMaclayer(127).""", }, # row "docsBpi2CmDeviceCmCert" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.4.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readwrite", "description" : """The X509 DER-encoded cable modem certificate. Note: This object can be set only when the value is the zero-length OCTET STRING; otherwise, an error of 'inconsistentValue' is returned. Once the object contains the certificate, its access MUST be read-only and persists after re-initialization of the managed system.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.1.""", }, # column "docsBpi2CmDeviceManufCert" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.4.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readonly", "description" : """The X509 DER-encoded manufacturer certificate that signed the cable modem certificate.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.1.""", }, # column "docsBpi2CmCryptoSuiteTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.5", "status" : "current", "description" : """This table describes the Baseline Privacy Plus cryptographic suite capabilities for each CM MAC interface.""", }, # table "docsBpi2CmCryptoSuiteEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.5.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmCryptoSuiteIndex", ], "description" : """Each entry contains a cryptographic suite pair that this CM MAC supports.""", }, # row "docsBpi2CmCryptoSuiteIndex" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.5.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "1000" }, ], "range" : { "min" : "1", "max" : "1000" }, }, }, "access" : "noaccess", "description" : """The index for a cryptographic suite row.""", }, # column "docsBpi2CmCryptoSuiteDataEncryptAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.5.1.2", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataEncryptAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data encryption algorithm for this cryptographic suite capability.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmCryptoSuiteDataAuthentAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.1.5.1.3", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataAuthentAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data authentication algorithm for this cryptographic suite capability.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmtsObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2", }, # node "docsBpi2CmtsBaseTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1", "status" : "current", "description" : """This table describes the basic Baseline Privacy attributes of each CMTS MAC interface.""", }, # table "docsBpi2CmtsBaseEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1", "status" : "current", "linkage" : [ "ifIndex", ], "description" : """Each entry contains objects describing attributes of one CMTS MAC interface. An entry in this table exists for each ifEntry with an ifType of docsCableMaclayer(127).""", }, # row "docsBpi2CmtsDefaultAuthLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "6048000" }, ], "range" : { "min" : "1", "max" : "6048000" }, }, }, "access" : "readwrite", "default" : "604800", "units" : "seconds", "description" : """The value of this object is the default lifetime, in seconds, that the CMTS assigns to a new authorization key. This object value persists after re-initialization of the managed system.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.2.""", }, # column "docsBpi2CmtsDefaultTEKLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "604800" }, ], "range" : { "min" : "1", "max" : "604800" }, }, }, "access" : "readwrite", "default" : "43200", "units" : "seconds", "description" : """The value of this object is the default lifetime, in seconds, that the CMTS assigns to a new Traffic Encryption Key (TEK). This object value persists after re-initialization of the managed system.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Appendix A.2.""", }, # column "docsBpi2CmtsDefaultSelfSignedManufCertTrust" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "trusted" : { "nodetype" : "namednumber", "number" : "1" }, "untrusted" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "description" : """This object determines the default trust of self-signed manufacturer certificate entries, contained in docsBpi2CmtsCACertTable, and created after this object is set. This object need not persist after re-initialization of the managed system.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.1""", }, # column "docsBpi2CmtsCheckCertValidityPeriods" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Setting this object to 'true' causes all chained and root certificates in the chain to have their validity periods checked against the current time of day, when the CMTS receives an Authorization Request from the CM. A 'false' setting causes all certificates in the chain not to have their validity periods checked against the current time of day. This object need not persist after re-initialization of the managed system.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.2""", }, # column "docsBpi2CmtsAuthentInfos" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an Authentication Information message from any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.9.""", }, # column "docsBpi2CmtsAuthRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an Authorization Request message from any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.1.""", }, # column "docsBpi2CmtsAuthReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Reply message to any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.2.""", }, # column "docsBpi2CmtsAuthRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Reject message to any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.3.""", }, # column "docsBpi2CmtsAuthInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Invalid message to any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.7.""", }, # column "docsBpi2CmtsSAMapRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an SA Map Request message from any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.10.""", }, # column "docsBpi2CmtsSAMapReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an SA Map Reply message to any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.11.""", }, # column "docsBpi2CmtsSAMapRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an SA Map Reject message to any CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.12.""", }, # column "docsBpi2CmtsAuthTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2", "status" : "current", "description" : """This table describes the attributes of each CM authorization association. The CMTS maintains one authorization association with each Baseline Privacy- enabled CM, registered on each CMTS MAC interface, regardless of whether the CM is authorized or rejected.""", }, # table "docsBpi2CmtsAuthEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmtsAuthCmMacAddress", ], "description" : """Each entry contains objects describing attributes of one authorization association. The CMTS MUST create one entry per CM per MAC interface, based on the receipt of an Authorization Request message, and MUST not delete the entry until the CM loses registration.""", }, # row "docsBpi2CmtsAuthCmMacAddress" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """The value of this object is the physical address of the CM to which the authorization association applies.""", }, # column "docsBpi2CmtsAuthCmBpiVersion" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "bpi" : { "nodetype" : "namednumber", "number" : "0" }, "bpiPlus" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readonly", "description" : """The value of this object is the version of Baseline Privacy for which this CM has registered. The value 'bpiplus' represents the value of BPI-Version Attribute of the Baseline Privacy Key Management BPKM attribute BPI-Version (1). The value 'bpi' is used to represent the CM registered using DOCSIS 1.0 Baseline Privacy.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.22; ANSI/SCTE 22-2 2002(formerly DSS 02-03) Data-Over-Cable Service Interface Specification DOCSIS 1.0 Baseline Privacy Interface (BPI)""", }, # column "docsBpi2CmtsAuthCmPublicKey" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "524" }, ], "range" : { "min" : "0", "max" : "524" }, }, }, "access" : "readonly", "description" : """The value of this object is a DER-encoded RSAPublicKey ASN.1 type string, as defined in the RSA Encryption Standard (PKCS #1), corresponding to the public key of the CM. This is the zero-length OCTET STRING if the CMTS does not retain the public key.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.4.""", }, # column "docsBpi2CmtsAuthCmKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "15" }, ], "range" : { "min" : "0", "max" : "15" }, }, }, "access" : "readonly", "description" : """The value of this object is the most recent authorization key sequence number for this CM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.10.""", }, # column "docsBpi2CmtsAuthCmExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the immediate predecessor of the most recent authorization key for this FSM. If this FSM has only one authorization key, then the value is the time of activation of this FSM. Note: This object has no meaning for CMs running in BPI mode; therefore, this object is not instantiated for entries associated to those CMs.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpi2CmtsAuthCmExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the most recent authorization key for this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpi2CmtsAuthCmLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "6048000" }, ], "range" : { "min" : "1", "max" : "6048000" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """The value of this object is the lifetime, in seconds, that the CMTS assigns to an authorization key for this CM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.2 and Appendix A.2.""", }, # column "docsBpi2CmtsAuthCmReset" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "noResetRequested" : { "nodetype" : "namednumber", "number" : "1" }, "invalidateAuth" : { "nodetype" : "namednumber", "number" : "2" }, "sendAuthInvalid" : { "nodetype" : "namednumber", "number" : "3" }, "invalidateTeks" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readwrite", "description" : """Setting this object to invalidateAuth(2) causes the CMTS to invalidate the current CM authorization key(s), but not to transmit an Authorization Invalid message nor to invalidate the primary SAID's TEKs. Setting this object to sendAuthInvalid(3) causes the CMTS to invalidate the current CM authorization key(s), and to transmit an Authorization Invalid message to the CM, but not to invalidate the primary SAID's TEKs. Setting this object to invalidateTeks(4) causes the CMTS to invalidate the current CM authorization key(s), to transmit an Authorization Invalid message to the CM, and to invalidate the TEKs associated with this CM's primary SAID. For BPI mode, substitute all of the CM's unicast TEKs for the primary SAID's TEKs in the previous paragraph. Reading this object returns the most recently set value of this object or, if the object has not been set since entry creation, returns noResetRequested(1).""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.1.2.3.4, 4.1.2.3.5, and 4.1.3.3.5.""", }, # column "docsBpi2CmtsAuthCmInfos" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an Authentication Information message from this CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.9.""", }, # column "docsBpi2CmtsAuthCmRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an Authorization Request message from this CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.1.""", }, # column "docsBpi2CmtsAuthCmReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Reply message to this CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.2.""", }, # column "docsBpi2CmtsAuthCmRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Reject message to this CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.3.""", }, # column "docsBpi2CmtsAuthCmInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an Authorization Invalid message to this CM. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.7.""", }, # column "docsBpi2CmtsAuthRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unauthorizedSaid" : { "nodetype" : "namednumber", "number" : "4" }, "permanentAuthorizationFailure" : { "nodetype" : "namednumber", "number" : "8" }, "timeOfDayNotAcquired" : { "nodetype" : "namednumber", "number" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Authorization Reject message transmitted to the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Authorization Reject message has been transmitted to the CM since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.3 and 4.2.2.15.""", }, # column "docsBpi2CmtsAuthRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Authorization Reject message transmitted to the CM. This is a zero length string if no Authorization Reject message has been transmitted to the CM since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.3 and 4.2.2.6.""", }, # column "docsBpi2CmtsAuthInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.16", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unsolicited" : { "nodetype" : "namednumber", "number" : "5" }, "invalidKeySequence" : { "nodetype" : "namednumber", "number" : "6" }, "keyRequestAuthenticationFailure" : { "nodetype" : "namednumber", "number" : "7" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Authorization Invalid message transmitted to the CM. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Authorization Invalid message has been transmitted to the CM since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.7 and 4.2.2.15.""", }, # column "docsBpi2CmtsAuthInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.17", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Authorization Invalid message transmitted to the CM. This is a zero length string if no Authorization Invalid message has been transmitted to the CM since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.7 and 4.2.2.6.""", }, # column "docsBpi2CmtsAuthPrimarySAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.18", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAIdOrZero"}, }, "access" : "readonly", "description" : """The value of this object is the Primary Security Association identifier. For BPI mode, the value must be any unicast SID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 2.1.3.""", }, # column "docsBpi2CmtsAuthBpkmCmCertValid" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.19", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unknown" : { "nodetype" : "namednumber", "number" : "0" }, "validCmChained" : { "nodetype" : "namednumber", "number" : "1" }, "validCmTrusted" : { "nodetype" : "namednumber", "number" : "2" }, "invalidCmUntrusted" : { "nodetype" : "namednumber", "number" : "3" }, "invalidCAUntrusted" : { "nodetype" : "namednumber", "number" : "4" }, "invalidCmOther" : { "nodetype" : "namednumber", "number" : "5" }, "invalidCAOther" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """Contains the reason why a CM's certificate is deemed valid or invalid. Return unknown(0) if the CM is running BPI mode. ValidCmChained(1) means the certificate is valid because it chains to a valid certificate. ValidCmTrusted(2) means the certificate is valid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be trusted. InvalidCmUntrusted(3) means the certificate is invalid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be untrusted. InvalidCAUntrusted(4) means the certificate is invalid because it chains to an untrusted certificate. InvalidCmOther(5) and InvalidCAOther(6) refer to errors in parsing, validity periods, etc., which are attributable to the CM certificate or its chain, respectively; additional information may be found in docsBpi2AuthRejectErrorString for these types of errors.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.2.""", }, # column "docsBpi2CmtsAuthBpkmCmCert" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.20", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readonly", "description" : """The X509 CM Certificate sent as part of a BPKM Authorization Request. Note: The zero-length OCTET STRING must be returned if the Entire certificate is not retained in the CMTS.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.""", }, # column "docsBpi2CmtsAuthCACertIndexPtr" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.2.1.21", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "4294967295" }, ], "range" : { "min" : "0", "max" : "4294967295" }, }, }, "access" : "readonly", "description" : """A row index into docsBpi2CmtsCACertTable. Returns the index in docsBpi2CmtsCACertTable to which CA certificate this CM is chained to. A value of 0 means it could not be found or not applicable.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.""", }, # column "docsBpi2CmtsTEKTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3", "status" : "current", "description" : """This table describes the attributes of each Traffic Encryption Key (TEK) association. The CMTS Maintains one TEK association per SAID on each CMTS MAC interface.""", }, # table "docsBpi2CmtsTEKEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmtsTEKSAId", ], "description" : """Each entry contains objects describing attributes of one TEK association on a particular CMTS MAC interface. The CMTS MUST create one entry per SAID per MAC interface, based on the receipt of a Key Request message, and MUST not delete the entry before the CM authorization for the SAID permanently expires.""", }, # row "docsBpi2CmtsTEKSAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAId"}, }, "access" : "noaccess", "description" : """The value of this object is the DOCSIS Security Association ID (SAID).""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.12.""", }, # column "docsBpi2CmtsTEKSAType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.2", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmSAType"}, }, "access" : "readonly", "description" : """The value of this object is the type of security association. 'dynamic' does not apply to CMs running in BPI mode. Unicast BPI TEKs must utilize the 'primary' encoding, and multicast BPI TEKs must utilize the 'static' encoding.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 2.1.3.""", }, # column "docsBpi2CmtsTEKDataEncryptAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.3", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataEncryptAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data encryption algorithm for this SAID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmtsTEKDataAuthentAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataAuthentAlg"}, }, "access" : "readonly", "description" : """The value of this object is the data authentication algorithm for this SAID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmtsTEKLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "604800" }, ], "range" : { "min" : "1", "max" : "604800" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """The value of this object is the lifetime, in seconds, that the CMTS assigns to keys for this TEK association.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.5 and Appendix A.2.""", }, # column "docsBpi2CmtsTEKKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "15" }, ], "range" : { "min" : "0", "max" : "15" }, }, }, "access" : "readonly", "description" : """The value of this object is the most recent TEK key sequence number for this SAID.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.2.10 and 4.2.2.13.""", }, # column "docsBpi2CmtsTEKExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the immediate predecessor of the most recent TEK for this FSM. If this FSM has only one TEK, then the value is the time of activation of this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpi2CmtsTEKExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time for expiration of the most recent TEK for this FSM.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpi2CmtsTEKReset" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Setting this object to 'true' causes the CMTS to invalidate all currently active TEKs and to generate new TEKs for the associated SAID; the CMTS MAY also generate unsolicited TEK Invalid messages, to optimize the TEK synchronization between the CMTS and the CM(s). Reading this object always returns FALSE.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.1.3.3.5.""", }, # column "docsBpi2CmtsKeyRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received a Key Request message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.4.""", }, # column "docsBpi2CmtsKeyReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted a Key Reply message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.5.""", }, # column "docsBpi2CmtsKeyRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted a Key Reject message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.6.""", }, # column "docsBpi2CmtsTEKInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted a TEK Invalid message. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.8.""", }, # column "docsBpi2CmtsKeyRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.14", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedSaid" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent Key Reject message sent in response to a Key Request for this SAID. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no Key Reject message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.6 and 4.2.2.15.""", }, # column "docsBpi2CmtsKeyRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent Key Reject message sent in response to a Key Request for this SAID. This is a zero length string if no Key Reject message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.6 and 4.2.2.6.""", }, # column "docsBpi2CmtsTEKInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.16", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "invalidKeySequence" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent TEK Invalid message sent in association with this SAID. This has the value unknown(2) if the last Error-Code value was 0 and none(1) if no TEK Invalid message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.8 and 4.2.2.15.""", }, # column "docsBpi2CmtsTEKInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.3.1.17", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent TEK Invalid message sent in association with this SAID. This is a zero length string if no TEK Invalid message has been received since registration.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.8 and 4.2.2.6.""", }, # column "docsBpi2CmtsMulticastObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4", }, # node "docsBpi2CmtsIpMulticastMapTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1", "status" : "current", "description" : """This table maps multicast IP addresses to SAIDs. If a multicast IP address is mapped by multiple rows in the table, the row with the lowest docsBpi2CmtsIpMulticastIndex must be utilized for the mapping.""", }, # table "docsBpi2CmtsIpMulticastMapEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmtsIpMulticastIndex", ], "description" : """Each entry contains objects describing the mapping of a set of multicast IP address and the mask to one SAID associated to a CMTS MAC Interface, as well as associated message counters and error information.""", }, # row "docsBpi2CmtsIpMulticastIndex" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """The index of this row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.""", }, # column "docsBpi2CmtsIpMulticastAddressType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readwrite", "default" : "ipv4", "description" : """The type of Internet address for docsBpi2CmtsIpMulticastAddress and docsBpi2CmtsIpMulticastMask.""", }, # column "docsBpi2CmtsIpMulticastAddress" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readwrite", "description" : """This object represents the IP multicast address to be mapped, in conjunction with docsBpi2CmtsIpMulticastMask. The type of this address is determined by the value of the object docsBpi2CmtsIpMulticastAddressType.""", }, # column "docsBpi2CmtsIpMulticastMask" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readwrite", "description" : """This object represents the IP multicast address mask for this row. An IP multicast address matches this row if the logical AND of the address with docsBpi2CmtsIpMulticastMask is identical to the logical AND of docsBpi2CmtsIpMulticastAddr with docsBpi2CmtsIpMulticastMask. The type of this address is determined by the value of the object docsBpi2CmtsIpMulticastAddressType. Note: For IPv6, this object need not represent a contiguous netmask; e.g., to associate a SAID to a multicast group matching 'any' multicast scope. The TC InetAddressPrefixLength is not used, as it only represents contiguous netmask.""", }, # column "docsBpi2CmtsIpMulticastSAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAIdOrZero"}, }, "access" : "readwrite", "description" : """This object represents the multicast SAID to be used in this IP multicast address mapping entry.""", }, # column "docsBpi2CmtsIpMulticastSAType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmSAType"}, }, "access" : "readwrite", "description" : """The value of this object is the type of security association. 'dynamic' does not apply to CMs running in BPI mode. Unicast BPI TEKs must utilize the 'primary' encoding, and multicast BPI TEKs must utilize the 'static' encoding. By default, SNMP created entries set this object to 'static' if not set at row creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 2.1.3.""", }, # column "docsBpi2CmtsIpMulticastDataEncryptAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataEncryptAlg"}, }, "access" : "readwrite", "default" : "des56CbcMode", "description" : """The value of this object is the data encryption algorithm for this IP.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmtsIpMulticastDataAuthentAlg" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsBpkmDataAuthentAlg"}, }, "access" : "readwrite", "default" : "none", "description" : """The value of this object is the data authentication algorithm for this IP.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.2.20.""", }, # column "docsBpi2CmtsIpMulticastSAMapRequests" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has received an SA Map Request message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.10.""", }, # column "docsBpi2CmtsIpMulticastSAMapReplies" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an SA Map Reply message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.11.""", }, # column "docsBpi2CmtsIpMulticastSAMapRejects" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the number of times the CMTS has transmitted an SA Map Reject message for this IP. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 4.2.1.12.""", }, # column "docsBpi2CmtsIpMulticastSAMapRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "noAuthForRequestedDSFlow" : { "nodetype" : "namednumber", "number" : "9" }, "dsFlowNotMappedToSA" : { "nodetype" : "namednumber", "number" : "10" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in the most recent SA Map Reject message sent in response to an SA Map Request for this IP. It has the value unknown(2) if the last Error-Code Value was 0 and none(1) if no SA MAP Reject message has been received since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.12 and 4.2.2.15.""", }, # column "docsBpi2CmtsIpMulticastSAMapRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the text string in the most recent SA Map Reject message sent in response to an SA Map Request for this IP. It is a zero length string if no SA Map Reject message has been received since entry creation.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections 4.2.1.12 and 4.2.2.6.""", }, # column "docsBpi2CmtsIpMulticastMapControl" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object controls and reflects the IP multicast address mapping entry. There is no restriction on the ability to change values in this row while the row is active. A created row can be set to active only after the Corresponding instances of docsBpi2CmtsIpMulticastAddress, docsBpi2CmtsIpMulticastMask, docsBpi2CmtsIpMulticastSAId, and docsBpi2CmtsIpMulticastSAType have all been set.""", }, # column "docsBpi2CmtsIpMulticastMapStorageType" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.1.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"}, }, "access" : "readonly", "description" : """The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.""", }, # column "docsBpi2CmtsMulticastAuthTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.2", "status" : "current", "description" : """This table describes the multicast SAID authorization for each CM on each CMTS MAC interface.""", }, # table "docsBpi2CmtsMulticastAuthEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.2.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "docsBpi2CmtsMulticastAuthSAId", "docsBpi2CmtsMulticastAuthCmMacAddress", ], "description" : """Each entry contains objects describing the key authorization of one cable modem for one multicast SAID for one CMTS MAC interface. Row entries persist after re-initialization of the managed system.""", }, # row "docsBpi2CmtsMulticastAuthSAId" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsSAId"}, }, "access" : "noaccess", "description" : """This object represents the multicast SAID for authorization.""", }, # column "docsBpi2CmtsMulticastAuthCmMacAddress" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """This object represents the MAC address of the CM to which the multicast SAID authorization applies.""", }, # column "docsBpi2CmtsMulticastAuthControl" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.4.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of this conceptual row for the authorization of multicast SAIDs to CMs.""", }, # column "docsBpi2CmtsCertObjects" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5", }, # node "docsBpi2CmtsProvisionedCmCertTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1", "status" : "current", "description" : """A table of CM certificate trust entries provisioned to the CMTS. The trust object for a certificate in this table has an overriding effect on the validity object of a certificate in the authorization table, as long as the entire contents of the two certificates are identical.""", }, # table "docsBpi2CmtsProvisionedCmCertEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1", "create" : "true", "status" : "current", "linkage" : [ "docsBpi2CmtsProvisionedCmCertMacAddress", ], "description" : """An entry in the CMTS's provisioned CM certificate table. Row entries persist after re-initialization of the managed system.""", "reference" : """Data-Over-Cable Service Interface Specifications: Operations Support System Interface Specification SP-OSSIv2.0-I05-040407, Section 6.2.14""", }, # row "docsBpi2CmtsProvisionedCmCertMacAddress" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """The index of this row.""", }, # column "docsBpi2CmtsProvisionedCmCertTrust" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "trusted" : { "nodetype" : "namednumber", "number" : "1" }, "untrusted" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "default" : "untrusted", "description" : """Trust state for the provisioned CM certificate entry. Note: Setting this object need only override the validity of CM certificates sent in future authorization requests; instantaneous effect need not occur.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.1.""", }, # column "docsBpi2CmtsProvisionedCmCertSource" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "snmp" : { "nodetype" : "namednumber", "number" : "1" }, "configurationFile" : { "nodetype" : "namednumber", "number" : "2" }, "externalDatabase" : { "nodetype" : "namednumber", "number" : "3" }, "other" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """This object indicates how the certificate reached the CMTS. Other(4) means that it originated from a source not identified above.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.1.""", }, # column "docsBpi2CmtsProvisionedCmCertStatus" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of this conceptual row. Values in this row cannot be changed while the row is 'active'.""", }, # column "docsBpi2CmtsProvisionedCmCert" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readwrite", "description" : """An X509 DER-encoded Certificate Authority certificate. Note: The zero-length OCTET STRING must be returned, on reads, if the entire certificate is not retained in the CMTS.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.""", }, # column "docsBpi2CmtsCACertTable" : { "nodetype" : "table", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2", "status" : "current", "description" : """The table of known Certificate Authority certificates acquired by this device.""", }, # table "docsBpi2CmtsCACertEntry" : { "nodetype" : "row", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1", "create" : "true", "status" : "current", "linkage" : [ "docsBpi2CmtsCACertIndex", ], "description" : """A row in the Certificate Authority certificate table. Row entries with the trust status 'trusted', 'untrusted', or 'root' persist after re-initialization of the managed system.""", "reference" : """Data-Over-Cable Service Interface Specifications: Operations Support System Interface Specification SP-OSSIv2.0-I05-040407, Section 6.2.14""", }, # row "docsBpi2CmtsCACertIndex" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """The index for this row.""", }, # column "docsBpi2CmtsCACertSubject" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The subject name exactly as it is encoded in the X509 certificate. The organizationName portion of the certificate's subject name must be present. All other fields are optional. Any optional field present must be prepended with (carriage return, U+000D) (line feed, U+000A). Ordering of fields present must conform to the following: organizationName countryName stateOrProvinceName localityName organizationalUnitName organizationalUnitName= commonName""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.4""", }, # column "docsBpi2CmtsCACertIssuer" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The issuer name exactly as it is encoded in the X509 certificate. The commonName portion of the certificate's issuer name must be present. All other fields are optional. Any optional field present must be prepended with (carriage return, U+000D) (line feed, U+000A). Ordering of fields present must conform to the following: CommonName countryName stateOrProvinceName localityName organizationName organizationalUnitName organizationalUnitName=""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.4""", }, # column "docsBpi2CmtsCACertSerialNumber" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "1", "max" : "32" }, ], "range" : { "min" : "1", "max" : "32" }, }, }, "access" : "readonly", "description" : """This CA certificate's serial number, represented as an octet string.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.2""", }, # column "docsBpi2CmtsCACertTrust" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "trusted" : { "nodetype" : "namednumber", "number" : "1" }, "untrusted" : { "nodetype" : "namednumber", "number" : "2" }, "chained" : { "nodetype" : "namednumber", "number" : "3" }, "root" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readwrite", "default" : "chained", "description" : """This object controls the trust status of this certificate. Root certificates must be given root(4) trust; manufacturer certificates must not be given root(4) trust. Trust on root certificates must not change. Note: Setting this object need only affect the validity of CM certificates sent in future authorization requests; instantaneous effect need not occur.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.1""", }, # column "docsBpi2CmtsCACertSource" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "snmp" : { "nodetype" : "namednumber", "number" : "1" }, "configurationFile" : { "nodetype" : "namednumber", "number" : "2" }, "externalDatabase" : { "nodetype" : "namednumber", "number" : "3" }, "other" : { "nodetype" : "namednumber", "number" : "4" }, "authentInfo" : { "nodetype" : "namednumber", "number" : "5" }, "compiledIntoCode" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """This object indicates how the certificate reached the CMTS. Other(4) means that it originated from a source not identified above.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.1""", }, # column "docsBpi2CmtsCACertStatus" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of this conceptual row. An attempt to set writable columnar values while this row is active behaves as follows: - Sets to the object docsBpi2CmtsCACertTrust are allowed. - Sets to the object docsBpi2CmtsCACert will return an error of 'inconsistentValue'. A newly created entry cannot be set to active until the value of docsBpi2CmtsCACert is being set.""", }, # column "docsBpi2CmtsCACert" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.8", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readwrite", "description" : """An X509 DER-encoded Certificate Authority certificate. To help identify certificates, either this object or docsBpi2CmtsCACertThumbprint must be returned by a CMTS for self-signed CA certificates. Note: The zero-length OCTET STRING must be returned, on reads, if the entire certificate is not retained in the CMTS.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.2.""", }, # column "docsBpi2CmtsCACertThumbprint" : { "nodetype" : "column", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.2.5.2.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "20", "max" : "20" }, ], "range" : { "min" : "20", "max" : "20" }, }, }, "access" : "readonly", "description" : """The SHA-1 hash of a CA certificate. To help identify certificates, either this object or docsBpi2CmtsCACert must be returned by a CMTS for self-signed CA certificates. Note: The zero-length OCTET STRING must be returned, on reads, if the CA certificate thumb print is not retained in the CMTS.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section 9.4.3""", }, # column "docsBpi2CodeDownloadControl" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4", }, # node "docsBpi2CodeDownloadStatusCode" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "configFileCvcVerified" : { "nodetype" : "namednumber", "number" : "1" }, "configFileCvcRejected" : { "nodetype" : "namednumber", "number" : "2" }, "snmpCvcVerified" : { "nodetype" : "namednumber", "number" : "3" }, "snmpCvcRejected" : { "nodetype" : "namednumber", "number" : "4" }, "codeFileVerified" : { "nodetype" : "namednumber", "number" : "5" }, "codeFileRejected" : { "nodetype" : "namednumber", "number" : "6" }, "other" : { "nodetype" : "namednumber", "number" : "7" }, }, }, "access" : "readonly", "description" : """The value indicates the result of the latest config file CVC verification, SNMP CVC verification, or code file verification.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Sections D.3.3.2 and D.3.5.1.""", }, # scalar "docsBpi2CodeDownloadStatusString" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The value of this object indicates the additional information to the status code. The value will include the error code and error description, which will be defined separately.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.7""", }, # scalar "docsBpi2CodeMfgOrgName" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The value of this object is the device manufacturer's organizationName.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeMfgCodeAccessStart" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.4", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DateAndTime", }, "ranges" : [ { "min" : "11", "max" : "11" }, ], "range" : { "min" : "11", "max" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the device manufacturer's current codeAccessStart value. This value will always refer to Greenwich Mean Time (GMT), and the value format must contain TimeZone information (fields 8-10).""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeMfgCvcAccessStart" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.5", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DateAndTime", }, "ranges" : [ { "min" : "11", "max" : "11" }, ], "range" : { "min" : "11", "max" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the device manufacturer's current cvcAccessStart value. This value will always refer to Greenwich Mean Time (GMT), and the value format must contain TimeZone information (fields 8-10).""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeCoSignerOrgName" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readonly", "description" : """The value of this object is the co-signer's organizationName. The value is a zero length string if the co-signer is not specified.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeCoSignerCodeAccessStart" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.7", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DateAndTime", }, "ranges" : [ { "min" : "11", "max" : "11" }, ], "range" : { "min" : "11", "max" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the co-signer's current codeAccessStart value. This value will always refer to Greenwich Mean Time (GMT), and the value format must contain TimeZone information (fields 8-10). If docsBpi2CodeCoSignerOrgName is a zero length string, the value of this object is meaningless.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeCoSignerCvcAccessStart" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.8", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DateAndTime", }, "ranges" : [ { "min" : "11", "max" : "11" }, ], "range" : { "min" : "11", "max" : "11" }, }, }, "access" : "readonly", "description" : """The value of this object is the co-signer's current cvcAccessStart value. This value will always refer to Greenwich Mean Time (GMT), and the value format must contain TimeZone information (fields 8-10). If docsBpi2CodeCoSignerOrgName is a zero length string, the value of this object is meaningless.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.2.2.""", }, # scalar "docsBpi2CodeCvcUpdate" : { "nodetype" : "scalar", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.1.4.9", "status" : "current", "syntax" : { "type" : { "module" :"DOCS-IETF-BPI2-MIB", "name" : "DocsX509ASN1DEREncodedCertificate"}, }, "access" : "readwrite", "description" : """Setting a CVC to this object triggers the device to verify the CVC and update the cvcAccessStart values. The content of this object is then discarded. If the device is not enabled to upgrade codefiles, or if the CVC verification fails, the CVC will be rejected. Reading this object always returns the zero-length OCTET STRING.""", "reference" : """DOCSIS Baseline Privacy Plus Interface Specification, Section D.3.3.2.2.""", }, # scalar "docsBpi2Conformance" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2", }, # node "docsBpi2Compliances" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.1", }, # node "docsBpi2Groups" : { "nodetype" : "node", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.2", }, # node }, # nodes "groups" : { "docsBpi2CmGroup" : { "nodetype" : "group", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.2.1", "status" : "current", "members" : { "docsBpi2CmPrivacyEnable" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmPublicKey" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthState" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthExpiresOld" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthExpiresNew" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthReset" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthGraceTime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKGraceTime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmReauthWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmOpWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmRekeyWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthRejectWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmSAMapWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmSAMapMaxRetries" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthentInfos" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthInvalids" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmAuthInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKSAType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKDataEncryptAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKDataAuthentAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKState" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKExpiresOld" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKExpiresNew" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeyRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeyReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeyRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKInvalids" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKAuthPends" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeyRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKKeyRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmTEKInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastAddressType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastAddress" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAId" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapState" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmIpMulticastSAMapRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmDeviceCmCert" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmDeviceManufCert" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmCryptoSuiteDataEncryptAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmCryptoSuiteDataAuthentAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, }, # members "description" : """This collection of objects provides CM BPI+ status and control.""", }, # group "docsBpi2CmtsGroup" : { "nodetype" : "group", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.2.2", "status" : "current", "members" : { "docsBpi2CmtsDefaultAuthLifetime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsDefaultTEKLifetime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsDefaultSelfSignedManufCertTrust" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCheckCertValidityPeriods" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthentInfos" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthInvalids" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsSAMapRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsSAMapReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsSAMapRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmBpiVersion" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmPublicKey" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmExpiresOld" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmExpiresNew" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmLifetime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmReset" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmInfos" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCmInvalids" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthPrimarySAId" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthBpkmCmCertValid" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthBpkmCmCert" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsAuthCACertIndexPtr" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKSAType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKDataEncryptAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKDataAuthentAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKLifetime" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKExpiresOld" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKExpiresNew" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKReset" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsKeyRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsKeyReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsKeyRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKInvalids" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsKeyRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsKeyRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsTEKInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastAddressType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastAddress" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastMask" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAId" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastDataEncryptAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastDataAuthentAlg" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAMapRequests" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAMapReplies" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAMapRejects" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAMapRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastSAMapRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastMapControl" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsIpMulticastMapStorageType" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsMulticastAuthControl" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsProvisionedCmCertTrust" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsProvisionedCmCertSource" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsProvisionedCmCertStatus" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsProvisionedCmCert" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertSubject" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertIssuer" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertSerialNumber" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertTrust" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertSource" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertStatus" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACert" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CmtsCACertThumbprint" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, }, # members "description" : """This collection of objects provides CMTS BPI+ status and control.""", }, # group "docsBpi2CodeDownloadGroup" : { "nodetype" : "group", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.2.3", "status" : "current", "members" : { "docsBpi2CodeDownloadStatusCode" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeDownloadStatusString" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeMfgOrgName" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeMfgCodeAccessStart" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeMfgCvcAccessStart" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeCoSignerOrgName" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeCoSignerCodeAccessStart" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeCoSignerCvcAccessStart" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeCvcUpdate" : { "nodetype" : "member", "module" : "DOCS-IETF-BPI2-MIB" }, }, # members "description" : """This collection of objects provides authenticated software download support.""", }, # group }, # groups "compliances" : { "docsBpi2CmCompliance" : { "nodetype" : "compliance", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.1.1", "status" : "current", "description" : """This is the compliance statement for CMs that implement the DOCSIS Baseline Privacy Interface Plus.""", "requires" : { "docsBpi2CmGroup" : { "nodetype" : "mandatory", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeDownloadGroup" : { "nodetype" : "mandatory", "module" : "DOCS-IETF-BPI2-MIB" }, }, # requires "refinements" : { "docsBpi2CmTEKDataEncryptAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataEncryptAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, "des56CbcMode" : { "nodetype" : "namednumber", "number" : "1" }, "des40CbcMode" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # syntax "description" : """It is compliant to support des56CbcMode(1) and des40CbcMode(2) for data encryption algorithms.""", }, "docsBpi2CmTEKDataAuthentAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataAuthentAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, }, }, # syntax "description" : """It is compliant to not support data message authentication algorithms.""", }, "docsBpi2CmIpMulticastAddressType" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddressType", }, "ipv4" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "description" : """An implementation is only required to support IPv4 addresses. Support for other address types may be defined in future versions of this MIB module.""", }, "docsBpi2CmIpMulticastAddress" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, # syntax "description" : """An implementation is only required to support IPv4 addresses Other address types support may be defined in future versions of this MIB module.""", }, "docsBpi2CmCryptoSuiteDataEncryptAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataEncryptAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, "des56CbcMode" : { "nodetype" : "namednumber", "number" : "1" }, "des40CbcMode" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # syntax "description" : """It is compliant to only support des56CbcMode(1) and des40CbcMode(2) for data encryption algorithms.""", }, "docsBpi2CmCryptoSuiteDataAuthentAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataAuthentAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, }, }, # syntax "description" : """It is compliant to not support data message authentication algorithms.""", }, }, # refinements }, # compliance "docsBpi2CmtsCompliance" : { "nodetype" : "compliance", "moduleName" : "DOCS-IETF-BPI2-MIB", "oid" : "1.3.6.1.2.1.126.2.1.2", "status" : "current", "description" : """This is the compliance statement for CMTSs that implement the DOCSIS Baseline Privacy Interface Plus.""", "requires" : { "docsBpi2CmtsGroup" : { "nodetype" : "mandatory", "module" : "DOCS-IETF-BPI2-MIB" }, "docsBpi2CodeDownloadGroup" : { "nodetype" : "optional", "module" : "DOCS-IETF-BPI2-MIB", "description" : """This group is optional for CMTSes. The implementation decision of this group is left to the vendor""", }, }, # requires "refinements" : { "docsBpi2CmtsDefaultAuthLifetime" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "86400", "max" : "6048000" }, ], "range" : { "min" : "86400", "max" : "6048000" }, }, }, # syntax "description" : """The refined range corresponds to the minimum and maximum values in operational networks.""", }, "docsBpi2CmtsDefaultTEKLifetime" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1800", "max" : "604800" }, ], "range" : { "min" : "1800", "max" : "604800" }, }, }, # syntax "description" : """The refined range corresponds to the minimum and maximum values in operational networks.""", }, "docsBpi2CmtsAuthCmLifetime" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "86400", "max" : "6048000" }, ], "range" : { "min" : "86400", "max" : "6048000" }, }, }, # syntax "description" : """The refined range corresponds to the minimum and maximum values in operational networks.""", }, "docsBpi2CmtsTEKDataEncryptAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataEncryptAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, "des56CbcMode" : { "nodetype" : "namednumber", "number" : "1" }, "des40CbcMode" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # syntax "description" : """It is compliant to only support des56CbcMode(1) and des40CbcMode(2) for data encryption.""", }, "docsBpi2CmtsTEKDataAuthentAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataAuthentAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, }, }, # syntax "description" : """It is compliant to not support data message authentication algorithms.""", }, "docsBpi2CmtsTEKLifetime" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1800", "max" : "604800" }, ], "range" : { "min" : "1800", "max" : "604800" }, }, }, # syntax "description" : """The refined range corresponds to the minimum and maximum values in operational networks.""", }, "docsBpi2CmtsIpMulticastAddressType" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddressType", }, "ipv4" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required. An implementation is only required to support IPv4 addresses. Support for other address types may be defined in future versions of this MIB module.""", }, "docsBpi2CmtsIpMulticastAddress" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required. An implementation is only required to support IPv4 addresses. Support for other address types may be defined in future versions of this MIB module.""", }, "docsBpi2CmtsIpMulticastMask" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required. An implementation is only required to support IPv4 addresses. Support for other address types may be defined in future versions of this MIB module.""", }, "docsBpi2CmtsIpMulticastSAId" : { "module" : "DOCS-IETF-BPI2-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "docsBpi2CmtsIpMulticastSAType" : { "module" : "DOCS-IETF-BPI2-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "docsBpi2CmtsIpMulticastDataEncryptAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataEncryptAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, "des56CbcMode" : { "nodetype" : "namednumber", "number" : "1" }, "des40CbcMode" : { "nodetype" : "namednumber", "number" : "2" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required. It is compliant to only support des56CbcMode(1) and des40CbcMode(2) for data encryption""", }, "docsBpi2CmtsIpMulticastDataAuthentAlg" : { "module" : "DOCS-IETF-BPI2-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "DOCS-IETF-BPI2-MIB", "type" : "DocsBpkmDataAuthentAlg", }, "none" : { "nodetype" : "namednumber", "number" : "0" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required. It is compliant to not support data message authentication algorithms.""", }, "docsBpi2CmtsMulticastAuthControl" : { "module" : "DOCS-IETF-BPI2-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, }, # refinements }, # compliance }, # compliances }