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

Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

This thread has been viewed 13 times
  • 1.  Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 03:55 AM

    I guess I've missed something easy and basic, but I've configured the system - with MD group and 2 MDs. 

    When looking in GUI I can see Virtual AP profiles, SSID profiles and ap-groups. 

    but in CLI - I've tried all different config nodes, /md and /md/internal and /LocalControllerA -running show wlan virtual-ap all show DEFAULT only. 

    but when running MDCONNECT to /LocalControllerA - running the same command shows all VAPs that are published on that controller - but not the rest 

     

    this goes for other commands like wlan ssid-profile, ap group. 

     

     



  • 2.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    EMPLOYEE
    Posted Jan 18, 2018 04:30 AM

    Hi Jakob,

     

    that is correct. 

     

    If you do not mdconnect to the md, you won't be able to see the configuration that the device is running.

     

    Regarding the group - You could see the output of the whole configuration file : show config effective /md/WHATEVER but you won't be able to see a particular show aaa profile xxx command.

     

     

     

     



  • 3.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 04:35 AM

    OK 

     

    but I want to edit and configure ssid profile from CLI - on the /MD/Internal-group node so configuration will propagate to all MDs - but is cannot find the SSID-Profile in CLI - but it will find it in GUI 

     

    also - on the side, I've created SSID-Profile on /MD node. but then, unaware I did changed to SSID-Profile directly on MD device. Now - it looks like the propagation is broken - naturally. How to restore this? 



  • 4.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    EMPLOYEE
    Posted Jan 18, 2018 04:50 AM

    You could md/GROUP/yourNode and delete the SSID profile on that node. Remeber to commit.

     

    Afterwards, you can create it on the GROUP and it will be sent to all the MD's in that group.



  • 5.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    EMPLOYEE
    Posted Jan 18, 2018 04:53 AM

    As an example:

     

    I created a group: PRODUCTION, with 2 MD's.

     

    I created a ssid profile on /md/PRODCUTION level called: 

    ssid_test_to_delete

      Obviously it has been sent to both MD's.

     

    If I try to modifiy it, I see that SSID profile on the /md/PRODUCTION level as below:

     

    (mm03) [PRODUCTION] (config) #wlan  ssid-profile 
    default
    ssid_test_to_delete
    <profile-name>          Profile name

    Is that what you were looking for?

     

    "but I want to edit and configure ssid profile from CLI - on the /MD/Internal-group node so configuration will propagate to all MDs - but is cannot find the SSID-Profile in CLI - but it will find it in GUI "



  • 6.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 08:49 AM

    Looks likes there's something fishy with my setup then .... 

     

    from CLI:

     

    (93ARUBAMM01) [Intern] #show wlan ssid-profile

    SSID Profile List
    -----------------
    Name References Profile Status
    ---- ---------- --------------
    default 1

    Total:1

     

    see attached from picture: 

    Capture_aruba.PNG

     

    and CLI directly on controller - it shows the WLAN profiles that is in use with that controller

     

    (93ARUBAMM01) [Intern] #cd lc7220a
    (93ARUBAMM01) [00:1a:1e:00:1e:d0] #mdconnect


    Redirecting to Managed Device Shell
    Last login: Thu Jan 18 14:04:58 2018 from 10.100.99.111
    (LC7220A) [MDC] *#show wlan ssid-profile

    SSID Profile List
    -----------------
    Name References Profile Status
    ---- ---------- --------------
    default 1
    SSID-XXX 1
    SSID-XXXX 2
    SSID-XXXXX 1
    SSID-XXXXXX 1

    Total:5
    (LC7220A) [MDC] *#

     

    Back in the days - with 6.5 i could do a 

    conf t

    wlan ssid-profile SSID-Profile1 <enter>

    configure settings

     

    but in AOS 8.2 i cannot do this on Intern MD node - which is where I've added all my settings - to be able to handle SSID settings for MD Group Intern, DMZ and Secure in one location



  • 7.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing
    Best Answer

    EMPLOYEE
    Posted Jan 18, 2018 08:56 AM

    Do:

     

    cd /md/Intern

     

    conf t

     

    wlan ssid-profile ?

     

    And you will see the profiles in there.



  • 8.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 09:01 AM

    doh !! 

    thanks --- so easy, yet so far away sometimes. 

    Thought that if I cannot see them, I can't edit. 

     

    brilliant - works now



  • 9.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 07:07 AM
    You can use the 'show configuration effective' in the md folder to see the config for that md


    #AirheadsMobile


  • 10.  RE: Aruba AOS 8.2 CLI doesn't reflect what GUI is showing

    Posted Jan 18, 2018 09:02 AM

    thanks 

     

    this is also a good command, unfortunately - I needed it somewhere more granular than that - got the answer, looks like my mind was stuck in 6.5 rather than 8.2