User Manual

Table Of Contents
Shared password (the settings for the radius-server key command are used if this is omitted)
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Adds a server to the authentication server list.
The maximum number of entries is 8.
If this command is executed with the "no" syntax, this deletes the specified server from the authentication server list.
[Example]
Add the server at IP address 192.168.100.100, with a reply standby time of 10 seconds and a number of times to resend requests
of 5 seconds to the authentication server list.
SWP2(config)#radius-server host 192.168.100.100 timeout 10 retransmit 5
Add the server at IP address 192.168.100.101, with an authentication UDP port of 1645 and a shared password of "abcde" to the
authentication server list.
SWP2(config)#radius-server host 192.168.100.101 auth-port 1645 key abcde
Adds the local RADIUS server to the authentication server list.
SWP2(config)#radius-server host 127.0.0.1 key secret_local
5.3.19 Set the reply wait time for each RADIUS server
[Syntax]
radius-server timeout time
no radius-server timeout
[Parameter]
time : <1-1000>
Standby time for replying to requests (seconds)
[Initial value]
radius-server timeout 5
[Input mode]
global configuration mode
[Description]
Sets the reply wait time for each RADIUS server.
If this command is executed with the "no" syntax, the setting returns to the default.
[Note]
If a server-specific wait time for replying to requests has been set using the radius-server host command, the radius-server
host command settings are used.
The setting needs to be adjusted so that the value of (Setting of radius-server timeout command) x (Setting of radius-server
retransmit command + 1) x (Number of RADIUS servers) falls within the number set in the auth timeout server-timeout
command.
[Example]
Set the reply wait time for each RADIUS server to 10 seconds.
SWP2(config)#radius-server timeout 10
5.3.20 Set number of times to resend requests to RADIUS server
[Syntax]
radius-server retransmit count
no radius-server retransmit
Command Reference | Interface control | 147