Configuring AP350 for WPA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 12:20 PM - edited 07-04-2021 10:16 AM
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?
- Labels:
-
Wireless Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 03:54 PM
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.
