TP-Link TL-SL3452 Switch User Manual


 
TL-SL3428/TL-SL3452 JetStream L2 Managed Switch CLI Guide
72
Example
Enable the Guest VLAN function for Fast Ethernet port 2:
TL-SL3428(config)#interface fastEthernet 1/0/2
TL-SL3428(config-if)#dot1x guest-vlan
dot1x port-control
Description
The dot1x port-control command is used to configure the Control Mode of
IEEE 802.1X for the specified port. By default, the control mode is “auto”. To
restore to the default configuration, please use no dot1x port-control
command.
Syntax
dot1x port-control {auto | authorized-force | unauthorized-force}
no dot1x port-control
Parameter
auto | authorized-force | unauthorized-force —— The Control Mode for the port.
auto:
In this mode, the port will normally work only after passing the 802.1X
Authentication.
authorized-force: In this mode, the port can work normally without passing the
802.1X Authentication.
unauthorized-force: In this mode, the port is forbidden working for its fixed
unauthorized status.
Command Mode
Interface Configuration Mode (interface fastEthernet / interface range
fastEthernet / interface gigabitEthernet / interface range gigabitEthernet)
Example
Configure the Control Mode for Gigabit Ethernet port 25 as “authorized-force”:
TL-SL3428(config)#interface gigabitEthernet 1/0/25
TL-SL3428(config-if)#dot1x port-control authorized-force