C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1005
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
802.1X C
OMMANDS
DOT
1
X
CONTROL
-
DIRECTION
dot1x control-direction
Overview
This command sets the direction of the filter for the unauthorized interface.
If the optional
in
parameter is specified with this command then packets entering
the specified port are discarded. The
in
parameter discards the ingress packets
received from the supplicant.
If the optional
both
parameter is specified with this command then packets
entering (ingress) and leaving (egress) the specified port are discarded. The
both
parameter discards the packets received from the supplicant and sent to the
supplicant.
The
no
variant of this command sets the direction of the filter to
both
. The port will
then discard both ingress and egress traffic.
Syntax
dot1x control-direction {in|both}
no dot1x control-direction
Default
The authentication port direction is set to
both
by default.
Mode
Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port.
Example s
To set the port direction to the default (
both
) for
port1.0.2
, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no dot1x control-direction
To set the port direction to
in
for
port1.0.2
, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
dot1x control-direction in
Validation
Commands
show dot1x
show dot1x interface
show auth-mac interface
show auth-web interface
Parameter
Description
in
Discard received packets from the supplicant (ingress
packets).
both
Discard received packets from the supplicant (ingress
packets) and transmitted packets to the supplicant (egress
packets).