C613-50170-01 Rev B
Command Reference for x510 Series
1685
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
802.1X C
OMMANDS
DOT
1
X
INITIALIZE
INTERFACE
dot1x initialize interface
Overview
This command removes authorization for a specified connected interface. 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
Related
Commands
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.