Administration Commands : radius-server

radius-server
Description
Use the radius-server command to configure RADIUS server settings for user authentication.
Syntax
radius-server host <IP address> [auth-port <port>] [key <string>] [retransmit <0..3>] [timeout <1..15>]
radius-server {key <string> | retransmit <0..3> | timeout <1..15>}
 
no radius-server host <IP address> [auth-port <port>]
no radius-server {key | retransmit | timeout}
Arguments
host <IP address>
Use the no form of this command to stop sending RADIUS authentication requests to host.
auth-port <port>
Use the no form of this command to stop sending RADIUS authentication requests to the authentication port.
key <string>
Use the no form of this command to remove the global RADIUS server key.
retransmit <0..3>
Use the no form of this command to reset the global RADIUS server retransmit count to its default.
timeout <1..15>
Use the no form of this command to reset the global RADIUS server timeout setting to its default.
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See “show radius”.
Usage Guidelines
None.
Examples
To define the RADIUS shared secret as “mysecret”:
(config) # radius-server key mysecret
To specify the RADIUS server’s IP address as 208.20.20.4 with authentication port 500 and a timeout of 10 seconds:
(config) # radius-server host 208.20.20.4 auth-port 500 timeout 10
To set the number of times the global RADIUS server retransmits to its default value:
(config) # no radius-server retransmit

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.