Specifications
set server group load-balance
Chapter 16
RADIUS and Server Groups Commands
510
l show aaa on page 240
set server group load-balance
Enables or disables load balancing among the RADIUS servers in a server group.
Syntax
set server group group-name load-balance {enable | disable}
Defaults
Load balancing is disabled by default.
Access
Enabled.
Usage
You can optionally enable load balancing after assigning the server group
members. If you configure load balancing, UNIVERGE WL Control Systemr
sends each AAA request to a separate server, starting with the first one on the list
and skipping unresponsive servers. If no server in the group responds,
UNIVERGE WL Control Systemr moves to the next method configured with set
authentication and set accounting.
In contrast, if load balancing is not configured, UNIVERGE WL Control Systemr
always begins with the first server in the list and sends unfulfilled requests to each
subsequent server in the group before moving on to the next configured AAA
method.
Examples
To enable load balancing between the members of server group
shorebirds, type the following command:
Controller# set server group shorebirds load-balance enable
success: change accepted.
To disable load balancing between shorebirds server group members, type the
following command:
Controller# set server group shorebirds load-balance disable
success: change accepted.
group-name Server group name of up to 32 characters.
load-balance
enable | disable
Enables or disables load balancing of authentication
requests among the servers in the group.