
C613-50186-01 Rev B
Command Reference for AR2050V
1832
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
TIMEOUT
QUIET
-
PERIOD
auth timeout quiet-period
Overview
This command sets a time period for which another authentication request is not
accepted on a given interface, after an authentication request has failed.
Use the
no
variant of this command to reset the quiet period to the default.
Syntax
auth timeout quiet-period <
1-65535
>
no auth timeout quiet-period
Default
The quiet period for port authentication is 60 seconds.
Mode
Interface Configuration for an Ethernet port, or Authentication Profile mode.
Examples
To set the quiet period to 10 seconds for interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth timeout quiet-period 10
To reset the quiet period to the default (60 seconds) for interface eth1, use the
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth timeout quiet-period
To set the quiet period to 10 seconds for authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth timeout quiet-period 10
To reset the quiet period to the default (60 seconds) for authentication profile
‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth timeout quiet-period
Related
Commands
auth profile (Global Configuration)
Parameter
Description
<
1-65535
>
Specifies the quiet period (in seconds).