10-20-2012 10:26 AM - edited 03-07-2019 09:35 AM
Hi all,
Trying to configure 1811w for wi fi .
Need to use authentication shared keys but current IOS seems does not support ir
Router(config)#int dot11Radio 0
Router(config-if)#ssid manvee1
Router(config-if-ssid)#a?
% Unrecognized command
Router(config-if-ssid)#
(C181X-ADVIPSERVICESK9-M), Version 12.4(24)T8.
Need to know which IOS will support wi fi and authentication command under dot11 radio 0?
Thanks
MAhesh
Solved! Go to Solution.
10-20-2012 10:59 AM
The corresponding config for the interface is missing. It could look like that:
interface Dot11Radio0
ip address ...
!
encryption mode ciphers aes-ccm
!
ssid manveer1
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
10-20-2012 10:29 AM
you router supports that, but you are looking at the wrong place:
dot11 ssid YourSSID
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 0 YourReallySecretSecret
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
10-20-2012 10:51 AM
Hi karsten,
Thanks for reply.
when i try to configure i this error now
Router(config)#dot11 ssid manveer1
Router(config-ssid)#auth
Router(config-ssid)#authentication ?
client LEAP client information
key-management key management
network-eap leap method
open open method
shared shared method
Router(config-ssid)#authentication open
Router(config-ssid)#authentication open
Router(config-ssid)#auth
Router(config-ssid)#authentication key
Router(config-ssid)#authentication key-management ?
wpa allow WPA clients
Router(config-ssid)#authentication key-management wpa
Dot11Radio0 Error: Encryption mode cipher is not configured
Router(config-ssid)#
how can i fix this please?
mahesh
10-20-2012 10:59 AM
The corresponding config for the interface is missing. It could look like that:
interface Dot11Radio0
ip address ...
!
encryption mode ciphers aes-ccm
!
ssid manveer1
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
10-20-2012 11:04 AM
Hi Karsten,
Many thanks it worked now
Regards
MAhesh
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