
C613-50186-01 Rev B
Command Reference for AR2050V
1835
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
TIMEOUT
SERVER
-
TIMEOUT
auth timeout server-timeout
Overview
This command sets the timeout for the waiting response from the RADIUS server
on a given interface.
The
no
variant of this command resets the server-timeout to the default (30
seconds).
Syntax
auth timeout server-timeout <
1-65535
>
no auth timeout server-timeout
Default
The server timeout for port authentication is 30 seconds.
Mode
Interface Configuration for an Ethernet port, or Authentication Profile mode.
Examples
To set the server timeout to 120 seconds for interface
eth1
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth timeout server-timeout 120
To set the server timeout to the default (30 seconds) for interface
eth1
, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth timeout server-timeout
To set the server timeout to 120 seconds for authentication profile ‘student’, use
the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth timeout server-timeout 120
To set the server timeout to the default (30 seconds) for authentication profile
‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth timeout server-timeout
Related
Commands
auth profile (Global Configuration)
Parameter
Description
<
1-65535
>
Server timeout period (in seconds).