C613-50170-01 Rev B
Command Reference for x510 Series
1737
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, which may be a static channel group (or static aggregator) or a dynamic (or
LACP) channel group or a switch port.
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 a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Examples
To enable reauthentication on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth reauthentication
To disable reauthentication on interface
port1.0.2
, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
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