Alcatel-Lucent 6850-48 Guida Di Rete

Pagina di 1162
Configuring Server Load Balancing
Configuring Server Load Balancing on a Switch
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 44-27
Deleting an SLB Cluster
To delete an SLB cluster, use the no form of the 
 command by entering no ip slb 
cluster followed by the name of the cluster.
For example, to delete an SLB called “Web_Server”, you would enter:
-> no ip slb cluster Web_Server
Note. When you delete an SLB cluster you also delete the QoS policy, condition, and rule associated with 
the cluster.
Assigning Servers to and Removing Servers from a Cluster
The following subsections describe how to assign servers to an SLB cluster and how to remove servers 
from an SLB cluster with the 
 command.
Note. You can also use the ip slb server ip cluster command to administratively disable or enable a 
server (see 
Assigning a Server to an SLB Cluster
You assign physical servers to an existing logical SLB cluster with the 
by entering ip slb server ip, the IP address of the server in dotted decimal format, cluster, and the name 
of the SLB cluster.
For example, to assign a server with an IP address of 10.105.16.118 to an SLB cluster called 
“Web_Server”, you would enter:
-> ip slb server ip 10.105.16.118 cluster Web_Server
You can assign up to 256 physical servers. For example, to assign three physical servers with IP addresses 
of 10.105.16.121, 10.105.16.122, and 10.105.16.123, respectively, to an SLB cluster called 
“Web_Server”, enter the following CLI commands:
-> ip slb server ip 10.105.16.121 cluster Web_Server
-> ip slb server ip 10.105.16.122 cluster Web_Server
-> ip slb server ip 10.105.16.123 cluster Web_Server
Removing a Server from an SLB Cluster
To remove a physical server from an SLB cluster, use the no form of the ip slb server ip cluster 
command by entering no ip slb server ip, the IP address of the server you want to remove in dotted deci-
mal format, cluster, and the name of the SLB cluster.
For example, to remove a server with an IP address of 10.105.16.121 from an SLB cluster called 
“Web_Server” you would enter:
-> no ip slb server ip 10.105.16.121 cluster Web_Server