
C613-50186-01 Rev B
Command Reference for AR2050V
1825
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
REAUTHENTICATION
auth reauthentication
Overview
This command enables re-authentication on the interface specified in the Interface
mode.
Use the
no
variant of this command to disables reauthentication on the interface.
Syntax
auth reauthentication
no auth reauthentication
Default
Reauthentication of port authentication is disabled by default.
Mode
Interface Configuration for an Ethernet port, or Authentication Profile mode.
Examples
To enable reauthentication on interface
eth1
, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth reauthentication
To disable reauthentication on interface
eth1
, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth reauthentication
To enable reauthentication on authentication profile ‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth reauthentication
To disable reauthentication on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth reauthentication
Related
Commands