cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6108
Views
0
Helpful
10
Replies

WiFi interface Dot11Radio0 fail to take encryption on 877W

hardinfw
Level 1
Level 1

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)#

###

10 Replies 10

Leo Laohoo
Hall of Fame
Hall of Fame

Did you create the SSID yet?

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)#


dot11 ssid BLAH

authentication open

authentication key-management wpa version 2

wpa-psk ascii 0 YIPEE

interface Dot11Radio0

encryption mode ciphers aes-ccm

Site0030(config-ssid)#   authentication key-management wpa ?   
  optional  allow legacy clients
 

Site0030(config-ssid)#

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

-Scott
*** Please rate helpful posts ***

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.

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"

-Scott
*** Please rate helpful posts ***

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"

-Scott
*** Please rate helpful posts ***

You may need to upgrade the IOS on the router.

Abhishek Abhishek
Cisco Employee
Cisco Employee

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.

Review Cisco Networking for a $25 gift card