docsBpi2CmtsAuthBpkmCmCertValid
DOCS-IETF-BPI2-MIB ·
.1.3.6.1.2.1.126.1.2.2.1.19
Object
column Enumeration
Contains the reason why a CM's certificate is deemed valid or invalid. Return unknown(0) if the CM is running BPI mode. ValidCmChained(1) means the certificate is valid because it chains to a valid certificate. ValidCmTrusted(2) means the certificate is valid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be trusted. InvalidCmUntrusted(3) means the certificate is invalid because it has been provisioned (in the docsBpi2CmtsProvisionedCmCert table) to be untrusted. InvalidCAUntrusted(4) means the certificate is invalid because it chains to an untrusted certificate. InvalidCmOther(5) and InvalidCAOther(6) refer to errors in parsing, validity periods, etc., which are attributable to the CM certificate or its chain, respectively; additional information may be found in docsBpi2AuthRejectErrorString for these types of errors.
Context
- MIB
- DOCS-IETF-BPI2-MIB
- OID
.1.3.6.1.2.1.126.1.2.2.1.19- Type
- column
- Access
- readonly
- Status
- current
- Parent
- docsBpi2CmtsAuthEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsAuthBpkmCmCertValid'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsAuthBpkmCmCertValid.<ifIndex>.<docsBpi2CmtsAuthCmMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsAuthBpkmCmCertValid'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | validCmChained |
2 | validCmTrusted |
3 | invalidCmUntrusted |
4 | invalidCAUntrusted |
5 | invalidCmOther |
6 | invalidCAOther |
Conformance
Member of