502 ExtremeWare Software 7.3.0 Command Reference Guide
SLB Commands
configure slb pool lb-method
configure slb pool <pool name> lb-method [least-connections | priority |
ratio | round-robin]
Description
Configures the SLB load balancing method.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to change the load balancing method after you have already created a pool.
To set the ratio or priority of a node, use the following command:
configure slb pool <pool name> member
Example
The following command changes the load balancing method for the pool “ftp” to ratio:
configure slb pool ftp lb-method ratio
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
pool name Specifies a pool.
least-connections Specifies the least connections load balancing method.
priority Specifies the priority load balancing method.
ratio Specifies the ratio load balancing method.
round-robin Specifies the round robin load balancing method.