Home > Configuration > SSL > addssldtlsprofile

addssldtlsprofile

Use this method to create a new DTLS profile on the Citrix ADC.

Syntax



Parameters

name

Name for the DTLS profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.
This is mandatory parameter.

pmtudiscovery

Source for the maximum record size value. If ENABLED, the value is taken from the PMTU table. If DISABLED, the value is taken from the profile.
Default value = DISABLED.

maxrecordsize

Maximum size of records that can be sent if PMTU is disabled.
Default value = 1459.
Minimum value = 250.
Maximum value = 1459.

maxretrytime

Wait for the specified time, in seconds, before resending the request.
Default value = 3.

helloverifyrequest

Send a Hello Verify request to validate the client.
Default value = ENABLED.

terminatesession

Terminate the session if the message authentication code (MAC) of the client and server do not match.
Default value = DISABLED.

maxpacketsize

Maximum number of packets to reassemble. This value helps protect against a fragmented packet attack.
Default value = 120.
Maximum value = 86400.

maxholdqlen

Maximum number of datagrams that can be queued at DTLS layer for processing
Default value = SSL_MIN_DTLS_NSB_HOLD_LIMIT.
Minimum value = SSL_MIN_DTLS_NSB_HOLD_LIMIT.
Maximum value = SSL_MAX_DTLS_NSB_HOLD_LIMIT.

maxbadmacignorecount

Maximum number of bad MAC errors to ignore for a connection prior disconnect. Disabling parameter terminateSession terminates session immediately when bad MAC is detected in the connection.
Default value = SSL_DEFAULT_DTLS_BADMAC_IGNORE_COUNT.
Minimum value = SSL_MIN_DTLS_BADMAC_IGNORE_COUNT.
Maximum value = SSL_MAX_DTLS_BADMAC_IGNORE_COUNT.

initialretrytimeout

Initial time out value to retransmit the last flight sent from the NetScaler.
Default value = 3.
Minimum value = 1.
Maximum value = 3.

Return Value

Returns simpleResult

See Also