User guide
17-8 E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
S
ERVER
L
OAD
B
ALANCING
(SLB)
The following commands enable SLB, configure the server VLAN to act as the server
side, and configure the client VLAN to act as the client side.
enable slb
config vlan srvr slb-type server
config vlan clnt slb-type client
Indivdual servers require that a loopback address be configured for each IP address to
which the server will respond.
T
RANSLATIONAL
M
ODE
In translational mode, requests coming in to the VIP are translated to the IP address of
the server to be balanced. This mode does not require the configuration of a loopback
address, each server only needs to use its own IP address. As with any server load
balancing application, the content must be duplicated on all physical servers.
To configure translational mode, use the following command:
create slb vip <vipname> pool <poolname> mode translation <ipaddress>
{- <upper_ipaddress>}:{<L4Port>}
Figure 17-3 shows translational mode.