Configuring WDS using a local RADIUS server

From Internetworkpro

Jump to: navigation, search
This page or section provides device configuration instructions
Please note that the information on this page has not been checked for accuracy and is not intended as a replacement to documentation. Please ensure you understand your desired objectives before attempting to apply any examples listed.
See more examples at Category:Configuration

[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.


Back to Sample Configs

Personal tools