cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2522
Views
0
Helpful
1
Replies

Configuring AP350 for WPA

dopenfield
Level 1
Level 1

Attempting to set up WPA on a test AP350 now running Version 12.3(2)JA.

According to the doco at http://www.cisco.com/en/US/customer/products/hw/wireless/ps4570/products_configuration_example09186a00801c40b6.shtml

This should be possible.

However the GUI does not have the Cipher option on the encryption manager and when I attempt it via the CLI I get the following:

Test-350#config t

Enter configuration commands, one per line. End with CNTL/Z.

Test-350(config)#int dot110

Test-350(config-if)#encryption mode ciphers tkip

Error: Keys are not allowed for TKIP cipher

Test-350(config-if)#encryption ?

key Set one encryption key

mode encryption mode

vlan vlan

Test-350(config-if)#encryption mode ?

ciphers Optional data ciphers

wep Classic 802.11 privacy algorithm

Test-350(config-if)#encryption mode ciphers ?

ckip Cisco Per packet key hashing

ckip-cmic Cisco Per packet key hashing and MIC (MMH)

cmic Cisco MIC (MMH)

tkip WPA Temporal Key encryption

wep128 128 bit key

wep40 40 bit key

<cr>

Test-350(config-if)#encryption mode ciphers tkip

Error: Keys are not allowed for TKIP cipher

Each step says that the command options are available but then this error comes when the entire command is entered.

Live installs will be on AP1200 but 350 is what I have available for testing at the moment. Doco seems to indicate that the same commands are available on both models. Any Suggestion?

1 Reply 1

dixho
Level 6
Level 6

IOS does not allow you to configure TKIP because you configure a static WEP key. Please do a sh run int dot 0 or show run int dot 1 in enable mode. You will find that you will have at least one "encryption key" statement under the dot11 radion interface. Please remove all encryption key statement and try encryption mode ciphers tkip again.

Review Cisco Networking for a $25 gift card