Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
show profiles security dtlsProfile defaultDtlsProfile 
handshakeTimer 560;
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;

[ok]
Note
  • In this example, the call setup time to establish a SIP call from a mobile phone may be longer, so the DTLS handshakeTimer is set to 60 seconds.
  • For special configuration requirement in the DTLS profile, the default DTLS profile can be modified or a a new DTLS profile can be created. For details, refer to the section Creating the DTLS Profile.

Anchor
Creating the DTLS Profile
Creating the DTLS Profile
Creating the DTLS Profile

...