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

passphrase AP 1141

abukuru95
Level 3
Level 3

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

2 Accepted Solutions

Accepted Solutions

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-key
ap1200# configure terminal

ap1200(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

View solution in original post

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

Regards
Surendra BG

View solution in original post

10 Replies 10

Surendra BG
Cisco Employee
Cisco Employee

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.

https://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml#pers

lemme know if this answered ur question and dont forget to rate the usefull posts!!

Regards

Surendra

Regards
Surendra BG

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

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

Regards
Surendra BG

i receive this message" Key-management WPA is requried for WPA-PSK"again.

wondering what to do?

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 ?

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.

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-key
ap1200# configure terminal

ap1200(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

here is my config, i would like to set the password for vlan 105 to for example cisco using wep 128.

thanks for the help.

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

Regards
Surendra BG

thanks alot Surendra,

it works that way.

Review Cisco Networking for a $25 gift card