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
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | locallyTrusted |
200 | ocspOptional |
300 | ocspMandatory |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| transportConfigTable Transport Configuration
This table contains the informations pertaining to the
supported transports. It is indexed by gateway name.
Note that the transport u… | table | - | .0.1400.1.900.100 |
| tlsPersistentConnectionStatusTable TLS Persistent Connection Status
This table holds the status of the TLS persistent connections. | table | - | .0.1400.1.900.10000 |
| transportPersistentBasePort Persistent Connection Port
Base port used to establish persistent connections with SIP
servers.
When the SipEp service creates a persistent connection, the
l… | scalar | Unsigned32 | .0.1400.1.900.50 |
| transportPersistentPortInterval Persistent Connection Port Interval
Interval used to cycle through a range of ports. That last
available port is the sum of TransportPersistentBasePort and
TransportPer… | scalar | Unsigned32 | .0.1400.1.900.55 |
| transportFailbackInterval Transport Failback Interval
Time interval before retrying the establishment of a
persistent connection.
This value is the interval that the device waits befo… | scalar | Unsigned32 | .0.1400.1.900.75 |
| transportTlsCipherSuite TLS Cipher Suite
Defines the allowed cipher suites when using TLS persistent
connections.
* CS1:
+ TLS_RSA_WITH_AES_256_CBC_SHA
+ TLS_RSA_WITH_… | scalar | Enumeration | .0.1400.1.900.90 |
| transportTlsVersion TLS Version
Defines the allowed TLS versions when using TLS persistent
connections.
* SSLv3: Allow SSL version 3 and all TLS versions.
* TLSv1: Allow TLS… | scalar | Enumeration | .0.1400.1.900.95 |