Configuring WDS using a local RADIUS server
From Internetworkpro
[edit] Overview
This is a sample configuration template for configuring WDS with WLSE and Infrastructure AP's using a local RADIUS server, with three WDS access points.
[edit] Example Config:
aaa group server radius rad_eap server <radius-ip> auth-port 1812 acct-port 1813 exit aaa new-model aaa authentication login eap_methods group rad_eap radius-server host <radius-ip> auth-port 1812 acct-port 1813 key <key> end radius-server local nas <wds1-ip> key <key> user wds1 password <password-1> nas <wds2-ip> key <key> user wds2 password <password-2> nas <wds3-ip> key <key> user wds3 password <password-3> user wlse password <password-wlse> wlccp wds priority 254 interface BVI1 wlccp authentication-server infrastructure method_Infrastructure aaa group server radius Infrastructure server <radius-ip> auth-port 1812 acct-port 1813 exit aaa authentication login method_Infrastructure group Infrastructure wlccp ap username wds1 password <password-1> wlccp wnm ip address <wlse-ip> end write memory
For more information, please see this Cisco.com configuration example.

