Wireless Access

last person joined: 13 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

how to set passkey in ssid

This thread has been viewed 3 times
  • 1.  how to set passkey in ssid

    Posted Oct 04, 2018 01:35 AM
      |   view attached

     Hi,

     

    How can i set password/passkey in ssid ,but its AAA profile i s not created (as we dont need AAA profile).

    When i tried to set passkey i am getting below error.

     

     

     

       
    Error processing command 'wlan ssid-profile "CCR-ssid_prof" opmode wpa2-psk-aes':Error: dot1x profile needs to be enabled in aaa profile "CCR-aaa_prof" to support opmode "wpa2-psk-aes" configured in ssid profile "CCR-ssid_prof"


  • 2.  RE: how to set passkey in ssid
    Best Answer

    Posted Oct 04, 2018 04:17 AM

    Choose the default-dot1x-psk as your AAA-profile and see if that helps.



  • 3.  RE: how to set passkey in ssid
    Best Answer

    Posted Oct 04, 2018 06:37 AM

    Hi,

     

     

    Please  tell me where i will get this default-1x-psk of option .@dojjan



  • 4.  RE: how to set passkey in ssid

    Posted Sep 15, 2020 04:31 AM

    sorry has anyone been succesful in that? I can't find the suggested option default-dot1x-psk.

    I need a guide that explains how to set up a password in an existing ssid using aruba mobility controller.



  • 5.  RE: how to set passkey in ssid

    MVP EXPERT
    Posted Sep 15, 2020 04:48 AM

    Here's the config if the defaults have been modified 

    aaa authentication dot1x "default-psk"
    !
    aaa profile "default-dot1x-psk"
        authentication-dot1x "default-psk"
    !
    
    Then set your PSK....
    
    wlan ssid-profile "Green"
        essid "Green"
        wpa-passphrase [PSK Passphrase]
        opmode wpa2-psk-aes
    !
    
    And add them to the VAP
    
    wlan virtual-ap "green"
        aaa-profile "default-dot1x-psk"
        vlan 10
        ssid-profile "Green"
    !

     

    Further info on how to configure...

     

    https://www.arubanetworks.com/techdocs/ArubaOS_85_Web_Help/Content/arubaos-solutions/virtual-ap/conf-wlan.htm



  • 6.  RE: how to set passkey in ssid

    Posted Sep 16, 2020 06:54 AM

    So it is:

    Configuration> Wireless> AP Configuration>  Click on AP-Group.  Expand Wireless LAN.  Click on Virtual AP.  

    and then, the ssid

    aaa authentication dot1x "default-psk"
    !
    aaa profile "default-dot1x-psk"
        authentication-dot1x "default-psk"
    !
    
    Then set your PSK....
    
    wlan ssid-profile "Green"
        essid "Green"
        wpa-passphrase [PSK Passphrase]
        opmode wpa2-psk-aes
    !
    
    And add them to the VAP
    
    wlan virtual-ap "green"
        aaa-profile "default-dot1x-psk"
        vlan 10
        ssid-profile "Green"
    !

    because i get: 

    Error processing command 'wlan ssid-profile "WI-FI-CONFERENCE-ssid_prof" opmode wpa2-psk-aes':Error: dot1x profile needs to be enabled in aaa profile "default-dot1x-psk" to support opmode "wpa2-psk-aes" configured in ssid profile "WI-FI-CONFERENCE-ssid_prof"