answer requests. Servers can share an IP address, but the port must be unique for each server.
•
•Weight is used by weighted algorithms for load balancing. Use equal weights for all servers (or 1 for simplicity’s sake) with
If servers are configured at contiguous IP addresses, and have identical attributes, you can specify many identical servers at once using a range of IP addresses. The specified index is used for the first server and incremented for each configured server. The following example creates servers with indexes 3 through 10:
config server index 3 ipaddress 10.2.2.2 - 10.2.2.9 port 80
To remove a server or range of servers from the system, use the following commands:
unconfig | server | index | <index> | |
unconfig | server index | <index> - <index2> | ||
unconfig | server | ipaddress | <ipaddress> | |
unconfig | server | ipaddress | <ipaddress> - <ipaddress> |
Configuring Server Groups
After all of the servers needed for a particular virtual service have been created, they must be organized into a server group. This group is used in the definition of the virtual service itself. The following command creates a server group:
config
Each server group definition includes a unique name, used when configuring the server group or used elsewhere in the configuration. A load balancing policy is the method of choosing servers. See Chapter 6 for policy details.
You can optionally specify a server of last resort for the group. This is a server to which traffic is sent if all the servers in a
Px Series Application Switch Installation and Configuration Guide |