04-13-2011 06:29 AM - edited 07-03-2021 08:04 PM
hello Guys,
i would llike to change the passphrase i configured on my 1141 AP.
any ideas how to do this?
not wireless key but passphrase users type when authenticating to the AP.
i cant find it in my running configuration.
anyway to do this on the CLI or GUI ?
thanks in advance
Solved! Go to Solution.
04-13-2011 04:22 PM
ap1200# configure terminal
ap1200(config)# interface dot11radio 0
ap1200(config-if)# encryption vlan 22 key 1 size 128 12345678901234567890123456
transmit-key
ap1200(config-ssid)# end
If NO vlan is configured
ap1200(config)# interface dot11radio 0 ap1200(config-if)# encryption key 1 size 128 12345678901234567890123456 transmit-keyap1200# configure terminalap1200(config-ssid)# end
For further details on setting the wep key use this documentation:
http://www.cisco.com/en/US/docs/wireless/access_point/12.3_7_JA/configuration/guide/s37wep.html
04-14-2011 03:09 AM
Hi,
here is the thing!! If we use WEP as the encryption then the PASSPHRASE should be just a HEX VALUE. You cannot configure ascii example cisco and all, it should be a HEX value... if you go for WPA then ASCII is possible... here is the configurations for both..
USING WPA
==========
en
conf t
dot11 ssid SV
vlan 105
authentication open
authentication key-management wpa
wpa-psk ascii CISCO
information-element ssidl advertisement
no ids mfp client
end
en
conf t
int dot11 0
encryption vlan 105 mode ciphers tkip
end
USING WEP (ASCII not supported) only HEX ( 0 to F)
========================================
en
conf t
dot11 ssid SV
vlan 105
authentication open
information-element ssidl advertisement
no ids mfp client
end
en
conf t
int dot11 0
encryption vlan 105 mode wep mandatory
encryption vlan 105 key 1 size 128bits
end
Lemme know if this answered ur question and please dont forget to rate the useful posts!!
Regards
Surendra
04-13-2011 06:36 AM
Hi,
here is the way from the CLI..
en
conf t
dot11 ssid
wpa-psk ascii < new passphrase>
end
From the GUI
AP Home >> Security >> SSID manager >> Middle of the scree > key management (WPA2/WPA) >> Provide the key >> Scrol down >> Apply.
lemme know if this answered ur question and dont forget to rate the usefull posts!!
Regards
Surendra
04-13-2011 06:48 AM
Hi Surendra,
when i do what you say i get this message"Key-management WPA is requried for WPA-PSK"
what to do next ?
thanks for the help
04-13-2011 06:53 AM
here is the complete commands..
en
conf t
dot11 ssid
authentication open
authentication key-management wpa version 2
wpa-psk ascii
end
en
conf t
int dot11 0 or int dot11 1
encryption mode ciphers aes
end
Lemme know if this answered ur question and please dont forget to rate the usefull posts!!
Regards
Surendra
04-13-2011 07:50 AM
i receive this message" Key-management WPA is requried for WPA-PSK"again.
wondering what to do?
04-13-2011 10:09 AM
Can you please provide us your AP configuration jsut to make sure that what we need to change is the WPA key and not a WEP key or a loacl user ?
04-13-2011 12:07 PM
Hi Dmantil, it is actually a wep key that i want to change.will post the config. tomorrow when in office. i should maybe delete completely the wep keys and start over again?
thanks for the help guys.
04-13-2011 04:22 PM
ap1200# configure terminal
ap1200(config)# interface dot11radio 0
ap1200(config-if)# encryption vlan 22 key 1 size 128 12345678901234567890123456
transmit-key
ap1200(config-ssid)# end
If NO vlan is configured
ap1200(config)# interface dot11radio 0 ap1200(config-if)# encryption key 1 size 128 12345678901234567890123456 transmit-keyap1200# configure terminalap1200(config-ssid)# end
For further details on setting the wep key use this documentation:
http://www.cisco.com/en/US/docs/wireless/access_point/12.3_7_JA/configuration/guide/s37wep.html
04-14-2011 02:14 AM
04-14-2011 03:09 AM
Hi,
here is the thing!! If we use WEP as the encryption then the PASSPHRASE should be just a HEX VALUE. You cannot configure ascii example cisco and all, it should be a HEX value... if you go for WPA then ASCII is possible... here is the configurations for both..
USING WPA
==========
en
conf t
dot11 ssid SV
vlan 105
authentication open
authentication key-management wpa
wpa-psk ascii CISCO
information-element ssidl advertisement
no ids mfp client
end
en
conf t
int dot11 0
encryption vlan 105 mode ciphers tkip
end
USING WEP (ASCII not supported) only HEX ( 0 to F)
========================================
en
conf t
dot11 ssid SV
vlan 105
authentication open
information-element ssidl advertisement
no ids mfp client
end
en
conf t
int dot11 0
encryption vlan 105 mode wep mandatory
encryption vlan 105 key 1 size 128bits
end
Lemme know if this answered ur question and please dont forget to rate the useful posts!!
Regards
Surendra
04-14-2011 05:27 AM
thanks alot Surendra,
it works that way.
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