Dot1x control-direction – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1069
802.1X Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
41.3
dot1x control-direction
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:
To set the port direction to in for port1.0.2, use the commands:
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).
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no dot1x control-direction
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
dot1x control-direction in