Quick Steps for Configuring Server Load Balancing (SLB) Configuring Server Load Balancing
page 34-6 OmniSwitch 6800/6850/9000 Network Configuration Guide March 2008
-> show ip slb cluster Intranet statistics
Admin Operational
Cluster Name Status Status Count
-----------------------+--------+--------------------+--------
Intranet Enabled In Service 2 Servers
Src IP 100.0.0.1/255.255.255.255 2500
IP Dst TCP Port 80
Src IP 100.0.0.2/255.255.255.255 2500
IP Dst TCP Port 80
Src IP 100.0.0.3/255.255.255.255 2500
IP Dst TCP Port 80
Src IP 100.0.0.4/255.255.255.255 2500
IP Dst TCP Port 80
An example of what the configuration commands look like entered sequentially on the command line:
-> policy network group SOURCE 100.0.0.1 100.0.0.2 100.0.0.3 100.0.0.4
-> policy condition c1 source network group SOURCE destination tcp port 80
-> qos apply
-> ip slb cluster Intranet condition c1
-> ip slb server ip 103.10.50.1 cluster Intranet
-> ip slb server ip 103.10.50.2 cluster Intranet
-> ip slb server ip 103.10.50.3 cluster Intranet admin status disable