Hi @ll,
I would like to implement WPA2 in my APs but I'm not sure if I'm doing it right.
What I've done is add the following commands:
dot11 ssid XXXX
vlan 11
authentication open
authentication key-management wpa
wpa-psk ascii 7 XXXXXXXXXXXXXXXXX
interface dot 0
encryption vlan 11 mode ciphers aes-ccm
ssid XXXX
As far as I know, aes is the encryption method for WPA2 (please, correct me if I'm wrong) so, does this mean I already have the AP configured with WPA2 ?? I've read somewhere that there is a command to specify WPA2 (typed below) but I dont seem to have that command:
authentication key-management wpa version 2
The IOS running on my AP is:
Cisco IOS Software, C1200 Software (C1200-K9W7-M), Version 12.3(8)JED1, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Tue 27-Apr-10 12:58 by alnguyen
ROM: Bootstrap program is C1200 boot loader
BOOTLDR: C1200 Boot Loader (C1200-BOOT-M) Version 12.3(2)JA4, RELEASE SOFTWARE (fc1)
ES/MCV-AP-17 uptime is 19 hours, 5 minutes
System returned to ROM by reload
System restarted at 15:38:18 UTC Wed Oct 6 2010
System image file is "flash:/c1200-k9w7-mx.123-8.JED1/c1200-k9w7-mx.123-8.JED1"
Thanks a lot in advance for your help!
Best Regards