User`s manual

315
DWS-1008 User’s Manual
D-Link Systems, Inc.
Conguring AAA for Network Users
set accounting dot1x ssid mycorp EXAMPLE\* stop-only local
set authentication dot1x ssid mycorp EXAMPLE\* pass-through shorebirds
user tech
Password = 1315021018 (encrypted)
user EXAMPLE/nin
filter-id = acl.101.in
mobility-profile = tulip
user EXAMPLE/tamara
filter-id = acl.101.in
mobility-profile = tulip
...
8. Save the conguration:
DWS-1008 save cong
success: configuration saved.
Enabling RADIUS Pass-Through Authentication
The following example illustrates how to enable RADIUS pass-through authentication for all
802.1X network users:
1. Congure the RADIUS server r1 at IP address 10.1.1.1 with the string sunny for the
key. Type the following command:
DWS-1008# set radius server r1 address 10.1.1.1 key sunny
2. Congure the server group sg1 with member r1. Type the following command:
DWS-1008# set server group sg1 members r1
3. Enable all 802.1X users of SSID mycorp to authenticate via pass-through to server
group sg1. Type the following command:
DWS-1008# set authentication dot1x ssid mycorp * pass-through sg1
4. Save the conguration:
DWS-1008 save cong
success: configuration saved.