CLI Guide

Table Of Contents
Security Commands 1037
console(config)#radius server key 0 “This is a key string”
radius server load-balance
Use this command to enable load balancing within RADIUS server lists. Use
the no form of the command to disable load balancing.
Syntax
radius server load-balance [ auth | acct ] {radius |name <servername>}
method least-outstanding [ batch-size <value>] }
no radius server load-balance [ auth | acct ] {radius | name <servername>}
auth—Configure load balancing for authentication servers.
acct—Configure load balancing for accounting servers.
radius—Configure load balancing for the default RADIUS server list.
name—Configure load balancing for the named server list.
least-outstanding—Configure least outstanding request load balancing.
batch-size—Configure the number of outstanding requests to send to a
server.
Default Configuration
By default, all RADIUS servers are part of the Default-RADIUS-Server list.
The default batch size is 25 requests.
By default, load balancing is configured for authentication servers.
Command Mode
Global Configuration mode
User Guidelines
This command configures load balancing requests among the RADIUS lists
for either authentication or accounting servers.
Configure a RADIUS server as part of a list using the
name (RADIUS Server)
command in Radius Server Configuration mode. All servers configured with
the same list name are considered to be part of the same list.