628 Configuring AAA for network users
NN47250-500 (Version 03.01)

Enabling RADIUS pass-through authentication

The following example illustrates how to enable RADIUS pass-through authentication for all 802.1X network users:
1Configure the RADIUS server r1 at IP address 10.1.1.1 with the string sunny for the key. Type the
following command:
WSS# set radius server r1 address 10.1.1.1 key sunny
2Configure the server group sg1 with member r1. Type the following command:
WSS# set server group sg1 members r1
3Enable all 802.1X users of SSID mycorp to authenticate via pass-through to server group sg1. Type the
following command:
WSS# set authentication dot1x ssid mycorp * pass-through sg1
4Save the configuration:
WSS save config
success: configuration saved.
(For information about setting up RADIUS servers for remote authentication, see “Configuring communication with
RADIUS” on page 633.)