User guide

17-16 E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
S
ERVER
L
OAD
B
ALANCING
(SLB)
create slb pool <poolname> {slb-method
[round-robin | ratio | priority | least-connections]}
Creates a server pool and optionally
assigns a load-balancing method to the
pool. The default load-balance method is
round-robin. A pool represents a group of
physical servers that is used to
load-balance one or more VIPs.
create slb vip <vipname> pool <poolname> mode
[transparent | translation | port-translation]
<ipaddress> {- <upper_ipaddress>}:{<L4Port>}
Creates one or more new virtual IP
addresses (VIPs) and attaches the VIP to a
pool of physical servers. The server pool
needs to be created before the VIP is
created. If the port parameter is not
specified, all requests to the VIP are
forwarded to the server. If the port
parameter is specified, only the specified
TCP/UDP ports are allowed to reach the
server. All other packets are dropped.
delete slb pool [<poolname> | all] Deletes a server pool.
delete slb vip [<vipname> | all] Deletes one or all VIPs.
disable slb Disables SLB processing.
Disabling SLB causes the following to
occur:
Closes all connections.
Withdraws VIP routes or routes that do
not respond with proxy ARP responses
of VIP addresses.
Disconnects the switch from redundant
SLB switches.
disable slb gogo-mode <master> Disables GoGo mode processing.
disable slb node [<ipaddress>:<L4Port> | all]
{close-connections-now}
Disables one or more nodes from receiving
new connection establishments. If
close-connections-now is specified, all
current open connections are torn down
immediately.
disable slb l4-port [<L4Port> | all] Disables one or all L4 ports for SLB.
disable slb vip <ipaddress>:<L4Port> Disables a single VIP port.
Table 17-2: Basic SLB Commands
Command Description