Wireless Access

last person joined: yesterday 

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

SSID Configuration

This thread has been viewed 1 times
  • 1.  SSID Configuration

    Posted Aug 21, 2015 03:11 AM

    Hi guys

    Which command display all configurations on created SSID ?

     

    Thanks/Regards



  • 2.  RE: SSID Configuration

    Posted Aug 21, 2015 05:12 AM

    Hi,

     

    "show run"

     

    Then search for the SSID-Profile you want to check.

    There you will find all configurations and changes made in the profile.

     

    Regards,

    Thomas



  • 3.  RE: SSID Configuration

    Posted Aug 21, 2015 06:12 AM

    show wlan ssid-profile <name-of-profile>

     

     



  • 4.  RE: SSID Configuration
    Best Answer

    MVP
    Posted Aug 22, 2015 05:22 PM

    Though both answers above are correct it realy depends on your understanding and wording.

     

    If you want to see all the configuration applied to the 'ssid profile' then Clembo is correct. If you however want to see all the configuration regarding the SSID you have in the air (including authentication, encryption, ...) you will want to look into the 'virtual-ap profile':

    #show wlan virtual-ap 
    #show wlan virtual-ap <profile>

    You'll see there's a ton of profiles and setting that make up that virtual-ap profile, which all make up the configuration of an SSID as you connect to it.

     

    The most important are the aaa profile and the ssid-profile:

    #show wlan ssid-profile
    #show wlan ssid-profile <profile>
    #show aaa profile 
    #show aaa profile <profile>

    It doesn't end there however since these profiles can include other profiles themselves.