Owner's Manual

318 Radius Commands
www.dell.com | support.dell.com
If no host-specific timeout, retransmit, deadtime or key values are specified, the global values
apply to each host.
To define a radius server on the out-of-band port, use the out-of-band IP address format —
oob/ip-address
.
Example
The following example specifies a RADIUS server host with the following characteristics:
Server host IP address—192.168.10.1
Authentication port number—20
Timeout period—20 seconds
radius-server key
The
radius-server key
global configuration command sets the authentication and encryption key
for all RADIUS communications between the router and the RADIUS daemon. To reset to the
default, use the
no
form of this command.
Syntax
radius-server key
[key-string]
no radius-server key
key-string
—Specifies the authentication and encryption key for all RADIUS
communications between the router and the RADIUS server. This key must match the
encryption used on the RADIUS daemon. The key can be up to 128 characters long.
Default Configuration
The default is an empty string.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example sets the authentication and encryption key for all RADIUS
communications between the device and the RADIUS daemon to "dell-server".
Console (config)# radius-server host 192.168.10.1 auth-port 20
timeout 20
Console (config)# radius-server key dell-server