
C613-50186-01 Rev B
Command Reference for AR2050V
1831
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
TIMEOUT
CONNECT
-
TIMEOUT
auth timeout connect-timeout
Overview
This command sets the connect-timeout period for the interface.
Use the
no
variant of this command to reset the connect-timeout period to the
default.
auth timeout connect-timeout <
1-65535
>
no auth timeout connect-timeout
Mode
Interface Configuration for an Ethernet port, or Authentication Profile mode.
This command is used for Web-Authentication. If the connect-timeout has lapsed
and the supplicant has the state
connecting
, then the supplicant is deleted. When
is enabled, we recommend you configure a longer
connect-timeout period.
To set the connect-timeout period to 3600 seconds for interface eth1, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth timeout connect-timeout 3600
To reset the connect-timeout period 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 connect-timeout
To set the connect-timeout period to 3600 seconds for authentication profile
‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth timeout connect-timeout 3600
To reset the connect-timeout period 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 connect-timeout
auth profile (Global Configuration)
Parameter
Description
<
1-65535
>
Specifies the connect-timeout period (in seconds).