cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2051
Views
0
Helpful
1
Replies

Aironet 1130AG support WPA - WPA2 ?

dpinyol01
Level 1
Level 1

Hi,

i'm installed a Cisco AP with WEP encryption, because i don't know how can i configure terminal with WPA or WPA2.  I need to upgrade sofware?

Currently have :


Product/Model Number: AIR-AP1131AG-E-K9
Top Assembly Serial Number: FCZ1516Q0H2
System Software Filename: c1130-k9w7-tar.124-10b.JDA3
System Software Version: 12.4(10b)JDA3

Best regards and many thanks in advance.

1 Reply 1

Yes, it will support WPA2. I did not check with exact software version you have given, but tested with c1130-k9w7-mx.124-21a.JY.

Below is a very basic sample configuration that you can use. Modify SSID name/password accordingly.

If you simply connect this AP to a DHCP enable port (either home DSL modem or DHCP configured switchport) you are good to go.

Erase your configuration from existing AP in order to have a clean config (eg - erase startup and then reload)

conf t
hostname <AP_HOSTNAME>
!
dot11 ssid <SSID_NAME>
authentication open
authentication key-management wpa version 2
guest-mode
wpa-psk ascii <SSID_PASSWORD>
!
interface Dot11Radio0
encryption mode ciphers aes-ccm
ssid <SSID_NAME>
no shutdown
!
interface Dot11Radio1
encryption mode ciphers aes-ccm
ssid <SSID_NAME>
no shutdown
!
interface BVI1
ip address dhcp
!
end
write memory

HTH

Rasika

*** Pls rate all useful responses ***

Review Cisco Networking for a $25 gift card