Reference Guide

----- ----- ------- -------- ----------- ----- ---------------------- ----
1 ttyS0 admin sysadmin login/clish . - 2016-04-14 02:06:00
RADIUS server host
When conguring a RADIUS server host, you can set dierent 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 congure multiple RADIUS server hosts, congure the radius-server host command multiple times. If you congure multiple
RADIUS server hosts, OS10 attempts to connect with them in the order you congured 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 specic host, use the radius-server host command.
Congure RADIUS server host
OS10(config)# radius-server host 1.2.4.5
View RADIUS server host conguration
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
Congure global communication parameters and specic host parameters for the RADIUS server. If you congure both global and specic
host parameters, the specic host parameters override the global parameters for that RADIUS server host.
1 Congure 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 Congure the number of times OS10 retransmits RADIUS requests in CONFIGURATION mode (0 to 100, default 3).
radius-server retransmit retries
3 Congure 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
Congure global settings
OS10(config)# radius-server key supersecret
OS10(config)# radius-server retransmit 10
OS10(config)# radius-server timeout 10
View RADIUS server host conguration
OS10(config)# do show running-configuration
...
System management
453