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

Problems by restoring config file

This thread has been viewed 2 times
  • 1.  Problems by restoring config file

    Posted Jun 13, 2016 10:24 AM

    Hi community,

    we have a problem by restoring the config file.

    We restored it, but we get an altert that the guest role does not exist:

    Capture.PNG

    We installed the firewall license and all other profiles works fine.

    When I take a look to the config file the user-role configuration for this profile is not loaded by the controller:

    old Controller:

    1.PNG

    new controller(no user-role for xx-Guest-guest-logon):

    2.PNG

    I cannot add the profile via cli:3.PNG

    Have anyone an idea to fix this problem?

     

    Thanks.

     

    Regards

     

    Leon

     



  • 2.  RE: Problems by restoring config file

    Posted Jun 13, 2016 11:02 AM

    Hi,

     

    Add the guest-logon role via the CLI but do not add the first 2 access lists (global & apprf), they will be added automatically.

     

    Cheers

    James



  • 3.  RE: Problems by restoring config file

    Posted Jun 13, 2016 11:06 AM

    Can you write me what I have to do step by step?



  • 4.  RE: Problems by restoring config file

    Posted Jun 13, 2016 11:29 AM

    This will probably do the trick:

     

    user-role xxx-guest-guest-logon
    captive-portal xxx-Guest-cp_prof (change this to the exact spelling of your captive portal profile)

    access-list session logon-control
    access-list session captiveportal
    aaa profile xxx-guest-aaa_prof (change this to the exact spelling of your aaa profile)
    initial-role xxx-guest-guest-logon
    end

     

    Make sure your captive portal & aaa profile is there and you've got the spelling and capitalisation right when adding it.

     

    Cheers

    James



  • 5.  RE: Problems by restoring config file
    Best Answer

    EMPLOYEE
    Posted Jun 13, 2016 11:59 AM

    You need to reboot after you install the PEF license. After you reboot, copy the config file to the controller and set that at the startup config, and then reboot



  • 6.  RE: Problems by restoring config file

    Posted Jun 13, 2016 12:50 PM

    Hi Cjoseph,

     

    ok, I uploaded the config and then installed the PEF license. :-)

    I test it yesterday to put on license first an than the config.

     

    Thanks