1008
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
802.1X C
OMMANDS
DOT
1
X
INITIALIZE
INTERFACE
dot1x initialize interface
Overview
This command removes authorization for a connected
interface
with the
specified
<interface-list>.
The connection will attempt to re-authorize when the
specified
port
attempts to make use of the network connection.
NOTE
:
Reauthentication could be a long time after the use of this command because
the reauthorization attempt is not triggered by this command. The attempt is triggered
by the first packet from the interface trying to access the network resources.
Syntax
dot1x initialize interface
<interface-list>
Mode
Privileged Exec
Examples
To initialize 802.1X port authentication on the interface
port1.0.2
, use the
command:
awplus#
dot1x initialize interface port1.0.2
To unauthorize switch
port1.0.1
and attempt reauthentication on switch
port1.0.1
, use the command:
awplus#
dot1x initialize interface port1.0.1
To unauthorize all switch ports for a 24-port device and attempt reauthentication,
use the command:
awplus#
dot1x initialize interface port1.0.1-port1.0.24
Validation
Commands
show dot1x
show dot1x interface
Related
Commands
dot1x initialize supplicant
Parameter
Description
<interface-list>
The interfaces or ports to configure. An interface-list can be:
•
an interface (e.g.
vlan2
), a switch port (e.g.
port1.0.6
),
a static channel group (e.g.
sa2
) or a dynamic (LACP)
channel group (e.g.
po2
)
•
a continuous range of interfaces, ports, static channel
groups or dynamic (LACP) channel groups separated by a
hyphen; e.g.
vlan2-8
, or
port1.0.1-1.0.6
, or
sa1-2
,
or
po1-2
•
a comma-separated list of the above; e.g.
port1.0.1,port1.0.2-1.0.4
. Do not mix interface
types in a list
The specified interfaces must exist.