Thursday, December 10, 2009

Configuring WDS with RADIUS server

It has been *forever* since I've had to configure WDS - and as expected - it took me some time to get it configured properly, even with the Wireless Domain Services Configuration document from Cisco.

I tried to configure both APs to be WDS infrastructure aps and thought I had to change the encryption types on the  SSIDs because of this document here: Configuring WDS, Fast Secure Roaming, and Radio Management


I followed the configuration guide and used the GUI to intially configure WDS, then referred back to the CLI to observe which commands were entered as a result.


Added configuration information for WDS infrastructure authentication of APs:


aaa group server radius wlccp_server
 server 192.168.1.2 auth-port 1812 acct-port 1813
!
aaa group server radius wlccp_client
 server 192.168.1.2 auth-port 1812 acct-port 1813
!
aaa authentication login method_wlccp_server group wlccp_server
aaa authentication login method_wlccp_client group wlccp_client
!
wlccp ap username wlccpuser password 0 wlccppassword

wlccp authentication-server infrastructure method_wlccp_server
wlccp authentication-server client any method_wlccp_client
  ssid WPA
wlccp wds priority 200 interface BVI1

 

No comments:

Post a Comment