Users Guide

Security Commands 958
Example
The following example sets the minimum interval for a RADIUS server will
not be contacted after becoming unresponsive.
console(config)#radius server deadtime 10
radius server
Use the radius server command to specify a RADIUS server, and enter
RADIUS Server Configuration mode. To delete the specified RADIUS server,
use the no form of this command.
Syntax
radius server [acct | auth] {ip–address | hostname}
no radius server {ip–address | hostname}
acct | auth—The type of server (accounting or authentication).
ip–address—The RADIUS server host IP address.
hostname —Host name of the RADIUS server host. (Range: 1–255
characters).
Default Configuration
The default server type is authentication. The default server name is Default-
RADIUS-Server. The default port number is 1812 for an authentication
server and 1813 for an accounting server.
Command Mode
Global Configuration mode
User Guidelines
RADIUS servers are keyed by the host name/IP address, therefore it is
advisable to use unique server host names. Use the show aaa servers
{accounting|authentication} command to display the hostname/IP address
to list name mapping.
Multiple authentication servers may be configured with the same name using
the name command.