Gateway

PMTUD and DF bit propagation for EDT over NetScaler Gateway

The NetScaler Gateway appliance supports Don’t Fragment (DF) bit enforcement for the EDT Path Maximum Transmission Unit Discovery (PMTUD). PMTUD helps in dynamically determining the maximum transmission unit (MTU) when establishing a session. From release 14.1 build 34.42 and later, the PMTU rediscovery mechanism identifies the loss of packets due to changes in path MTU of the established connection and initiates the PMTU rediscovery. The DF bit enforcement prevents EDT fragmentation that might result in performance degradation or failure to establish a session during PMTUD and PMTU rediscovery.

Starting from release 14.1 build 38.53, the DF bit persistence feature preserves the original DF bit value of packets throughout the entire session.

For more details, see Enlightened Data Transport.

Enable the PMTUD support in NetScaler Gateway

Using the CLI:

At the command prompt, type;

set ica parameter [-EnableSRonHAFailover ( YES | NO )] [-HDXInsightNonNSAP ( YES | NO )] [-EDTPmtudDF ( ENABLED | DISABLED )] [-EDTPmtudDFTimeout <positive_integer>] [-L7LatencyFrequency <positive_integer>]
<!--NeedCopy-->

Example:

set ica parameter -EnableSRonHAFailover YES -EDTPmtudDF ENABLED -EDTPmtudDFTimeout 100
<!--NeedCopy-->

Note:

From release 13.1 build 42.x and later, the EDTPmtudDF parameter is enabled by default. Previously, this option was disabled by default.

Using the GUI:

  1. Navigate to System > Settings > Change ICA Parameters.

  2. In EDT PMTUD DF Enforce duration, enter the time-out in seconds for the PMTUD DF enforcement.

Note:

From release 13.1 build 42.x and later, the Enforce DF for EDT PMTUD option is enabled by default. Previously, this option was disabled by default.

PMTUD parameter on GUI

Enable the PMTU rediscovery support in NetScaler Gateway

Using the CLI:

At the command prompt, type;

set ica parameter -EDTPmtudRediscovery ENABLED | DISABLED
<!--NeedCopy-->

This option is disabled by default.

Using the GUI:

  1. Navigate to System > Settings > Change ICA Parameters.

  2. Select the EDT PMTUD Rediscovery checkbox.

    PMTU Rediscovery parameter on GUI

Enable the DF bit persistence support in NetScaler Gateway

Using the CLI:

At the command prompt, type;

set ica parameter -DFPersistence ENABLED | DISABLED
<!--NeedCopy-->

This option is disabled by default.

Using the GUI:

  1. Navigate to System > Settings > Change ICA Parameters.

  2. Select the DF Persistence checkbox.

    DF Persistence on GUI

PMTUD and DF bit propagation for EDT over NetScaler Gateway