xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
31
config 802.1x auth_parameter
force_unauthorized
- Force a specific port to be unconditionally unauthorized.
quiet_period
- It is the initialization value of the quietWhile timer. The default value is 60
seconds and can be any value among 0 to 65535.
tx_period
- It is the initialization value of the txWhen timer. The default value is 30 seconds
and can be any integer value among 1 to 65535.
supp_timeout
- The initialization value of the aWhile timer when timing out the supplicant. Its
default value is 30 seconds and can be any integer value among 1 to 65535.
server_timeout
- The initialization value of the aWhile timer when timing out the
authentication server. Its default value is 30 seconds and can be any integer value among 1
to 65535.
max_req
- The maximum number of times that the authentication PAE state machine will
retransmit an EAP Request packet to the supplicant. Its default value is 2 and can be any
integer number among 1 to 10.
reauth_period
- It’s a nonzero number of seconds, which is used to be the re-authentication
timer. The default value is 3400.
max_users
- Specifies per port maximum number of users.
The range is 1 to 128.The default value is 16.
enable_reauth
- You can enable or disable the re-authentication mechanism for a specific
port.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the parameters that control the operation of the authenticator associated with a port:
DGS-3450:admin# config 802.1x auth_parameter ports 1:1-1:20 direction both
Command: config 802.1x auth_parameter ports 1:1-1:20 direction both
Success.
DGS-3450:admin#
config 802.1x auth_mode
Purpose
Used to configure 802.1X authentication mode.
Syntax
config 802.1x auth_mode [ port_based | mac_based ]
Description
The config 802.1x auth_mode command configures the authentication mode.
Parameters
port_based
- Configure the authentication as port based mode.
mac_based
- Configure the authentication as MAC based mode.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the authentication mode:
DGS-3450:admin# config 802.1x auth_mode port_based
Command: config 802.1x auth_mode port_based
Success.
DGS-3450:admin#