Wireless Access

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

How can i convert an AP105 as remote-ap from apboot prompt.

This thread has been viewed 2 times
  • 1.  How can i convert an AP105 as remote-ap from apboot prompt.

    Posted Feb 04, 2014 12:02 PM

    Hi, I have an AP105 at a very far location. there is a lot of timeouts when AP is downloading the mips32.ari from the controller.

     

    The AP doesnt seem to appear on the controller.

     

    One of my friend told me long back, about converting a normal campus ap as remote-ap, through a command from apboot prompt. unfortunately i dont remember the command..

     

    could someone share, if you are aware of steps.

     

     



  • 2.  RE: How can i convert an AP105 as remote-ap from apboot prompt.

    EMPLOYEE
    Posted Feb 04, 2014 01:08 PM
    Setenv master x.x.x.x
    Setenv remote_ap 1
    Save
    Boot

    That is for a certificate based rap. It will still need to download it's firmware from the controller if need be.


  • 3.  RE: How can i convert an AP105 as remote-ap from apboot prompt.
    Best Answer

    Posted Feb 04, 2014 01:29 PM

    I will go a bit further and give you this : 

     

    setenv remote_ap 1 (this changes the AP to a Remote)
    setenv master x.x.x.x
    setenv group default (or replace default with the ap-group you want)
    setenv serverip x.x.x.x

    //If you need to set a static IP
    setenv ipaddr x.x.x.x
    setenv netmask x.x.x.x
    setenv gatewayip x.x.x.x
    saveenv
    printenv
    boot



  • 4.  RE: How can i convert an AP105 as remote-ap from apboot prompt.

    EMPLOYEE
    Posted Feb 05, 2014 02:28 AM

    Correct.  Remember you still need to add to the RAP whitelist and have a NAT pool.