Managing 802.1X on the WSS 651
Nortel WLAN—Security Switch 2300 Series Configuration Guide

Setting 802.1X port control

The following command specifies the way a wired authentication port or group of ports handles user 802.1X
authentication attempts:
set dot1x port-control {forceauth | forceunauth | auto} port-list
The default setting is auto, which allows the WSS to process 802.1X authentication normally according to the
authentication configuration. Alternatively, you can set a wired authentication port or ports to either uncondi-
tionally authenticate or unconditionally reject all users.
For example, the following command forces port 19 to unconditionally authenticate all 802.1X authentication
attempts with an EAP success message:
WSS# set dot1x port-control forceauth 19
success: authcontrol for 19 is set to FORCE-AUTH.
Similarly, the following command forces port 12 to unconditionally reject any 802.1X attempts with an EAP
failure message:
WSS# set dot1x port-control forceunauth 12
success: authcontrol for 12 is set to FORCE-UNAUTH.
The set dot1x port-control command is overridden by the set dot1x authcontrol command. The clear dot1x
port-control command returns port control to the default auto value.
Type the following command to reset port control for all wired authentication ports:
WSS# clear dot1x port-control
success: change accepted.

Managing 802.1X encryption keys

By default, the WSS sends encryption key information to a wireless supplicant (client) in an Extensible
Authentication Protocol over LAN (EAPoL) packet after authentication is successful. You can disable this
feature or change the time interval for key transmission.
The secret Wired-Equivalent Privacy protocol (WEP) keys used by WSS Software on APs for broadcast
communication on a VLAN are automatically rotated (rekeyed) every 30 minutes to maintain secure packet
transmission. You can disable WEP key rotation for debugging purposes, or change the rotation interval.