Page History
Panel | ||||
---|---|---|---|---|
In this section:
|
Use the DTLS Profile to configure various DTLS parameters to attach to a SIP trunk group in support of WebRTC functionality.
Multiexcerpt include | ||||
---|---|---|---|---|
|
Command Syntax
Code Block | ||
---|---|---|
| ||
% set profiles security dtlsProfile <profile name> CertName <cert name> cipherSuite1 <cipher suite> cipherSuite2 <cipher suite> cipherSuite3 <cipher suite> cookieExchange <disabled | enabled> dtlsRole <client | server> handshakeTimer <1-60 seconds> hashType <md2 | md5 | sha1 | sha224 | sha256 | sha384 | sha512> sessionResumpTimer <0-86400> v1_0 <disabled | enabled> v1_1 <disabled | enabled> v1_2 <disabled | enabled> |
Command Parameters
The DTLS Profile Parameters are as shown below:
DTLS Profile Parameters
Parameter | Length/Range | Description |
---|---|---|
dtlsProfile | 1-23 | <profile name> – Name of DTLS profile. |
| 1-23 |
|
| N/A | Use this parameter to specify the first TLS Cipher Suite choice for this profile (default = See the table Supported DTLS Crypto Suites below for the list of cipher suites. |
| N/A | Use this optional parameter to specify the second TLS Cipher Suite choice for this profile (default = See the table Supported DTLS Crypto Suites below for the list of cipher suites. |
| N/A | Use this optional parameter to specify the third TLS Cipher Suite choice for this profile (default = See the table Supported DTLS Crypto Suites below for the list of cipher suites. |
cookieExchange | N/A | Use this flag to enable Cookie Exchange mechanism.
|
dtlsRole | N/A | Specify DTLS role to use for this DTLS Profile.
|
| 1-60 | The time (in seconds) in which the DTLS handshake must be completed. The timer starts when the |
hashType | N/A | The allowed DTLS hash function for the specified DTLS Profile (default =
|
| 0-86400 | The DTLS session resumption period (in seconds) for which cached sessions are retained. DTLS protocol allows successive connections to be created within one DTLS session (and the resumption of a session after a DTLS connection is closed or after a server card failover) without repeating the entire authentication and other setup steps for each connection, except when the space must be reclaimed for a new session. (default = |
v1_0 | N/A | DTLS protocol version 1.0 (see note below)
|
v1_1 | N/A | DTLS protocol version 1.1 (see note below)
|
v1_2 | N/A | DTLS protocol version 1.2 (see note below)
|
Anchor | ||||
---|---|---|---|---|
|
The following crypto suites are supported.
Multiexcerpt include | ||||
---|---|---|---|---|
|
Command Examples
Code Block | ||
---|---|---|
| ||
% show profiles security dtlsProfile defaultDtlsProfile handshakeTimer 5; sessionResumpTimer 300; cipherSuite1 rsa-with-aes-128-cbc-sha; dtlsRole server; hashType sha1; CertName defaultDtlsSBCCert; cookieExchange enabled; v1_0 enabled; v1_1 disabled; v1_2 disabled; |
Pagebreak |
---|