Intel 480T Switch User Manual


 
354
Intel
®
NetStructure 480T Routing Switch User Guide
configure vips ipaddress 192.168.201.1 /24
configure srvr add port 4-8
configure clnt add port 1-4
enable ipforwarding
These commands 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
This command creates a translation mode VIP (virtual IP address)
for the Web site and assign the MyWeb pool to it:
create slb vip WebVip pool MyWeb mode translation
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
configure slb pool MySSL add 192.168.200.1:443
configure slb pool MySSL add 192.168.200.2:443
To create a translation mode VIP for the Web site and assign the
MySSL pool to it, use this command:
create slb vip SSLVip pool MySSL mode translation
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
Port Translation Mode
Port translation is essentially the same thing as translational mode,
except that the Layer 4 port on the virtual server can be different
from the Layer 4 port on the nodes being load balanced. The 480T