Reference Guide
----- ----- ------- -------- ----------- ----- ---------------------- ----
1 ttyS0 admin sysadmin login/clish . - 2016-04-14 02:06:00
RADIUS server host
When conguring a RADIUS server host, you can set dierent communication parameters, such as a user datagram protocol (UDP) port,
key password, number of retries, and timeout.
• Enter the host name or IP address of the RADIUS server host in CONFIGURATION mode.
radius-server host [hostname | ip-address] [auth-port port-number | key authentication-key
The default RADIUS authentication port is 1812.
To congure multiple RADIUS server hosts, congure the radius-server host command multiple times. If you congure multiple
RADIUS server hosts, OS10 attempts to connect with them in the order you congured them. When the system attempts to authenticate a
user, the software connects with the RADIUS server hosts one at a time, until a RADIUS server host responds with an accept or reject
response.
If you want to change an optional parameter setting for a specic host, use the radius-server host command.
Congure RADIUS server host
OS10(config)# radius-server host 1.2.4.5
View RADIUS server host conguration
OS10# show running-configuration
...
radius-server host 1.2.4.5 key mysecret
...
Delete RADIUS server host
OS10# no radius server host 1.2.4.5
Server host settings
Congure global communication parameters and specic host parameters for the RADIUS server. If you congure both global and specic
host parameters, the specic host parameters override the global parameters for that RADIUS server host.
1 Congure the authentication key for all RADIUS communications between the system and RADIUS server hosts in CONFIGURATION
mode. Enter 7 to encrypt the password, or 0 to keep the password as plain-text.
radius-server key authentication-key
2 Congure the number of times OS10 retransmits RADIUS requests in CONFIGURATION mode (0 to 100, default 3).
radius-server retransmit retries
3 Congure the time interval in seconds OS10 waits for a RADIUS server host response in CONFIGURATION mode (0 to 1000, default
5).
radius-server timeout seconds
Congure global settings
OS10(config)# radius-server key supersecret
OS10(config)# radius-server retransmit 10
OS10(config)# radius-server timeout 10
View RADIUS server host conguration
OS10(config)# do show running-configuration
...
System management
453