Specifications

DGS-3224TGR Gigabit Ethernet Switch CLI Reference Manual
config 802.1x auth_protocol
Purpose
Used to configure the 802.1x authentication protocol on the switch.
Syntax config 802.1x auth_protocol [local|radius_eap]
Description
The config 802.1x auth_protocol command enables you to configure the authentication
protocol.
Parameters
local|radius_EAP – Specify the type of authentication protocol desired.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To configure 802.1x authentication protocol:
DGS-3224TGR:4# config 802.1x auth_protocol radius_eap
Command: config 802.1x auth_protocol radius_eap
Success.
DGS-3224TGR:4#
config 802.1x capability
Purpose
Used to configure the 802.1x capability of a range of ports on the switch.
Syntax config 802.1x capability ports [<portlist>|all] [authenticator|none]
Description
The config 802.1x command has two capabilities that can be set for each port: Authenticator
and None.
Parameters
<portlist> Specifies a range of ports. The port list is specified by listing the beginning port
number and the highest port number of the range. The beginning and end of the port list
range are separated by a dash. For example, 3 would specify port 3. 4 specifies port 4. 3-4
specifies all of the ports between port 3 and port 4 in numerical order.
all Specifies all of the ports on the switch.
authenticator A user must pass the authentication process to gain access to the network.
none The port is not controlled by the 802.1x functions.
Restrictions
Only administrator-level users can issue this command.
Example Usage:
To configure 802.1x capability on ports 1-10:
DGS-3224TGR:4#config 802.1x capability ports 1 – 10 authenticator
Command: config 802.1x capability ports 1-10 authenticator
Success.
DGS-3224TGR:4#
103