Cisco Cisco IOS Software Release 12.2(27)SBC

Page of 38
RADIUS Server Load Balancing
  load-balance (server-group)
23
Cisco IOS Security Configuration Guide
load-balance (server-group)
To enable RADIUS server load balancing for a named RADIUS server group, use the load-balance 
command in server group configuration mode. To disable named RADIUS server load balancing, use the 
no form of this command.
load-balance method least-outstanding [batch-size number] [ignore-preferred-server]
no load-balance
Syntax Description
Command Defaults
If this command is not configured, named RADIUS server load balancing will not occur.
Command Modes
Server group configuration
Command History
Examples
The following example shows load balancing enabled for a named RADIUS server group. It is shown in 
three parts: the current configuration of RADIUS command output, debug output, and AAA server status 
information. 
Server Configuration and Enabling Load Balancing for Named RADIUS Server Group Example
The following shows the relevant RADIUS configuration: 
Router# show running-config
.
method least-outstanding
Enables least outstanding mode for load balancing.
batch-size
(Optional) The number of transactions to be assigned per batch. 
number
(Optional) The number of transactions in a batch.
The default is 25.
The range is 1–2147483647.
Note
Batch size may impact throughput and CPU load. It is 
recommended that the default batch size, 25, be used because it 
is optimal for high throughput, without adversely impacting 
CPU load.
ignore-preferred-server
(Optional) Indicates if a transaction associated with a single 
authentication, authorization, and accounting (AAA) session should 
attempt to use the same server or not. 
If set, preferred server setting will not be used.
Default is to use the preferred server.
Release
Modification
12.2(28)SB
This command was introduced.
12.4(11)T
This command was integrated into Cisco IOS Release 12.4(11)T.