07-29-2013 11:48 PM - edited 07-04-2021 12:32 AM
Hi
I need to activate WiFi on a Cisco 877W with Advanced IP Services 12.4-15 T1 IOS. The moment I try to configure the encryption it gives me an error message :"No more than 0 encrypted VLANs can be configured for Dot11Radio0"... I removed the SSID config as well and reapplied the encryption on WiFi interface and got same results...Please assist. Different encryption options give the same results.
Site0030(config)#interface Dot11Radio0
Site0030(config-if)# no ip address
Site0030(config-if)#
Site0030(config-if)#encryption mode ciphers aes-ccm
No more than 0 encrypted VLANs can be configured for Dot11Radio0
Site0030(config-if)#
###
07-30-2013 01:15 AM
Did you create the SSID yet?
07-30-2013 02:10 AM
I tried the configuration by firstly creating the SSID but that does not work either. It gives another alarm:
Site0030(config-if)#ssid skyship
Dot11Radio0 Error: Encryption mode cipher is not configured
Site0030(config-if)#
07-30-2013 02:45 AM
dot11 ssid BLAH
authentication open
authentication key-management wpa version 2
wpa-psk ascii 0 YIPEE
interface Dot11Radio0
encryption mode ciphers aes-ccm
07-30-2013 02:49 AM
Site0030(config-ssid)# authentication key-management wpa ?
optional allow legacy clients
Site0030(config-ssid)#
07-30-2013 03:47 AM
Try this since your hardware doesn't support WPA v2
dot11 ssid BLAH
authentication open
authentication key-management wpa
wpa-psk ascii 0 YIPEE
interface Dot11Radio0
encryption mode ciphers tkip
Sent from Cisco Technical Support iPhone App
07-30-2013 03:59 AM
It does not want to take any of the four encryption options...
aes-ccm WPA AES CCMP
tkip WPA Temporal Key encryption
wep128 128 bit key
wep40 40 bit key
Thanks for the help so far! I will check for suggestions on this again in 18hours.
07-30-2013 05:49 AM
Make sure you create the vlan and then set the encryption type on the vlan before you configure the ssid:
http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml
Thanks,
Scott
Help out other by using the rating system and marking answered questions as "Answered"
07-30-2013 05:51 AM
Here is another doc:
https://supportforums.cisco.com/docs/DOC-5712
Thanks,
Scott
Help out other by using the rating system and marking answered questions as "Answered"
07-30-2013 02:59 PM
You may need to upgrade the IOS on the router.
07-30-2013 02:29 PM
Hello,
As per your query i can suggest you the following solution-
router# configure terminal
router(config)# interface dot11radio 0
router(config-if)# encryption vlan 22 key 3 size 128 12345678901234567890123456
transmit-key
router(config-ssid)# end
For more information please refer to the link-
http://www.cisco.com/en/US/docs/routers/access/1800/wireless/configuration/guide/s37wep.html
Hope this will help you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide