C613-50631-01 Rev A Command Reference for IE340 Series 2250
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
TIMEOUT CONNECT-TIMEOUT
auth timeout connect-timeout
Overview Use this command to set the connect-timeout period for the interface.
Use the no variant of this command to reset the connect-timeout period to the
default.
Syntax
auth timeout connect-timeout <1-65535>
no auth timeout connect-timeout
Default The connect-timeout default is 30 seconds.
Mode Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Usage notes This command is used for MAC and web authentication. If the connect-timeout has
lapsed and the supplicant has the state connecting, then the supplicant is deleted.
When auth-web-server session-keep or auth two-step enable is enabled, we
recommend you configure a longer connect-timeout period.
Examples To set the connect-timeout period to 3600 seconds for port1.0.2, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth timeout connect-timeout 3600
To reset the connect-timeout period to the default (30 seconds) for port1.0.2, use
the following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
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
Related
commands
auth profile (global)
show dot1x
show dot1x interface
Parameter Description
<1-65535> Specifies the connect-timeout period (in seconds).