xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
216
config 802.1x auth_parameter
•
auto
−
Allows the port’s status to reflect the outcome of the
authentication process.
•
force_unauth
−
Forces the Authenticator for the port to become
unauthorized. Network access will be blocked.
quiet_period <sec 0-65535>
−
Configures the time interval between
authentication failure and the start of a new authentication attempt.
tx_period <sec 1-65535>
- Configures the time to wait for a response from
a supplicant (user) to send EAP Request/Identity packets.
supp_timeout <sec 1-65535>
- Configures the time to wait for a response
from a supplicant (user) for all EAP packets, except for the Request/Identity
packets.
server_timeout <sec 1-65535>
- Configure the length of time to wait for a
response from a RADIUS server.
max_req <value 1-10>
−
Configures the number of times to retry sending
packets to a supplicant (user).
reauth_period <sec 1-65535>
−
Configures the time interval between
successive re-authentications.
enable_reauth [enable | disable]
−
Determines whether or not the Switch
will re-authenticate. Enabled causes re-authentication of users at the time
interval specified in the Re-authentication Period field, above.
Restrictions
Only administrator-level and operator-level users can issue this command.
Example usage:
To configure 802.1x authentication parameters for ports 1 to 10:
DGS-3627:5#config 802.1x auth_parameter ports 1–10 direction both
Command: config 802.1x auth_parameter ports 1–10 direction both
Success.
DGS-3627:5#
config 802.1x init
Purpose
Used to initialize the 802.1x function on a range of ports.
Syntax
config 802.1x init {port_based ports [<portlist> | all] |
mac_based [ports] [<portlist> | all] {mac_address <macaddr>}]
Description The
config 802.1x init
command is used to immediately initialize the
802.1x functions on a specified range of ports or for specified MAC
addresses operating from a specified range of ports.
Parameters
port_based
– This instructs the Switch to initialize 802.1x functions
based only on the port number. Ports approved for initialization can
then be specified.
mac_based
−
This instructs the Switch to initialize 802.1x functions
based only on the MAC address. MAC addresses approved for
initialization can then be specified.
ports <portlist>
−
Specifies a port or range of ports to be configured.
The beginning and end of the port list range are separated by a
dash. Non-contiguous portlist entries are separated by a comma.
(ex: 1-3,7-9)
all
−
Specifies all of the ports on the Switch.
mac_address <macaddr>
- Enter the MAC address to be initialized.
Restrictions Only
administrator-level
and operator-level users can issue this