520 ExtremeWare Software 7.3.0 Command Reference Guide
SLB Commands
create slb pool
create slb pool <pool name> {lb-method [least-connections | priority |
ratio | round-robin]}
Description
Creates a server pool and optionally assigns a load-balancing method to the pool.
Syntax Description
Default
The default load-balancing method is round-robin.
Usage Guidelines
To change the load-balancing method of an existing pool, use the following command:
configure slb pool <pool name> lb-method
To add a node to the pool (and set the ratio or priority), use the following command:
configure slb pool <pool name> add
Example
The following command creates the pool “ftp_pool” and assigns the priority load-balancing method:
configure slb pool ftp_pool lb-method priority
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
pool name Specifies a pool.
lb-method Specifies the load-balancing method.