Security Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
962
configure radius timeout
configure radius {mgmt-access | netlogin} timeout <seconds>
Description
Configures the timeout interval for RADIUS authentication requests.
Syntax Description
Default
The default is 3 seconds.
Usage Guidelines
This command configures the timeout interval for RADIUS authentication requests. When the timeout
has expired, another authentication attempt will be made. After three failed attempts to authenticate,
the alternate server will be used. After six failed attempts, local user authentication will be used.
The
mgmt-access
keyword specifies the RADIUS server used for switch management authentication.
The
netlogin
keyword specifies the RADIUS server used for network login authentication.
If you do not specify the
mgmt-access
or
netlogin
keywords, the timeout interval applies to both
switch management and netlogin RADIUS servers.
Example
The following command configures the timeout interval for RADIUS authentication to 10 seconds. After
30 seconds (three attempts), the alternate RADIUS server will be used. After 60 seconds (six attempts)
local user authentication is used.
configure radius timeout 10
History
This command was first available in ExtremeWare XOS 10.1.
The
mgmt-access
and
netlogin
keywords were added in ExtremeWare XOS 11.2.
mgmt-access
Specifies the switch management RADIUS authentication server.
netlogin
Specifies the network login RADIUS authentication server.
seconds
Specifies the number of seconds for authentication requests. Range is 3 to
120 seconds