said by krock83:So I was able to connect to Wireless by leaving some of the commands out that encrypt the data.
this works using radius, but the data is not encrypted
dot11 ssid 881W_Test
vlan 1
authentication open
accounting 881W_Test-Accounting_Method
guest-mode
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid 881W_Test
!
antenna gain 0
station-role root
but when I add this command to the ssid
authentication key-management wpa
and this command to the interface dot11radio0
encryption vlan 1 mode ciphers tkip
I lose connection. Why would it be that it is working without encryption but loses connectivity when adding encryption?
I'm guessing you use VLAN 1 for also management. Did you try to dedicate different VLAN (i.e. VLAN 2 or 3) for wireless users separate from the management VLAN?