transportTlsCertificateTrustLevel
MX-SIPEP-MIB ·
.0.1400.1.900.85
Object
scalar
r/w
Enumeration
Certificate Trust Level for TLS connections
Define how a peer certificate is considered trusted for a TLS
connection.
* LocallyTrusted: A certificate is considered trusted when
the certificate authority (CA) that signed the peer
certificate is present in the Cert.OthersCertificatesInfo
table. The certificate revocation status is not verified.
* OcspOptional: A certificate is considered trusted when it
is locally trusted and is not revoked by its certificate
authority (CA). The certificate revocation status is
queried using the Online Certificate Status Protocol
(OCSP). If the OCSP server is not available or the
verification status is unknown, the certificate is
considered trusted.
* OcspMandatory: A certificate is considered trusted when it
is locally trusted and is not revoked by its certificate
authority (CA). The certificate revocation status is
queried using the Online Certificate Status Protocol
(OCSP). If the OCSP server is not available or the
verification status is unknown, the certificate is
considered not trusted.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.900.85- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- transportGroup
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | locallyTrusted |
200 | ocspOptional |
300 | ocspMandatory |