D-Link dws-1008 Switch User Manual


 
D-Link DWS-1008 CLI Manual 249
set dot1x quiet-period
Sets the number of seconds a switch remains quiet and does not respond to a supplicant after a
failed authentication.
Syntax: set dot1x quiet-period seconds
seconds Specify a value between 0 and 65,535.
Defaults: The default is 60 seconds.
Access: Enabled.
Examples: Type the following command to set the quiet period to 90 seconds:
DWS-1008# set dot1x reauth enable
success: dot1x reauthentication enabled.
See Also:
• set dot1x reauth-max
• set dot1x reauth-period
• show dot1x
set dot1x reauth-max
Sets the number of reauthentication attempts that the switch makes before the supplicant (client)
becomes unauthorized.
Syntax: set dot1x reauth-max number-of-attempts
number-of-attempts Specify a value between 1 and 10.
Defaults: The default number of reauthentication attempts is 2.
Access: Enabled.
Usage: If the number of reauthentications for a wired authentication client is greater than the
maximum number of reauthentications allowed, MSS sends an EAP failure packet to the client
and removes the client from the network. However, MSS does not remove a wireless client from
the network under these circumstances.
Examples: Type the following command to set the number of authentication attempts to 8:
DWS-1008# set dot1x reauth-max 8
success: dot1x max reauth set to 8.