ADC

Static proximity based on NetScaler location

Note

The proximity from self parameter is available from release 13.1 build 48.x onwards.

When you configure the static proximity load balancing method, a server is chosen based on the client IP address instead of the NetScaler loopback IP address. As a result, the response time might be higher. The parameter proximity from self when enabled, ensures that the request is sent to a server that is closest to the NetScaler by using the NetScaler loopback IP address. Setting this parameter to YES accelerates the response time if the servers are located closer to the NetScaler as compared to the client.

Prerequisite

Select static proximity as the load balancing method

To configure the proximityFromSelf parameter by using the CLI

At the command prompt, type the following commands to configure proximityFromSelf parameter and verify the configuration

set lbparameter -proximityFromSelf <NO/YES>
show lbparameter

<!--NeedCopy-->

Example:

set lbparameter -proximityFromSelf Yes
<!--NeedCopy-->

To configure the Proximity from Self parameter by using the GUI

  1. Navigate to Traffic Management > Load Balancing.
  2. In the Load Balancing page under the Settings section, click Change Load Balancing Parameters.
  3. Select Proximity from Self.
  4. Click OK.
Static proximity based on NetScaler location