A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
198
DGS-3426:5#show 802.1x user
Command: show 802.1x user
Current Accounts:
Username Password
--------------- ---------------
1 123
Total Entries:1
DGS–3426:5#
delete 802.1x user
Purpose Used to delete an 802.1X user account on the Switch.
Syntax
delete 802.1x user <username 15>
Description This command is used to delete the 802.1X Port–based or MAC–based Network Access
control local users currently configured on the Switch.
Parameters
<username 15> A username can be as many as 15 alphanumeric characters.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete 802.1X users:
DGS–3426:5# delete 802.1x user Rob
Command: delete 802.1x user Rob
Are you sure to delete the user?(y/n)
Success.
DGS–3426:5#
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 This command enables configuration of the authentication protocol.
Parameters [local | radius_eap] – Specify the type of authentication protocol desired.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the authentication protocol on the Switch:
DGS–3426:5# config 802.1x auth_protocol local
Command: config 802.1x auth_protocol local
Success.
DGS–3426:5#