331
DWS-1008 User’s Manual
D-Link Systems, Inc.
Managing 802.1X
Use the following command to disable WEP rekeying for broadcast and multicast keys:
DWS-1008#
set dot1x wep-rekey disable
success: wep rekeying disabled
Note:
Reauthentication is
not
required for using this command. Broadcast and multicast keys
are always rotated at the same time, so all members of a given radio and VLAN receive the
new keys at the same time.
To reenable WEP rekeying, type the following command:
DWS-1008#
set dot1x wep-rekey enable
success: wep rekeying enabled
Configuring the Interval for WEP Rekeying
The following command sets the interval for rotating the WEP broadcast and multicast keys:
set dot1x wep-rekey-period
seconds
The default is 1800 seconds (30 minutes). You can set the interval from 30 to 1,641,600 seconds
(19 days). For example, type the following command to set the WEP-rekey period to
900 seconds:
DWS-1008#
set dot1x wep-rekey-period 900
success: dot1x wep-rekey-period set to 900
Setting EAP Retransmission Attempts
The following command sets the maximum number of times the switch retransmits an 802.1X-
encapsulated EAP request to the supplicant (client) before it times out the authentication
session:
set dot1x max-req
number-of-retransmissions
The default number of retransmissions is 2. You can specify from 0 to 10 retransmit attempts.
For example, type the following command to set the maximum number of retransmission
attempts to 3:
DWS-1008#
set dot1x max-req 3
success: dot1x max request set to 3.
To reset the number of retransmission attempts to the default setting, type the following
command:
DWS-1008#
clear dot1x max-req
success: change accepted.