# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python DOCS-BPI-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/DOCS-BPI-MIB" MIB = { "moduleName" : "DOCS-BPI-MIB", "DOCS-BPI-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IPCDN Working Group""", "contact" : """Rich Woundy Postal: Cisco Systems 250 Apollo Drive Chelmsford, MA 01824 U.S.A. Tel: +1 978 244 8000 E-mail: rwoundy@cisco.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 Andrew Valentine, a.valentine@eu.hns.com""", "description" : """This is the MIB Module for the DOCSIS Baseline Privacy Interface (BPI) at cable modems (CMs) and cable modem termination systems (CMTSs). CableLabs requires the implementation of this MIB in DOCSIS 1.0 cable modems that implement the Baseline Privacy Interface, as a prerequisite for DOCSIS 1.0 certification.""", "revisions" : ( { "date" : "2001-03-13 00:00", "description" : """Version published as RFC 3083.""", }, { "date" : "2000-11-03 19:30", "description" : """Modified by Richard Woundy to fix problems identified by the MIB doctor. I marked docsBpiCmtsDefaultAuthGraceTime and docsBpiCmtsDefaultTEKGraceTime as obsolete objects, to prevent OID reassignment. Several object descriptions were also corrected.""", }, { "date" : "2000-02-16 19:30", "description" : """Initial version. CableLabs requires the implementation of this MIB in certified DOCSIS 1.0 cable modems implementing the Baseline Privacy Interface, per DOCSIS 1.0 engineering change notice oss-n-99027.""", }, ), "identity node" : "docsBpiMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "IpAddress"}, {"module" : "SNMPv2-TC", "name" : "DisplayString"}, {"module" : "SNMPv2-TC", "name" : "MacAddress"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-TC", "name" : "DateAndTime"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "IF-MIB", "name" : "ifIndex"}, {"module" : "DOCS-IF-MIB", "name" : "docsIfMib"}, {"module" : "DOCS-IF-MIB", "name" : "docsIfCmServiceId"}, {"module" : "DOCS-IF-MIB", "name" : "docsIfCmtsServiceId"}, ), "nodes" : { "docsBpiMIB" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5", "status" : "current", }, # node "docsBpiMIBObjects" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1", }, # node "docsBpiCmObjects" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1", }, # node "docsBpiCmBaseTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1", "status" : "current", "description" : """This table describes the basic and authorization-related Baseline Privacy attributes of each CM MAC interface.""", }, # table "docsBpiCmBaseEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 "docsBpiCmPrivacyEnable" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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. This is analogous to the presence (or absence) of the Baseline Privacy Configuration Setting option. The status of each individual SID with respect to Baseline Privacy is captured in the docsBpiCmTEKPrivacyEnable object.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.""", }, # column "docsBpiCmPublicKey" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "74", "max" : "74" }, { "min" : "106", "max" : "106" }, { "min" : "140", "max" : "140" }, { "min" : "270", "max" : "270" }, ], "range" : { "min" : "74", "max" : "270" }, }, }, "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) [22], corresponding to the public key of the CM. The 74, 106, 140, and 270 byte key encoding lengths correspond to 512 bit, 768 bit, 1024 bit, and 2048 public moduli respectively.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.2.4.""", }, # column "docsBpiCmAuthState" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "authWait" : { "nodetype" : "namednumber", "number" : "2" }, "authorized" : { "nodetype" : "namednumber", "number" : "3" }, "reauthWait" : { "nodetype" : "namednumber", "number" : "4" }, "authRejectWait" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "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 Interface Specification, Section 4.1.2.1.""", }, # column "docsBpiCmAuthKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 authorization key sequence number for this FSM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.2 and 4.2.2.10.""", }, # column "docsBpiCmAuthExpires" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 when the current authorization for this FSM expires. If the CM does not have an active authorization, then the value is of the expiration date and time of the last active authorization.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpiCmAuthReset" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.6", "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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.1.2.3.4.""", }, # column "docsBpiCmAuthGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the grace time for an authorization key. A CM is expected to start trying to get a new authorization key beginning AuthGraceTime seconds before the authorization key actually expires.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.3.""", }, # column "docsBpiCmTEKGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the grace time for a TEK. A CM is expected to start trying to get a new TEK beginning TEKGraceTime seconds before the TEK actually expires.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.6.""", }, # column "docsBpiCmAuthWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.9", "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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.1.""", }, # column "docsBpiCmReauthWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 Reauthorize Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.2.""", }, # column "docsBpiCmOpWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.11", "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 Interface Specification, Appendix A.1.1.1.4.""", }, # column "docsBpiCmRekeyWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 Rekey Wait Timeout in seconds.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.5.""", }, # column "docsBpiCmAuthRejectWaitTimeout" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.13", "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 Interface Specification, Appendix A.1.1.1.7.""", }, # column "docsBpiCmAuthRequests" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.14", "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 transmitted an Authorization Request message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.1.""", }, # column "docsBpiCmAuthReplies" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.15", "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 Reply message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.2.""", }, # column "docsBpiCmAuthRejects" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.16", "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 Reject message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.3.""", }, # column "docsBpiCmAuthInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.17", "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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.7.""", }, # column "docsBpiCmAuthRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.18", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unauthorizedSid" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in most recent Authorization Reject message received by the CM. This has 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 Interface Specification, Sections 4.2.1.3 and 4.2.2.16.""", }, # column "docsBpiCmAuthRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.19", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in 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 Interface Specification, Sections 4.2.1.3 and 4.2.2.6.""", }, # column "docsBpiCmAuthInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.20", "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 most recent Authorization Invalid message received by the CM. This has 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 Interface Specification, Sections 4.2.1.7 and 4.2.2.16.""", }, # column "docsBpiCmAuthInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.1.1.21", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in 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 Interface Specification, Sections 4.2.1.7 and 4.2.2.6.""", }, # column "docsBpiCmTEKTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 SID per CM MAC interface.""", }, # table "docsBpiCmTEKEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1", "status" : "current", "linkage" : [ "ifIndex", "docsIfCmServiceId", ], "description" : """Each entry contains objects describing the TEK association attributes of one SID. The CM MUST create one entry per unicast SID, regardless of whether the SID was obtained from a Registration Response message, or from an Authorization Reply message.""", }, # row "docsBpiCmTEKPrivacyEnable" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This object identifies whether this SID is provisioned to run Baseline Privacy. This is analogous to enabling Baseline Privacy on a provisioned SID using the Class-of-Service Privacy Enable option. Baseline Privacy is not effectively enabled for any SID unless Baseline Privacy is enabled for the CM, which is managed via the docsBpiCmPrivacyEnable object.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.2.""", }, # column "docsBpiCmTEKState" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.2", "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 FSM is in its initial state.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.1.3.1.""", }, # column "docsBpiCmTEKExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.3", "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 Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpiCmTEKExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.4", "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 Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpiCmTEKKeyRequests" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.5", "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 transmitted a Key Request message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.4.""", }, # column "docsBpiCmTEKKeyReplies" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.6", "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 a Key Reply message, including a message whose authentication failed.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.5.""", }, # column "docsBpiCmTEKKeyRejects" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.7", "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 a Key Reject message, including a message whose authentication failed.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.6.""", }, # column "docsBpiCmTEKInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.8", "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 a TEK Invalid message, including a message whose authentication failed.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.8.""", }, # column "docsBpiCmTEKAuthPends" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.9", "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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.1.3.3.3.""", }, # column "docsBpiCmTEKKeyRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedSid" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in most recent Key Reject message received by the CM. This has value unknown(2) if the last Error-Code value was 0, and none(1) if no Key Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.6 and 4.2.2.16.""", }, # column "docsBpiCmTEKKeyRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.11", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in most recent Key Reject message received by the CM. This is a zero length string if no Key Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.6 and 4.2.2.6.""", }, # column "docsBpiCmTEKInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.12", "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 most recent TEK Invalid message received by the CM. This has value unknown(2) if the last Error-Code value was 0, and none(1) if no TEK Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.8 and 4.2.2.16.""", }, # column "docsBpiCmTEKInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.1.2.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in most recent TEK Invalid message received by the CM. This is a zero length string if no TEK Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.8 and 4.2.2.6.""", }, # column "docsBpiCmtsObjects" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2", }, # node "docsBpiCmtsBaseTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1", "status" : "current", "description" : """This table describes the basic Baseline Privacy attributes of each CMTS MAC interface.""", }, # table "docsBpiCmtsBaseEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 "docsBpiCmtsDefaultAuthLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.1", "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 default lifetime, in seconds, the CMTS assigns to a new authorization key.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.2.""", }, # column "docsBpiCmtsDefaultTEKLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.2", "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 default lifetime, in seconds, the CMTS assigns to a new Traffic Encryption Key (TEK).""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.2.""", }, # column "docsBpiCmtsDefaultAuthGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.3", "status" : "obsolete", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """This object was obsoleted because the provisioning system, not the CMTS, manages the authorization key grace time for DOCSIS CMs.""", }, # column "docsBpiCmtsDefaultTEKGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.4", "status" : "obsolete", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """This object was obsoleted because the provisioning system, not the CMTS, manages the Traffic Encryption Key (TEK) grace time for DOCSIS CMs.""", }, # column "docsBpiCmtsAuthRequests" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has received an Authorization Request message from any CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.1.""", }, # column "docsBpiCmtsAuthReplies" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Reply message to any CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.2.""", }, # column "docsBpiCmtsAuthRejects" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Reject message to any CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.3.""", }, # column "docsBpiCmtsAuthInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Invalid message to any CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.7.""", }, # column "docsBpiCmtsAuthTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 on each CMTS MAC interface.""", }, # table "docsBpiCmtsAuthEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1", "status" : "current", "linkage" : [ "ifIndex", "docsBpiCmtsAuthCmMacAddress", ], "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 before the CM authorization permanently expires.""", }, # row "docsBpiCmtsAuthCmMacAddress" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 "docsBpiCmtsAuthCmPublicKey" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "0" }, { "min" : "74", "max" : "74" }, { "min" : "106", "max" : "106" }, { "min" : "140", "max" : "140" }, { "min" : "270", "max" : "270" }, ], "range" : { "min" : "0", "max" : "270" }, }, }, "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) [22], corresponding to the public key of the CM. The 74, 106, 140, and 270 byte key encoding lengths correspond to 512 bit, 768 bit, 1024 bit, and 2048 public moduli respectively. This is a zero-length string if the CMTS does not retain the public key.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.2.4.""", }, # column "docsBpiCmtsAuthCmKeySequenceNumber" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.3", "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 authorization key sequence number for this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.2 and 4.2.2.10.""", }, # column "docsBpiCmtsAuthCmExpires" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """The value of this object is the actual clock time when the current authorization for this CM expires. If this CM does not have an active authorization, then the value is of the expiration date and time of the last active authorization.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.2 and 4.2.2.9.""", }, # column "docsBpiCmtsAuthCmLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.5", "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, the CMTS assigns to an authorization key for this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.2 and Appendix A.2.""", }, # column "docsBpiCmtsAuthCmGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "access" : "readonly", "units" : "seconds", "description" : """The value of this object is the grace time for the authorization key in seconds. The CM is expected to start trying to get a new authorization key beginning AuthGraceTime seconds before the authorization key actually expires.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.3.""", }, # column "docsBpiCmtsAuthCmReset" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.7", "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, but not to transmit an Authorization Invalid message nor to invalidate unicast TEKs. Setting this object to sendAuthInvalid(3) causes the CMTS to invalidate the current CM authorization key, and to transmit an Authorization Invalid message to the CM, but not to invalidate unicast TEKs. Setting this object to invalidateTeks(4) causes the CMTS to invalidate the current CM authorization key, to transmit an Authorization Invalid message to the CM, and to invalidate all unicast TEKs associated with this CM authorization. Reading this object returns the most-recently-set value of this object, or returns noResetRequested(1) if the object has not been set since the last CMTS reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.1.2.3.4, 4.1.2.3.5, and 4.1.3.3.5.""", }, # column "docsBpiCmtsAuthCmRequests" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has received an Authorization Request message from this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.1.""", }, # column "docsBpiCmtsAuthCmReplies" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Reply message to this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.2.""", }, # column "docsBpiCmtsAuthCmRejects" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Reject message to this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.3.""", }, # column "docsBpiCmtsAuthCmInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted an Authorization Invalid message to this CM.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.7.""", }, # column "docsBpiCmtsAuthRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedCm" : { "nodetype" : "namednumber", "number" : "3" }, "unauthorizedSid" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """The value of this object is the enumerated description of the Error-Code in most recent Authorization Reject message transmitted to the CM. This has 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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.3 and 4.2.2.16.""", }, # column "docsBpiCmtsAuthRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in 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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.3 and 4.2.2.6.""", }, # column "docsBpiCmtsAuthInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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" }, "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 most recent Authorization Invalid message transmitted to the CM. This has 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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.7 and 4.2.2.16.""", }, # column "docsBpiCmtsAuthInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.2.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in 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.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.7 and 4.2.2.6.""", }, # column "docsBpiCmtsTEKTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3", "status" : "current", "description" : """This table describes the attributes of each CM Traffic Encryption Key (TEK) association. The CMTS maintains one TEK association per BPI SID on each CMTS MAC interface.""", }, # table "docsBpiCmtsTEKEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1", "status" : "current", "linkage" : [ "ifIndex", "docsIfCmtsServiceId", ], "description" : """Each entry contains objects describing attributes of one TEK association on a particular CMTS MAC interface. The CMTS MUST create one entry per SID per MAC interface, based on the receipt of an Key Request message, and MUST not delete the entry before the CM authorization for the SID permanently expires.""", }, # row "docsBpiCmtsTEKLifetime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.1", "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, the CMTS assigns to keys for this TEK association.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.5 and Appendix A.2.""", }, # column "docsBpiCmtsTEKGraceTime" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "1", "max" : "1800" }, ], "range" : { "min" : "1", "max" : "1800" }, }, }, "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 get a new TEK beginning TEKGraceTime seconds before the TEK actually expires.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Appendix A.1.1.1.6.""", }, # column "docsBpiCmtsTEKExpiresOld" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.3", "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 Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpiCmtsTEKExpiresNew" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.4", "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 Interface Specification, Sections 4.2.1.5 and 4.2.2.9.""", }, # column "docsBpiCmtsTEKReset" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Setting this object to TRUE causes the CMTS to invalidate the current active TEK(s) (plural due to key transition periods), and to generate a new TEK for the associated SID; the CMTS MAY also generate an unsolicited TEK Invalid message, to optimize the TEK synchronization between the CMTS and the CM. Reading this object always returns FALSE.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.1.3.3.5.""", }, # column "docsBpiCmtsKeyRequests" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has received a Key Request message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.4.""", }, # column "docsBpiCmtsKeyReplies" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted a Key Reply message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.5.""", }, # column "docsBpiCmtsKeyRejects" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted a Key Reject message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.6.""", }, # column "docsBpiCmtsTEKInvalids" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """The value of this object is the count of times the CMTS has transmitted a TEK Invalid message.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Section 4.2.1.8.""", }, # column "docsBpiCmtsKeyRejectErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "none" : { "nodetype" : "namednumber", "number" : "1" }, "unknown" : { "nodetype" : "namednumber", "number" : "2" }, "unauthorizedSid" : { "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 BPI SID. This has value unknown(2) if the last Error-Code value was 0, and none(1) if no Key Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.6 and 4.2.2.16.""", }, # column "docsBpiCmtsKeyRejectErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.11", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in the most recent Key Reject message sent in response to a Key Request for this BPI SID. This is a zero length string if no Key Reject message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.6 and 4.2.2.6.""", }, # column "docsBpiCmtsTEKInvalidErrorCode" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.12", "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 BPI SID. This has value unknown(2) if the last Error-Code value was 0, and none(1) if no TEK Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.8 and 4.2.2.16.""", }, # column "docsBpiCmtsTEKInvalidErrorString" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.3.1.13", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "DisplayString", }, "ranges" : [ { "min" : "0", "max" : "128" }, ], "range" : { "min" : "0", "max" : "128" }, }, }, "access" : "readonly", "description" : """The value of this object is the Display-String in the most recent TEK Invalid message sent in association with this BPI SID. This is a zero length string if no TEK Invalid message has been received since reboot.""", "reference" : """DOCSIS Baseline Privacy Interface Specification, Sections 4.2.1.8 and 4.2.2.6.""", }, # column "docsBpiMulticastControl" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4", }, # node "docsBpiIpMulticastMapTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1", "status" : "current", "description" : """This table describes the mapping of IP multicast address prefixes to multicast SIDs on each CMTS MAC interface.""", }, # table "docsBpiIpMulticastMapEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "docsBpiIpMulticastAddress", "docsBpiIpMulticastPrefixLength", ], "description" : """Each entry contains objects describing the mapping of one IP multicast address prefix to one multicast SID on one CMTS MAC interface. The CMTS uses the mapping when forwarding downstream IP multicast traffic.""", }, # row "docsBpiIpMulticastAddress" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "IpAddress"}, }, "access" : "noaccess", "description" : """This object represents the IP multicast address (prefix) to be mapped by this row, in conjunction with docsBpiIpMulticastPrefixLength.""", }, # column "docsBpiIpMulticastPrefixLength" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "32" }, ], "range" : { "min" : "0", "max" : "32" }, }, }, "access" : "noaccess", "description" : """This object represents the IP multicast address prefix length for this row. The value of this object represents the length in bits of docsBpiIpMulticastAddress for multicast address comparisons, using big-endian ordering. An IP multicast address matches this row if the (docsBpiIpMulticastPrefixLength) most significant bits of the IP multicast address and of the (docsBpiIpMulticastAddress) are identical. This object is similar in usage to an IP address mask. The value 0 corresponds to IP address mask 0.0.0.0, the value 1 corresponds to IP address mask 128.0.0.0, the value 8 corresponds to IP address mask 255.0.0.0, and the value 32 corresponds to IP address mask 255.255.255.255.""", }, # column "docsBpiIpMulticastServiceId" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "8192", "max" : "16368" }, ], "range" : { "min" : "8192", "max" : "16368" }, }, }, "access" : "readwrite", "description" : """This object represents the multicast SID to be used in this IP multicast address prefix mapping entry.""", }, # column "docsBpiIpMulticastMapControl" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object controls and reflects the IP multicast address prefix mapping entry. There is no restriction on the ability to change values in this row while the row is active.""", }, # column "docsBpiMulticastAuthTable" : { "nodetype" : "table", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.2", "status" : "current", "description" : """This table describes the multicast SID authorization for each CM on each CMTS MAC interface.""", }, # table "docsBpiMulticastAuthEntry" : { "nodetype" : "row", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.2.1", "create" : "true", "status" : "current", "linkage" : [ "ifIndex", "docsBpiMulticastServiceId", "docsBpiMulticastCmMacAddress", ], "description" : """Each entry contains objects describing the key authorization of one cable modem for one multicast SID for one CMTS MAC interface.""", }, # row "docsBpiMulticastServiceId" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.2.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "8192", "max" : "16368" }, ], "range" : { "min" : "8192", "max" : "16368" }, }, }, "access" : "noaccess", "description" : """This object represents the multicast SID for authorization.""", }, # column "docsBpiMulticastCmMacAddress" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.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 SID authorization applies.""", }, # column "docsBpiMulticastAuthControl" : { "nodetype" : "column", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.1.2.4.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object controls and reflects the CM authorization for each multicast SID. There is no restriction on the ability to change values in this row while the row is active.""", }, # column "docsBpiNotification" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.2", }, # node "docsBpiConformance" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3", }, # node "docsBpiCompliances" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.1", }, # node "docsBpiGroups" : { "nodetype" : "node", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.2", }, # node }, # nodes "groups" : { "docsBpiCmGroup" : { "nodetype" : "group", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.2.1", "status" : "current", "members" : { "docsBpiCmPrivacyEnable" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmPublicKey" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthState" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthExpires" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthReset" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmReauthWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmOpWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmRekeyWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthRejectWaitTimeout" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthRequests" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthReplies" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthRejects" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthInvalids" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmAuthInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKPrivacyEnable" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKState" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKExpiresOld" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKExpiresNew" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKKeyRequests" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKKeyReplies" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKKeyRejects" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKInvalids" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKAuthPends" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKKeyRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKKeyRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmTEKInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, }, # members "description" : """This collection of objects provides CM BPI status and control.""", }, # group "docsBpiCmtsGroup" : { "nodetype" : "group", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.2.2", "status" : "current", "members" : { "docsBpiCmtsDefaultAuthLifetime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsDefaultTEKLifetime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthRequests" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthReplies" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthRejects" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthInvalids" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmPublicKey" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmKeySequenceNumber" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmExpires" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmLifetime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmReset" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmRequests" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmReplies" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmRejects" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthCmInvalids" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsAuthInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKLifetime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKExpiresOld" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKExpiresNew" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKReset" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsKeyRequests" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsKeyReplies" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsKeyRejects" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKInvalids" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsKeyRejectErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsKeyRejectErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKInvalidErrorCode" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsTEKInvalidErrorString" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiIpMulticastServiceId" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiIpMulticastMapControl" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiMulticastAuthControl" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, }, # members "description" : """This collection of objects provides CMTS BPI status and control.""", }, # group "docsBpiObsoleteObjectsGroup" : { "nodetype" : "group", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.2.3", "status" : "obsolete", "members" : { "docsBpiCmtsDefaultAuthGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, "docsBpiCmtsDefaultTEKGraceTime" : { "nodetype" : "member", "module" : "DOCS-BPI-MIB" }, }, # members "description" : """This is a collection of obsolete BPI objects.""", }, # group }, # groups "compliances" : { "docsBpiBasicCompliance" : { "nodetype" : "compliance", "moduleName" : "DOCS-BPI-MIB", "oid" : "1.3.6.1.2.1.10.127.5.3.1.1", "status" : "current", "description" : """This is the compliance statement for devices which implement the DOCSIS Baseline Privacy Interface.""", "requires" : { "docsBpiCmGroup" : { "nodetype" : "optional", "module" : "DOCS-BPI-MIB", "description" : """This group is implemented only in CMs, not in CMTSs.""", }, "docsBpiCmtsGroup" : { "nodetype" : "optional", "module" : "DOCS-BPI-MIB", "description" : """This group is implemented only in CMTSs, not in CMs.""", }, }, # requires "refinements" : { "docsBpiCmtsDefaultAuthLifetime" : { "module" : "DOCS-BPI-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, according to Appendix A.2 in [18].""", }, "docsBpiCmtsDefaultTEKLifetime" : { "module" : "DOCS-BPI-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, according to Appendix A.2 in [18].""", }, "docsBpiCmtsAuthCmLifetime" : { "module" : "DOCS-BPI-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, according to Appendix A.2 in [18].""", }, "docsBpiCmtsTEKLifetime" : { "module" : "DOCS-BPI-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, according to Appendix A.2 in [18].""", }, }, # refinements }, # compliance }, # compliances }