Cisco Cisco Packet Data Interworking Function (PDIF)

Descargar
Página de 2186
radius algorithm
This command configures the RADIUS authentication server selection algorithm for the current context.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > AAA Server Group Configuration
configure > context context_name > aaa group group_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-aaa-group)#
Syntax Description
radius algorithm { first-server | round-robin }
default radius algorithm
default
Configures the default setting.
Default: first-server
first-server
Authentication data is sent to the first available authentication server based upon the relative priority of each
configured server.
round-robin
Authentication data is sent in a circular queue fashion on a per Session Manager task basis where data is sent
to the next available authentication server and restarts at the beginning of the list of configured servers. The
order of the list is based upon the configured relative priority of the servers.
Usage Guidelines
Use this command to configure the context's RADIUS authentication server selection algorithm to ensure
proper load distribution amongst the available authentication servers.
Examples
The following command configures to use the round-robin algorithm for RADIUS authentication server
selection:
radius algorithm round-robin
Command Line Interface Reference, Modes A - B, StarOS Release 19    
75
AAA Server Group Configuration Mode Commands
radius algorithm