A SERVICE OF

logo

xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
38
To display the 802.1X port level configurations:
DGS-3627:admin# show 802.1x auth_configuration ports 1:1
Command: show 802.1x auth_configuration ports 1:1
Port number : 1:1
Capability : None
AdminCrlDir : Both
OpenCrlDir : Both
Port Control : Auto
QuietPeriod : 60 sec
TxPeriod : 30 sec
SuppTimeout : 30 sec
ServerTimeout : 30 sec
MaxReq : 2 times
ReAuthPeriod : 3600 sec
ReAuthenticate : Disabled
Forward EAPOL PDU On Port : Enabled
Max Users On Port : 10
DGS-3627:admin#
config 802.1x capability
Purpose Used to configure the port capability.
Syntax
config 802.1x capability ports [ < portlist > | all ] [ authenticator | none ]
Description The config 802.1x capability command configures the port capability.
Parameters
portlist - Specifies a range of ports to be configured.
all - Specifies all ports to be configured.
authenticator - The port that wishes to enforce authentication before allowing access to
services that are accessible via that port adopts the authenticator role.
none - Disable authentication on the specified ports.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the port capability:
DGS-3627:admin# config 802.1x capability ports 1:1-1:10 authenticator
Command: config 802.1x capability ports 1:1-1:10 authenticator
Success.
DGS-3627:admin#
config 802.1x max_users
Purpose Used to configure the maximum number of users that can be learned via 802.1X
authentication.
Syntax
config 802.1x max_users [<value 1 4000> | no_limit]
Description The setting is a global limitation on the maximum number of users that can be learned via
802.1X authentication.
In addition to the global limitation, maximum user for per port is also limited. It is specified by
config 802.1x auth_parameter command.