Wireless Access

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

8.3 config "aaa profile is in use"

This thread has been viewed 8 times
  • 1.  8.3 config "aaa profile is in use"

    Posted Jan 30, 2019 07:01 PM

    Removing configurations is MM is difficult. I get a lot of "aaa profile is in use" and similar. Is there a methodical way to find and remove all configurations details that are inserted by 8.3 OS to delete a wlan? And in what order? Which level of heirarchy?

    Auth > Auth Servers

    Auth > Auth Servers > Options

    System > Admin > Admin Auth Servers

    System > Profiles > WLAN > SSID Profile

    WLANs

    Auth > L2 Auth > WLAN > 802.1x

    System Profiles > WLAN > 803.1x Auth Profile

    System > Profiles > WLAN > AAA Profile

    System Profiles > WLAN > Virtual AP profile

    AP Groups

    System Profiles

     



  • 2.  RE: 8.3 config "aaa profile is in use"

    EMPLOYEE
    Posted Jan 30, 2019 07:13 PM

    It might be annoying, but SSH into the MD and type:

     

    show references aaa profile <name of aaa profile>


  • 3.  RE: 8.3 config "aaa profile is in use"

    Posted Jan 30, 2019 07:25 PM
    I'm looking at a top level node under Managed Network
    (ArubaMMC) [CSU] (config) #aaa profile ?
    default
    default-dot1x
    default-dot1x-psk
    default-iap-aaa-profile
    default-mac-auth
    default-open
    default-tunneled-user
    default-xml-api
    eduroam

    (ArubaMMC) [CSU] (config) #no aaa profile eduroam
    AAA Profile "eduroam" is in use.

    (ArubaMMC) [CSU] (config) #show references aaa profile eduroam
    The commands for applications run on MM need to be executed on /mm tree.
    The commands for applications run on individual devices need to be executed on the device node in 'mdconnect' mode.

    So it's used in /md/CSU but where?

    Thanks


    Jim Farnell
    Academic Computing & Network Services
    1018 Campus Delivery
    Colorado State University
    970-491-8230
    Jim.farnell@colostate.edu


  • 4.  RE: 8.3 config "aaa profile is in use"

    EMPLOYEE
    Posted Jan 30, 2019 07:43 PM

    You should SSH into any MD (not the MM) and run that command..



  • 5.  RE: 8.3 config "aaa profile is in use"
    Best Answer

    Posted Feb 01, 2019 06:33 PM

    I was able to delete the aaa profile today from the GUI under system > profiles >  wireless lan > aaa > eduroam. Kept getting the 'profile in use' before. Okay now. Thanks.