Wireless Access

last person joined: 19 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

APIN 0205: Set WPA Passphrase for single SSID using CLI

This thread has been viewed 5 times
  • 1.  APIN 0205: Set WPA Passphrase for single SSID using CLI

    Posted Nov 16, 2016 06:40 AM

    Can anyone please tell me, how to set the wpa passphrase for a single SSID using the CLI (SSH)?

     

    What I did:

     

    myap# configure
    myap (config) # wlan ssid-profile MyProfile
    myap (SSID Profile "MyProfile") # enable
    myap (SSID Profile "MyProfile") # wpa-passphrase myverystrongpassphrase
    myap (SSID Profile "MyProfile") # exit
    myap (config) # exit
    myap# save memory
    myap# exit
    
    
    

    What I got:

     

    myap# show run no-encrypt
    [ ... ]
    wlan ssid-profile MyProfile
     enable
     index 0
     type employee
     essid MyProfile
     wpa-passphrase ThisIsTheOldPassphrase
     opmode wpa2-psk-aes
     max-authentication-failures 0
     vlan 40
     auth-server InternalServer
     rf-band all
     captive-portal disable
     dtim-period 1
     inactivity-timeout 1000
     broadcast-filter arp
     dmo-channel-utilization-threshold 90
     local-probe-req-thresh 0
     max-clients-threshold 64
     dot11r
     dot11k
     dot11v
    [ ... ]

    So nothing changed at all. :-(

     

    Still the old Passphrase.

     

    Anyone here who can help me with this?

     

     

    Brest regards,

    Alex



  • 2.  RE: APIN 0205: Set WPA Passphrase for single SSID using CLI

    EMPLOYEE
    Posted Nov 16, 2016 06:58 AM
    You need to use "commit apply" instead of save mem


  • 3.  RE: APIN 0205: Set WPA Passphrase for single SSID using CLI

    Posted Nov 16, 2016 07:12 AM

    Thx a lot for this very fast and helpful answer!

     

    You made my day.

     

     



  • 4.  RE: APIN 0205: Set WPA Passphrase for single SSID using CLI
    Best Answer

    EMPLOYEE
    Posted Nov 16, 2016 06:58 AM
    You need to use "commit apply" instead of save mem