iso/org/dod/internet/mgmt/mib2/transmission/.127/docsBpi2MIB/.1/.2/docsBpi2CmtsAuthTable/docsBpi2CmtsAuthEntry/docsBpi2CmtsAuthBpkmCmCertValid
docsBpi2CmtsAuthBpkmCmCertValid
OBJECT-TYPE
1.3.6.1.2.1.10.127.6.1.2.2.1.20
Description
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.
Syntax
INTEGER { unknown (0), validCmChained (1), validCmTrusted (2), invalidCmUntrusted (3), invalidCAUntrusted (4), invalidCmOther (5), invalidCAOther (6) }