CLI Guide

Security Commands 1022
User Guidelines
Multiple primary servers can be configured for each server group. When the
RADIUS client has to perform transactions with an authenticating RADIUS
server of the specified group, it uses the primary server(s) first. If it fails to
communicate with the primary server(s) for any reason, it uses the secondary
servers configured within the group.
Example
console(Config-auth-radius)#primary
priority
Use the priority command in RADIUS Server Configuration mode to specify
the order in which the servers are to be used, with 0 being the highest priority.
Syntax
priority priority
priority — Sets server priority level. (Range 0-65535)
Default Configuration
The default priority is 0.
Command Mode
RADIUS Server Configuration mode
User Guidelines
User must enter the mode corresponding to a specific RADIUS server before
executing this command. The highest priority is 0, with higher values
indicating progressively lower priorities.
Example
The following example specifies a priority of 10 for the designated server.
console(config)#radius server auth 192.143.120.123
console(config-auth-radius)#priority 10