C613-50631-01 Rev A Command Reference for IE340 Series 2182
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
802.1X COMMANDS
DOT
1X 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.2 and attempt reauthentication on switch port1.0.2,
use the command:
awplus# dot1x initialize interface port1.0.2
To unauthorize all switch ports for a 18-port device and attempt reauthentication,
use the command:
awplus# dot1x initialize interface port1.0.1-port1.0.18
Related
commands
dot1x initialize supplicant
show dot1x
show dot1x interface
Command
changes
Version 5.4.9-2.1: command added to AR2050V, AR3050S, and AR4050S
Parameter Description
<interface-list> The interfaces or ports to configure. An interface-list can be:
•a VLAN (e.g. vlan2)
• a switchport (e.g. port1.0.4)
• a static channel group (e.g. sa2)
•a dynamic (LACP) channel group (e.g. po2)
• a continuous range of interfaces separated by a hyphen
(e.g. port1.0.1-port1.0.3)
• a comma-separated list (e.g. port1.0.1, port1.0.3-port1.0.4).
Do not mix interface types in a list.
The specified interfaces must exist.