User guide
E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
17-7
F
ORWARDING
M
ODES
• The service is configured to use the appropriate address and port, as specified in the
switch configuration.
The commands used to configure the switch in Figure 17-2 are described below.
The following commands configure the VLANs and the switch IP addresses and
subnets:
create vlan srvr
create vlan clnt
create vlan vips
config srvr ipaddress 192.168.200.10 /24
config clnt ipaddress 10.1.1.1 /24
config vips ipaddress 192.168.201.1 /24
config server add port 29-32
config client add port 1-4
enable ipforwarding
The following commands create a round-robin pool, MyWeb, and add nodes to the new
pool.
create slb pool MyWeb lb-method round
config slb pool MyWeb add 192.168.200.1:80
config slb pool MyWeb add 192.168.200.2:80
The following command creates a transparent mode VIP for the website and assigns the
MyWeb pool to it:
create slb vip WebVip pool MyWeb mode transparent 192.168.201.1:80
The following commands create a round-robin pool, MySSL, and add nodes to the new
pool.
create slb pool MySSL lb-method round-robin
config slb pool MySSL add 192.168.200.1:443
config slb pool MySSL add 192.168.200.2:443
The following command creates a transparent mode VIP for the website and assigns the
MySSL pool to it.
create slb vip SSLVip pool MySSL mode transparent 192.168.201.1:443