Wireless Access

 View Only
  • 1.  DELETE WLAN Profile

    Posted Nov 10, 2020 02:58 AM
    Hello Team,

    Need help to understand how to delete WLAN profile on CLI mode.

    ------------------------------
    Prakash Singh
    ------------------------------


  • 2.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 05:39 AM
    If you created a WLAN using the GUI Wizard, it is easiest to delete it through the Wizard in the GUI.

    If you want to make it inoperable, you would just remove the virtual AP from the AP group.  If you want to remove all of the remnants, you would have to at minimum:
    - Remove the Virtual AP from the AP-Group
    - Delete the SSID profile
    - Delete the AAA profile

    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
    ------------------------------



  • 3.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 09:43 AM
    Can you also share the steps along with CII to follow in order to delete the WLAN

    ------------------------------
    Prakash Singh
    ------------------------------



  • 4.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 10:05 AM
    Delete Virtual AP from group:
    ap-group <ap group>
    no virtual-ap <virtual-ap profile>

    Delete Virtual AP Profile:
    no wlan virtual-ap <virtual-ap profile>

    I would check to see if another virtual ap is using the same aaa profile before removing that as well. if no other is using it, then use the following:
    no aaa profile <profile>

    ------------------------------
    Dustin Burns
    ------------------------------



  • 5.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 11:03 AM
    Thank you

    Does these commands works on MM Version 8.6.0.2 ?

    ------------------------------
    Prakash Singh
    ------------------------------



  • 6.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 11:35 AM
    Yes. Run the commands at the level that the WLAN, AP-Group, and AAA profile are defined. If you need to find where, use the 'show config effective detail' command.




    ------------------------------
    Dustin Burns
    ------------------------------



  • 7.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 12:00 PM
    Hello Dustin,

    Thank you for help but when i run 'show config effective detail'  on multi customer environment it is hard to find the level for my customer.

    Can you share any filter cmd which i can use to get the specific details related to my customer.

    I know my customer virtual ap profile name and AAA profile name and WLAN details


    ------------------------------
    Prakash Singh
    ------------------------------



  • 8.  RE: DELETE WLAN Profile

    Posted Nov 10, 2020 12:30 PM
    How do you have your configuration hierarchy set up? Something like below?

    Managed Network > Customer 1 > Controller/Controllers
    Managed Network > Customer 2 > Controller/Controllers
    Managed Network > Customer 3 > Controller/Controllers


    ------------------------------
    Dustin Burns
    ------------------------------