352
Intel
®
NetStructure™ 480T Routing Switch User Guide
Use these commands to create a round-robin pool called MyWeb,
and add nodes to the new pool:
create slb pool MyWeb lb-method round
configure slb pool MyWeb add 192.168.200.1:80
configure slb pool MyWeb add 192.168.200.2:80
Use this command to create a transparent mode VIP for the Web site
and assign the MyWeb pool to it:
create slb vip WebVip pool MyWeb mode transparent
192.168.201.1:80
Use these commands to create a round-robin pool called MySSL,
and add nodes to the new pool.
create slb pool MySSL lb-method round-robin
configure slb pool MySSL add 192.168.200.1:443
configure slb pool MySSL add 192.168.200.2:443
This command creates a transparent mode VIP for the Web site and
assigns the MySSL pool to it:
create slb vip SSLVip pool MySSL mode transparent
192.168.201.1:443
Use these commands to 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
configure vlan srvr slb-type server
configure vlan clnt slb-type client
Individual servers require that a loopback address be configured for
each IP address to which the server will respond.
Translational Mode
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, since each server
only uses its own IP address. As with any server load balancing
application, the content must be duplicated on all physical servers.