All MIBs › DOCS-BPI2-MIB
Category: Domain: CATV/Cable, Domain: Security, Standard: DOCSIS
Description: Manages DOCSIS Baseline Privacy Interface Plus (BPI+) security for cable modem encryption and authentication.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is DOCS-BPI2-MIB?
DOCS-BPI2-MIB is the DOCSIS Baseline Privacy Plus (BPI+) MIB, defining basic and authorization-related privacy attributes for each cable modem's MAC interface. Its cable-modem base table reports whether privacy is enabled, the modem's public key, current authorization state, key sequence number, old/new authorization-key expiration times, and grace-time/reset controls. As a security-status MIB it lets a cable operator confirm a modem's BPI+ authorization state and watch for authorization failures or unexpected resets that would indicate a provisioning or certificate problem. It is deployed on DOCSIS cable modems and CMTS platforms implementing Baseline Privacy Plus encryption. Engineers can download the DOCS-BPI2-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in DOCS-BPI2-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- DOCSIS cable modems and CMTS platforms (Baseline Privacy Plus)
Monitoring Examples
A cable operator checks docsBpi2CmAuthState for a modem reporting intermittent connectivity to confirm whether repeated BPI+ re-authorization (rather than an RF issue) is the underlying cause.
What Can Be Monitored
- BPI+ authorization state and key expiration
This MIB depends on
Related MIBs
Imported Objects
From DOCS-IF-MIB
| docsIfMib | MODULE-IDENTITY |
From IF-MIB
| ifIndex | OBJECT-TYPE |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| IpAddress |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-TC-v1
| DateAndTime | |
| MacAddress | |
| RowStatus | |
| TruthValue |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| docsBpi2BasicCompliance | 1.3.6.1.2.1.10.127.6.3.1.1 | |||
| CTR docsBpi2CmAuthentInfos | 1.3.6.1.2.1.10.127.6.1.1.1.1.17 | Counter | read-only | The value of this object is the count of times the CM has transmitted an Authentication Information message. |
| DAT docsBpi2CmAuthExpiresNew | 1.3.6.1.2.1.10.127.6.1.1.1.1.6 | DateAndTime | read-only | The value of this object is the actual clock time for expiration of the most recent authorization key for this FSM. |
| DAT docsBpi2CmAuthExpiresOld | 1.3.6.1.2.1.10.127.6.1.1.1.1.5 | DateAndTime | read-only | 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. |
| INT docsBpi2CmAuthGraceTime | 1.3.6.1.2.1.10.127.6.1.1.1.1.8 | INTEGER | read-only | 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. |
| INT docsBpi2CmAuthInvalidErrorCode | 1.3.6.1.2.1.10.127.6.1.1.1.1.24 | INTEGER | read-only | 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. |
| STR docsBpi2CmAuthInvalidErrorString | 1.3.6.1.2.1.10.127.6.1.1.1.1.25 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmAuthInvalids | 1.3.6.1.2.1.10.127.6.1.1.1.1.21 | Counter | read-only | The value of this object is the count of times the CM has received an Authorization Invalid message. |
| INT docsBpi2CmAuthKeySequenceNumber | 1.3.6.1.2.1.10.127.6.1.1.1.1.4 | INTEGER | read-only | The value of this object is the most recent authorization key sequence number for this FSM. |
| INT docsBpi2CmAuthRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.1.1.1.22 | INTEGER | read-only | 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. |
| STR docsBpi2CmAuthRejectErrorString | 1.3.6.1.2.1.10.127.6.1.1.1.1.23 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmAuthRejects | 1.3.6.1.2.1.10.127.6.1.1.1.1.20 | Counter | read-only | The value of this object is the count of times the CM has received an Authorization Reject message. |
| INT docsBpi2CmAuthRejectWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.14 | INTEGER | read-only | The value of this object is the Authorization Reject Wait Timeout in seconds. |
| CTR docsBpi2CmAuthReplies | 1.3.6.1.2.1.10.127.6.1.1.1.1.19 | Counter | read-only | The value of this object is the count of times the CM has received an Authorization Reply message. |
| CTR docsBpi2CmAuthRequests | 1.3.6.1.2.1.10.127.6.1.1.1.1.18 | Counter | read-only | The value of this object is the count of times the CM has transmitted an Authorization Request message. |
| T/F docsBpi2CmAuthReset | 1.3.6.1.2.1.10.127.6.1.1.1.1.7 | TruthValue | read-write | Setting this object to TRUE generates a Reauthorize event in the authorization FSM. Reading this object always returns FALSE. |
| INT docsBpi2CmAuthState | 1.3.6.1.2.1.10.127.6.1.1.1.1.3 | INTEGER | read-only | The value of this object is the state of the CM authorization FSM. The start state indicates that FSM is in its initial state. |
| INT docsBpi2CmAuthWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.10 | INTEGER | read-only | The value of this object is the Authorize Wait Timeout. |
| docsBpi2CmBaseEntry | 1.3.6.1.2.1.10.127.6.1.1.1.1 | not-accessible | 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). | |
| docsBpi2CmBaseTable | 1.3.6.1.2.1.10.127.6.1.1.1 | not-accessible | This table describes the basic and authorization related Baseline Privacy Plus attributes of each CM MAC interface. | |
| docsBpi2CmCertObjects | 1.3.6.1.2.1.10.127.6.1.1.4 | |||
| INT docsBpi2CmCryptoSuiteDataAuthentAlg | 1.3.6.1.2.1.10.127.6.1.1.5.1.3 | INTEGER | read-only | The value of this object is the data authentication algorithm for this cryptographic suite capability. |
| INT docsBpi2CmCryptoSuiteDataEncryptAlg | 1.3.6.1.2.1.10.127.6.1.1.5.1.2 | INTEGER | read-only | The value of this object is the data encryption algorithm for this cryptographic suite capability. |
| docsBpi2CmCryptoSuiteEntry | 1.3.6.1.2.1.10.127.6.1.1.5.1 | not-accessible | Each entry contains a cryptographic suite pair which this CM MAC supports. | |
| INT docsBpi2CmCryptoSuiteIndex | 1.3.6.1.2.1.10.127.6.1.1.5.1.1 | INTEGER | not-accessible | The index for a cryptographic suite row. |
| docsBpi2CmCryptoSuiteTable | 1.3.6.1.2.1.10.127.6.1.1.5 | not-accessible | This table describes the Baseline Privacy Plus cryptographic suite capabilites for each CM MAC interface. | |
| docsBpi2CmDeviceCertEntry | 1.3.6.1.2.1.10.127.6.1.1.4.1.1 | not-accessible | 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). | |
| docsBpi2CmDeviceCertTable | 1.3.6.1.2.1.10.127.6.1.1.4.1 | not-accessible | This table describes the Baseline Privacy Plus device certificates for each CM MAC interface. | |
| X50 docsBpi2CmDeviceCmCert | 1.3.6.1.2.1.10.127.6.1.1.4.1.1.1 | X509Certificate | read-write | The X509 DER-encoded cable modem certificate. Note: This object can be set only when the value is the null string. Once the object contains the certificate, its access MUST be read-only. |
| X50 docsBpi2CmDeviceManufCert | 1.3.6.1.2.1.10.127.6.1.1.4.1.1.2 | X509Certificate | read-only | The X509 DER-encoded manufacturer certificate which signed the cable modem certificate. |
| docsBpi2CmGroup | 1.3.6.1.2.1.10.127.6.3.2.1 | |||
| IP docsBpi2CmIpMulticastAddress | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.3 | InetAddress | read-only | This object represents the IP multicast address to be mapped. |
| IPt docsBpi2CmIpMulticastAddressType | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.2 | InetAddressType | read-only | The type of internet address for docsBpi2CmIpMulticastAddress. |
| INT docsBpi2CmIpMulticastIndex | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.1 | INTEGER | not-accessible | The index of this row. |
| docsBpi2CmIpMulticastMapEntry | 1.3.6.1.2.1.10.127.6.1.1.3.1.1 | not-accessible | 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. | |
| docsBpi2CmIpMulticastMapTable | 1.3.6.1.2.1.10.127.6.1.1.3.1 | not-accessible | This table maps multicast IP addresses to SAIDs. It is intended to map multicast IP addresses associated with SA MAP Request messages. | |
| INT docsBpi2CmIpMulticastSAId | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.4 | INTEGER | read-only | 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. |
| INT docsBpi2CmIpMulticastSAMapRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.9 | INTEGER | read-only | 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 value unknown(2) if the last Error-Code value was 0, and none(1) if no SA MAP Reject message has been received since reboot. |
| STR docsBpi2CmIpMulticastSAMapRejectErrorString | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.10 | SnmpAdminString | read-only | The value of this object is the Display-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 reboot. |
| CTR docsBpi2CmIpMulticastSAMapRejects | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.8 | Counter | read-only | The value of this object is the count of times the CM has received an SA MAP Reject message for this IP. |
| CTR docsBpi2CmIpMulticastSAMapReplies | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.7 | Counter | read-only | The value of this object is the count of times the CM has received an SA Map Reply message for this IP. |
| CTR docsBpi2CmIpMulticastSAMapRequests | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.6 | Counter | read-only | The value of this object is the count of times the CM has transmitted an SA Map Request message for this IP. |
| INT docsBpi2CmIpMulticastSAMapState | 1.3.6.1.2.1.10.127.6.1.1.3.1.1.5 | INTEGER | read-only | The value of this object is the state of the SA Mapping FSM for this IP. |
| docsBpi2CmMulticastObjects | 1.3.6.1.2.1.10.127.6.1.1.3 | |||
| docsBpi2CmObjects | 1.3.6.1.2.1.10.127.6.1.1 | |||
| INT docsBpi2CmOpWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.12 | INTEGER | read-only | The value of this object is the Operational Wait Timeout in seconds. |
| T/F docsBpi2CmPrivacyEnable | 1.3.6.1.2.1.10.127.6.1.1.1.1.1 | TruthValue | read-only | This object identifies whether this CM is provisioned to run Baseline Privacy Plus. |
| OCT docsBpi2CmPublicKey | 1.3.6.1.2.1.10.127.6.1.1.1.1.2 | OCTET STRING | read-only | The value of this object is a DER-encoded RSAPublicKey ASN.1 type string, as defined in the RSA Encryption Standard (PKCS #1) [10], corresponding to the public key of the CM. The 74, 106, 140, 204, and 270 byte key encoding lengths correspond to 512 bit, 768 bit, 1024 bit, 1536 bit, and 2048 public moduli respectively. |
| INT docsBpi2CmReauthWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.11 | INTEGER | read-only | The value of this object is the Reauthorize Wait Timeout in seconds. |
| INT docsBpi2CmRekeyWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.13 | INTEGER | read-only | The value of this object is the Rekey Wait Timeout in seconds. |
| INT docsBpi2CmSAMapMaxRetries | 1.3.6.1.2.1.10.127.6.1.1.1.1.16 | INTEGER | read-only | The value of this object is the maximum number of Map Request retries allowed. |
| INT docsBpi2CmSAMapWaitTimeout | 1.3.6.1.2.1.10.127.6.1.1.1.1.15 | INTEGER | read-only | The value of this object is the retransmission interval, in seconds, of SA Map Requests from the MAP Wait state. |
| CTR docsBpi2CmTEKAuthPends | 1.3.6.1.2.1.10.127.6.1.1.2.1.13 | Counter | read-only | The value of this object is the count of times an Authorization Pending (Auth Pend) event occurred in this FSM. |
| INT docsBpi2CmTEKDataAuthentAlg | 1.3.6.1.2.1.10.127.6.1.1.2.1.4 | INTEGER | read-only | The value of this object is the data authentication algorithm being utilized. |
| INT docsBpi2CmTEKDataEncryptAlg | 1.3.6.1.2.1.10.127.6.1.1.2.1.3 | INTEGER | read-only | The value of this object is the data encryption algorithm being utilized. |
| docsBpi2CmTEKEntry | 1.3.6.1.2.1.10.127.6.1.1.2.1 | not-accessible | 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. | |
| DAT docsBpi2CmTEKExpiresNew | 1.3.6.1.2.1.10.127.6.1.1.2.1.8 | DateAndTime | read-only | The value of this object is the actual clock time for expiration of the most recent TEK for this FSM. |
| DAT docsBpi2CmTEKExpiresOld | 1.3.6.1.2.1.10.127.6.1.1.2.1.7 | DateAndTime | read-only | 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. |
| INT docsBpi2CmTEKGraceTime | 1.3.6.1.2.1.10.127.6.1.1.1.1.9 | INTEGER | read-only | 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. |
| INT docsBpi2CmTEKInvalidErrorCode | 1.3.6.1.2.1.10.127.6.1.1.2.1.16 | INTEGER | read-only | 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. |
| STR docsBpi2CmTEKInvalidErrorString | 1.3.6.1.2.1.10.127.6.1.1.2.1.17 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmTEKInvalids | 1.3.6.1.2.1.10.127.6.1.1.2.1.12 | Counter | read-only | The value of this object is the count of times the CM has received a TEK Invalid message, including a message whose authentication failed. |
| INT docsBpi2CmTEKKeyRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.1.2.1.14 | INTEGER | read-only | 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. |
| STR docsBpi2CmTEKKeyRejectErrorString | 1.3.6.1.2.1.10.127.6.1.1.2.1.15 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmTEKKeyRejects | 1.3.6.1.2.1.10.127.6.1.1.2.1.11 | Counter | read-only | The value of this object is the count of times the CM has received a Key Reject message, including a message whose authentication failed. |
| CTR docsBpi2CmTEKKeyReplies | 1.3.6.1.2.1.10.127.6.1.1.2.1.10 | Counter | read-only | The value of this object is the count of times the CM has received a Key Reply message, including a message whose authentication failed. |
| CTR docsBpi2CmTEKKeyRequests | 1.3.6.1.2.1.10.127.6.1.1.2.1.9 | Counter | read-only | The value of this object is the count of times the CM has transmitted a Key Request message. |
| INT docsBpi2CmTEKKeySequenceNumber | 1.3.6.1.2.1.10.127.6.1.1.2.1.6 | INTEGER | read-only | The value of this object is the most recent TEK key sequence number for this TEK FSM. |
| INT docsBpi2CmTEKSAId | 1.3.6.1.2.1.10.127.6.1.1.2.1.1 | INTEGER | not-accessible | The value of this object is the DOCSIS Security Association ID (SAID). |
| INT docsBpi2CmTEKSAType | 1.3.6.1.2.1.10.127.6.1.1.2.1.2 | INTEGER | read-only | The value of this object is the type of security association. |
| INT docsBpi2CmTEKState | 1.3.6.1.2.1.10.127.6.1.1.2.1.5 | INTEGER | read-only | 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. |
| docsBpi2CmTEKTable | 1.3.6.1.2.1.10.127.6.1.1.2 | not-accessible | 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. | |
| X50 docsBpi2CmtsAuthBpkmCmCert | 1.3.6.1.2.1.10.127.6.1.2.2.1.21 | X509Certificate | read-only | The X509 CM Certificate sent as part of a BPKM Authorization Request. Note: The NULL string must be returned if the entire certificate is not retained in the CMTS. |
| INT docsBpi2CmtsAuthBpkmCmCertValid | 1.3.6.1.2.1.10.127.6.1.2.2.1.20 | INTEGER | read-only | Contains the reason why a CM's certificate is deemed valid or invalid. Return unknown if the CM is running BPI mode. ValidCmChained means the certificate is valid because it chains to a valid certificate. ValidCmTrusted means the certificate is valid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be trusted. InvalidCmUntrusted means the certificate is invalid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be untrusted. InvalidCAUntrusted means the certificate is invalid because it chains to an untrusted certificate. InvalidCmOther and InvalidCAOther 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. |
| INT docsBpi2CmtsAuthCmBpiVersion | 1.3.6.1.2.1.10.127.6.1.2.2.1.2 | INTEGER | read-only | The value of this object is the version of Baseline Privacy for which this CM has registered. |
| DAT docsBpi2CmtsAuthCmExpiresNew | 1.3.6.1.2.1.10.127.6.1.2.2.1.6 | DateAndTime | read-only | The value of this object is the actual clock time for expiration of the most recent authorization key for this FSM. |
| DAT docsBpi2CmtsAuthCmExpiresOld | 1.3.6.1.2.1.10.127.6.1.2.2.1.5 | DateAndTime | read-only | 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: For CMs running in BPI mode, implementation of this object is optional and MAY vary. |
| INT docsBpi2CmtsAuthCmGraceTime | 1.3.6.1.2.1.10.127.6.1.2.2.1.8 | INTEGER | read-only | 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. Note: Tracking this value is optional on certain CMTS implementations. |
| CTR docsBpi2CmtsAuthCmInfos | 1.3.6.1.2.1.10.127.6.1.2.2.1.10 | Counter | read-only | The value of this object is the count of times the CMTS has received an Authentication Information message from this CM. |
| CTR docsBpi2CmtsAuthCmInvalids | 1.3.6.1.2.1.10.127.6.1.2.2.1.14 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Invalid message to this CM. |
| INT docsBpi2CmtsAuthCmKeySequenceNumber | 1.3.6.1.2.1.10.127.6.1.2.2.1.4 | INTEGER | read-only | The value of this object is the most recent authorization key sequence number for this CM. |
| INT docsBpi2CmtsAuthCmLifetime | 1.3.6.1.2.1.10.127.6.1.2.2.1.7 | INTEGER | read-write | The value of this object is the lifetime, in seconds, the CMTS assigns to an authorization key for this CM. |
| MAC docsBpi2CmtsAuthCmMacAddress | 1.3.6.1.2.1.10.127.6.1.2.2.1.1 | MacAddress | not-accessible | The value of this object is the physical address of the CM to which the authorization association applies. |
| OCT docsBpi2CmtsAuthCmPublicKey | 1.3.6.1.2.1.10.127.6.1.2.2.1.3 | OCTET STRING | read-only | The value of this object is a DER-encoded RSAPublicKey ASN.1 type string, as defined in the RSA Encryption Standard (PKCS #1) [10], corresponding to the public key of the CM. The 74, 106, 140, 204, and 270 byte key encoding lengths correspond to 512 bit, 768 bit, 1024 bit, 1536 bit, and 2048 public moduli respectively. This is a zero-length string if the CMTS does not retain the public key. |
| CTR docsBpi2CmtsAuthCmRejects | 1.3.6.1.2.1.10.127.6.1.2.2.1.13 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Reject message to this CM. |
| CTR docsBpi2CmtsAuthCmReplies | 1.3.6.1.2.1.10.127.6.1.2.2.1.12 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Reply message to this CM. |
| CTR docsBpi2CmtsAuthCmRequests | 1.3.6.1.2.1.10.127.6.1.2.2.1.11 | Counter | read-only | The value of this object is the count of times the CMTS has received an Authorization Request message from this CM. |
| INT docsBpi2CmtsAuthCmReset | 1.3.6.1.2.1.10.127.6.1.2.2.1.9 | INTEGER | read-write | 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 unicast 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 unicast 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 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. |
| CTR docsBpi2CmtsAuthentInfos | 1.3.6.1.2.1.10.127.6.1.2.1.1.5 | Counter | read-only | The value of this object is the count of times the CMTS has received an Authentication Information message from any CM. |
| docsBpi2CmtsAuthEntry | 1.3.6.1.2.1.10.127.6.1.2.2.1 | not-accessible | 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. | |
| INT docsBpi2CmtsAuthInvalidErrorCode | 1.3.6.1.2.1.10.127.6.1.2.2.1.17 | INTEGER | read-only | 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. |
| STR docsBpi2CmtsAuthInvalidErrorString | 1.3.6.1.2.1.10.127.6.1.2.2.1.18 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmtsAuthInvalids | 1.3.6.1.2.1.10.127.6.1.2.1.1.9 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Invalid message to any CM. |
| INT docsBpi2CmtsAuthPrimarySAId | 1.3.6.1.2.1.10.127.6.1.2.2.1.19 | INTEGER | read-only | The value of this object is the Primary Security Association identifier. |
| INT docsBpi2CmtsAuthRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.2.2.1.15 | INTEGER | read-only | 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. |
| STR docsBpi2CmtsAuthRejectErrorString | 1.3.6.1.2.1.10.127.6.1.2.2.1.16 | SnmpAdminString | read-only | 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. |
| CTR docsBpi2CmtsAuthRejects | 1.3.6.1.2.1.10.127.6.1.2.1.1.8 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Reject message to any CM. |
| CTR docsBpi2CmtsAuthReplies | 1.3.6.1.2.1.10.127.6.1.2.1.1.7 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an Authorization Reply message to any CM. |
| CTR docsBpi2CmtsAuthRequests | 1.3.6.1.2.1.10.127.6.1.2.1.1.6 | Counter | read-only | The value of this object is the count of times the CMTS has received an Authorization Request message from any CM. |
| docsBpi2CmtsAuthTable | 1.3.6.1.2.1.10.127.6.1.2.2 | not-accessible | 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. | |
| docsBpi2CmtsBaseEntry | 1.3.6.1.2.1.10.127.6.1.2.1.1 | not-accessible | 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). | |
| docsBpi2CmtsBaseTable | 1.3.6.1.2.1.10.127.6.1.2.1 | not-accessible | This table describes the basic Baseline Privacy attributes of each CMTS MAC interface. | |
| X50 docsBpi2CmtsCACert | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.8 | X509Certificate | read-write | 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 NULL string must be returned, on reads, if the entire certificate is not retained in the CMTS. |
| docsBpi2CmtsCACertEntry | 1.3.6.1.2.1.10.127.6.1.2.5.2.1 | not-accessible | A row in the Certificate Authority certificate table. | |
| INT docsBpi2CmtsCACertIndex | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.1 | INTEGER | not-accessible | The index for this row. |
| STR docsBpi2CmtsCACertIssuer | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.3 | SnmpAdminString | read-only | 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 CR (carriage return) LF (line feed) ASCII characters. Ordering of fields present must conform to: commonName CR LF countryName CR LF stateOrProvinceName CR LF localityName CR LF organizationName CR LF organizationalUnitName CR LF organizationalUnitName= |
| OCT docsBpi2CmtsCACertSerialNumber | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.4 | OCTET STRING | read-only | This CA certificate's serial number represented as an octet string. |
| INT docsBpi2CmtsCACertSource | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.6 | INTEGER | read-only | This object indicates how the certificate reached the CMTS. Other means it originated from a source not identified above. |
| ROW docsBpi2CmtsCACertStatus | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.7 | RowStatus | read-write | Standard RowStatus objects except: a) if a row has ever been activated, a set to docsBpi2CmtsCACert need not succeed, b) inactive rows need not be timed out, c) if a row has ever been activated, a destroy setting need not succeed. |
| STR docsBpi2CmtsCACertSubject | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.2 | SnmpAdminString | read-only | 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 CR (carriage return) LF (line feed) ASCII characters. Ordering of fields present must conform to: organizationName CR LF countryName CR LF stateOrProvinceName CR LF localityName CR LF organizationalUnitName CR LF organizationalUnitName= CR LF commonName |
| docsBpi2CmtsCACertTable | 1.3.6.1.2.1.10.127.6.1.2.5.2 | not-accessible | The table of known certificate authority certificates acquired by this device. | |
| OCT docsBpi2CmtsCACertThumbprint | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.9 | OCTET STRING | read-only | 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 NULL string must be returned if this object is not supported by the CMTS. |
| INT docsBpi2CmtsCACertTrust | 1.3.6.1.2.1.10.127.6.1.2.5.2.1.5 | INTEGER | read-write | This object controls the trust status of this certificate. Root certificates must be given root trust; manufacturer certificates must not be given root 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. |
| docsBpi2CmtsCertObjects | 1.3.6.1.2.1.10.127.6.1.2.5 | |||
| T/F docsBpi2CmtsCheckCertValidityPeriods | 1.3.6.1.2.1.10.127.6.1.2.1.1.4 | TruthValue | read-write | Setting this object to TRUE causes all certificates obtained thereafter to have their validity periods (and their chain's validity periods) checked against the current time of day. A FALSE setting will cause all certificates obtained thereafter to not have their validity periods (nor their chain's validity periods) checked against the current time of day. |
| INT docsBpi2CmtsDefaultAuthLifetime | 1.3.6.1.2.1.10.127.6.1.2.1.1.1 | INTEGER | read-write | The value of this object is the default lifetime, in seconds, the CMTS assigns to a new authorization key. |
| INT docsBpi2CmtsDefaultSelfSignedManufCertTrust | 1.3.6.1.2.1.10.127.6.1.2.1.1.3 | INTEGER | read-write | This object determines the default trust of all (new) self-signed manufacturer certificates obtained after setting the object. |
| INT docsBpi2CmtsDefaultTEKLifetime | 1.3.6.1.2.1.10.127.6.1.2.1.1.2 | INTEGER | read-write | The value of this object is the default lifetime, in seconds, the CMTS assigns to a new Traffic Encryption Key (TEK). |
| docsBpi2CmtsGroup | 1.3.6.1.2.1.10.127.6.3.2.2 | |||
| IP docsBpi2CmtsIpMulticastAddress | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.3 | InetAddress | read-write | This object represents the IP multicast address to be mapped, in conjunction with docsBpi2CmtsIpMulticastMask. |
| IPt docsBpi2CmtsIpMulticastAddressType | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.2 | InetAddressType | read-write | The type of internet address for docsBpi2CmtsIpMulticastAddress. |
| INT docsBpi2CmtsIpMulticastDataAuthentAlg | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.9 | INTEGER | read-write | The value of this object is the data authentication algorithm being utilized. |
| INT docsBpi2CmtsIpMulticastDataEncryptAlg | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.8 | INTEGER | read-write | The value of this object is the data encryption algorithm being utilized. |
| INT docsBpi2CmtsIpMulticastIndex | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.1 | INTEGER | not-accessible | The index of this row. |
| ROW docsBpi2CmtsIpMulticastMapControl | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.15 | RowStatus | read-write | 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. Inactive rows need not be timed out. |
| docsBpi2CmtsIpMulticastMapEntry | 1.3.6.1.2.1.10.127.6.1.2.4.1.1 | not-accessible | Each entry contains objects describing the mapping of a set of multicast IP address and mask to one SAID, as well as associated message counters and error information. | |
| docsBpi2CmtsIpMulticastMapTable | 1.3.6.1.2.1.10.127.6.1.2.4.1 | not-accessible | This table maps multicast IP addresses to SAIDs. | |
| IP docsBpi2CmtsIpMulticastMask | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.5 | InetAddress | read-write | This object represents the IP multicast address mask for this row. An IP multicast address matches this row if it is equivalent to the logical AND of docsBpi2CmtsIpMulticastAddr with docsBpi2CmtsIpMulticastMask. |
| IPt docsBpi2CmtsIpMulticastMaskType | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.4 | InetAddressType | read-write | The type of internet address for docsBpi2CmtsIpMulticastMask. |
| INT docsBpi2CmtsIpMulticastSAId | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.6 | INTEGER | read-write | This object represents the multicast SAID to be used in this IP multicast address mapping entry. |
| INT docsBpi2CmtsIpMulticastSAMapRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.13 | INTEGER | read-only | 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 a SA Map Request for this IP. It has value unknown(2) if the last Error-Code value was 0, and none(1) if no SA MAP Reject message has been received since reboot. |
| STR docsBpi2CmtsIpMulticastSAMapRejectErrorString | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.14 | SnmpAdminString | read-only | The value of this object is the Display-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 reboot. |
| CTR docsBpi2CmtsIpMulticastSAMapRejects | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.12 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an SA Map Reject message for this IP. |
| CTR docsBpi2CmtsIpMulticastSAMapReplies | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.11 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an SA Map Reply message for this IP. |
| CTR docsBpi2CmtsIpMulticastSAMapRequests | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.10 | Counter | read-only | The value of this object is the count of times the CMTS has received an SA Map Request message for this IP. |
| INT docsBpi2CmtsIpMulticastSAType | 1.3.6.1.2.1.10.127.6.1.2.4.1.1.7 | INTEGER | read-write | The value of this object is the type of security association. Dynamic does not apply to CMs running in BPI mode. |
| INT docsBpi2CmtsKeyRejectErrorCode | 1.3.6.1.2.1.10.127.6.1.2.3.1.15 | INTEGER | read-only | 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 value unknown(2) if the last Error-Code value was 0, and none(1) if no Key Reject message has been received since reboot. |
| STR docsBpi2CmtsKeyRejectErrorString | 1.3.6.1.2.1.10.127.6.1.2.3.1.16 | SnmpAdminString | read-only | 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 SAID. This is a zero length string if no Key Reject message has been received since reboot. |
| CTR docsBpi2CmtsKeyRejects | 1.3.6.1.2.1.10.127.6.1.2.3.1.13 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted a Key Reject message. |
| CTR docsBpi2CmtsKeyReplies | 1.3.6.1.2.1.10.127.6.1.2.3.1.12 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted a Key Reply message. |
| CTR docsBpi2CmtsKeyRequests | 1.3.6.1.2.1.10.127.6.1.2.3.1.11 | Counter | read-only | The value of this object is the count of times the CMTS has received a Key Request message. |
| MAC docsBpi2CmtsMulticastAuthCmMacAddress | 1.3.6.1.2.1.10.127.6.1.2.4.2.1.2 | MacAddress | not-accessible | This object represents the MAC address of the CM to which the multicast SAID authorization applies. |
| ROW docsBpi2CmtsMulticastAuthControl | 1.3.6.1.2.1.10.127.6.1.2.4.2.1.3 | RowStatus | read-write | This object controls and reflects the CM authorization for each multicast SAID. There is no restriction on the ability to change values in this row while the row is active. Inactive rows need not be timed out. |
| docsBpi2CmtsMulticastAuthEntry | 1.3.6.1.2.1.10.127.6.1.2.4.2.1 | not-accessible | Each entry contains objects describing the key authorization of one cable modem for one multicast SAID for one CMTS MAC interface. | |
| INT docsBpi2CmtsMulticastAuthSAId | 1.3.6.1.2.1.10.127.6.1.2.4.2.1.1 | INTEGER | not-accessible | This object represents the multicast SAID for authorization. |
| docsBpi2CmtsMulticastAuthTable | 1.3.6.1.2.1.10.127.6.1.2.4.2 | not-accessible | This table describes the multicast SAID authorization for each CM on each CMTS MAC interface. | |
| docsBpi2CmtsMulticastObjects | 1.3.6.1.2.1.10.127.6.1.2.4 | |||
| docsBpi2CmtsObjects | 1.3.6.1.2.1.10.127.6.1.2 | |||
| X50 docsBpi2CmtsProvisionedCmCert | 1.3.6.1.2.1.10.127.6.1.2.5.1.1.5 | X509Certificate | read-write | An X509 DER-encoded certificate authority certificate. Note: The NULL string must be returned, on reads, if the entire certificate is not retained in the CMTS. |
| docsBpi2CmtsProvisionedCmCertEntry | 1.3.6.1.2.1.10.127.6.1.2.5.1.1 | not-accessible | An entry in the CMTS' provisioned CM certificate table. | |
| MAC docsBpi2CmtsProvisionedCmCertMacAddress | 1.3.6.1.2.1.10.127.6.1.2.5.1.1.1 | MacAddress | not-accessible | The index of this row. |
| INT docsBpi2CmtsProvisionedCmCertSource | 1.3.6.1.2.1.10.127.6.1.2.5.1.1.3 | INTEGER | read-only | This object indicates how the certificate reached the CMTS. Other means it originated from a source not identified above. |
| ROW docsBpi2CmtsProvisionedCmCertStatus | 1.3.6.1.2.1.10.127.6.1.2.5.1.1.4 | RowStatus | read-write | Standard RowStatus object except: a) if a row has ever been activated, a set to docsBpi2CmtsProvisionedCmCert need not succeed, b) inactive rows need not be timed out. |
| docsBpi2CmtsProvisionedCmCertTable | 1.3.6.1.2.1.10.127.6.1.2.5.1 | not-accessible | 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. | |
| INT docsBpi2CmtsProvisionedCmCertTrust | 1.3.6.1.2.1.10.127.6.1.2.5.1.1.2 | INTEGER | read-write | 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. |
| CTR docsBpi2CmtsSAMapRejects | 1.3.6.1.2.1.10.127.6.1.2.1.1.12 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an SA Map Reject message to any CM. |
| CTR docsBpi2CmtsSAMapReplies | 1.3.6.1.2.1.10.127.6.1.2.1.1.11 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted an SA Map Reply message to any CM. |
| CTR docsBpi2CmtsSAMapRequests | 1.3.6.1.2.1.10.127.6.1.2.1.1.10 | Counter | read-only | The value of this object is the count of times the CMTS has received an SA Map Request message from any CM. |
| INT docsBpi2CmtsTEKDataAuthentAlg | 1.3.6.1.2.1.10.127.6.1.2.3.1.4 | INTEGER | read-only | The value of this object is the data authentication algorithm being utilized. |
| INT docsBpi2CmtsTEKDataEncryptAlg | 1.3.6.1.2.1.10.127.6.1.2.3.1.3 | INTEGER | read-only | The value of this object is the data encryption algorithm being utilized. |
| docsBpi2CmtsTEKEntry | 1.3.6.1.2.1.10.127.6.1.2.3.1 | not-accessible | 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. | |
| DAT docsBpi2CmtsTEKExpiresNew | 1.3.6.1.2.1.10.127.6.1.2.3.1.9 | DateAndTime | read-only | The value of this object is the actual clock time for expiration of the most recent TEK for this FSM. |
| DAT docsBpi2CmtsTEKExpiresOld | 1.3.6.1.2.1.10.127.6.1.2.3.1.8 | DateAndTime | read-only | 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. |
| INT docsBpi2CmtsTEKGraceTime | 1.3.6.1.2.1.10.127.6.1.2.3.1.6 | INTEGER | read-only | 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 TEK actually expires. Note: The value of this object is vendor specific for multicast TEKs. |
| INT docsBpi2CmtsTEKInvalidErrorCode | 1.3.6.1.2.1.10.127.6.1.2.3.1.17 | INTEGER | read-only | 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 value unknown(2) if the last Error-Code value was 0, and none(1) if no TEK Invalid message has been received since reboot. |
| STR docsBpi2CmtsTEKInvalidErrorString | 1.3.6.1.2.1.10.127.6.1.2.3.1.18 | SnmpAdminString | read-only | The value of this object is the Display-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 reboot. |
| CTR docsBpi2CmtsTEKInvalids | 1.3.6.1.2.1.10.127.6.1.2.3.1.14 | Counter | read-only | The value of this object is the count of times the CMTS has transmitted a TEK Invalid message. |
| INT docsBpi2CmtsTEKKeySequenceNumber | 1.3.6.1.2.1.10.127.6.1.2.3.1.7 | INTEGER | read-only | The value of this object is the most recent TEK key sequence number for this SAID. |
| INT docsBpi2CmtsTEKLifetime | 1.3.6.1.2.1.10.127.6.1.2.3.1.5 | INTEGER | read-write | The value of this object is the lifetime, in seconds, the CMTS assigns to keys for this TEK association. |
| T/F docsBpi2CmtsTEKReset | 1.3.6.1.2.1.10.127.6.1.2.3.1.10 | TruthValue | read-write | 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 SAID; 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. |
| INT docsBpi2CmtsTEKSAId | 1.3.6.1.2.1.10.127.6.1.2.3.1.1 | INTEGER | not-accessible | The value of this object is the DOCSIS Security Association ID (SAID). |
| INT docsBpi2CmtsTEKSAType | 1.3.6.1.2.1.10.127.6.1.2.3.1.2 | INTEGER | read-only | The value of this object is the type of security association. Dynamic does not apply to CMs running in BPI mode. |
| docsBpi2CmtsTEKTable | 1.3.6.1.2.1.10.127.6.1.2.3 | not-accessible | 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. | |
| DAT docsBpi2CodeCoSignerCodeAccessStart | 1.3.6.1.2.1.10.127.6.1.4.7 | DateAndTime | read-only | The value of this object is the Co-Signer's current codeAccessStart value referenced to Greenwich Mean Time (GMT). If docsBpi2CodeCoSignerOrgName is a zero length string, the value of this object is meaningless. |
| DAT docsBpi2CodeCoSignerCvcAccessStart | 1.3.6.1.2.1.10.127.6.1.4.8 | DateAndTime | read-only | The value of this object is the Co-Signer's current cvcAccessStart value referenced to Greenwich Mean Time (GMT). If docsBpi2CodeCoSignerOrgName is a zero length string, the value of this object is meaningless. |
| STR docsBpi2CodeCoSignerOrgName | 1.3.6.1.2.1.10.127.6.1.4.6 | SnmpAdminString | read-only | 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. |
| X50 docsBpi2CodeCvcUpdate | 1.3.6.1.2.1.10.127.6.1.4.9 | X509Certificate | read-write | Setting a CVC to this object triggers the device to verify the CVC and update the cvcAccessStart value. If the device is not enabled to upgrade codefiles, or the CVC verification fails, the CVC will be rejected. Reading this object always returns the null string. |
| docsBpi2CodeDownloadControl | 1.3.6.1.2.1.10.127.6.1.4 | |||
| docsBpi2CodeDownloadGroup | 1.3.6.1.2.1.10.127.6.3.2.3 | |||
| INT docsBpi2CodeDownloadStatusCode | 1.3.6.1.2.1.10.127.6.1.4.1 | INTEGER | read-only | The value indicates the result of the latest config file CVC verification, SNMP CVC verification, or code file verification. |
| STR docsBpi2CodeDownloadStatusString | 1.3.6.1.2.1.10.127.6.1.4.2 | SnmpAdminString | read-only | 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. |
| DAT docsBpi2CodeMfgCodeAccessStart | 1.3.6.1.2.1.10.127.6.1.4.4 | DateAndTime | read-only | The value of this object is the device manufacturer's current codeAccessStart value referenced to Greenwich Mean Time (GMT). |
| DAT docsBpi2CodeMfgCvcAccessStart | 1.3.6.1.2.1.10.127.6.1.4.5 | DateAndTime | read-only | The value of this object is the device manufacturer's current cvcAccessStart value referenced to Greenwich Mean Time (GMT). |
| STR docsBpi2CodeMfgOrgName | 1.3.6.1.2.1.10.127.6.1.4.3 | SnmpAdminString | read-only | The value of this object is the device manufacturer's organizationName. |
| docsBpi2Compliances | 1.3.6.1.2.1.10.127.6.3.1 | |||
| docsBpi2Conformance | 1.3.6.1.2.1.10.127.6.3 | |||
| docsBpi2Groups | 1.3.6.1.2.1.10.127.6.3.2 | |||
| docsBpi2MIB | 1.3.6.1.2.1.10.127.6 | |||
| docsBpi2MIBObjects | 1.3.6.1.2.1.10.127.6.1 | |||
| docsBpi2Notification | 1.3.6.1.2.1.10.127.6.2 | |||
| docsBpi2ObsoleteObjectsGroup | 1.3.6.1.2.1.10.127.6.3.2.4 |
RFC description
Defined in RFC 4131, manages DOCSIS Baseline Privacy Interface Plus (BPI+) security operations for cable modem and CMTS devices.
Start monitoring DOCSIS cable modem/CMTS (Baseline Privacy Plus, vendor-neutral CableLabs standard) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.