Wireless Access

 View Only
  • 1.  Identify access points

    Posted Feb 13, 2024 11:02 AM

    Hello, 

    We have a few Aruba IAP-305 access points that are already installed and running. I would like to name the APs in the Virtual Controller web portal according to their location, but I need to identify each AP (they are a bit hard to reach, otherwise I would have looked at the bottom for their serial numbers).
    Is there a function that I can use to identify the APs? Maybe I can make one of the LEDs flash briefly?
    I am grateful for any answers.



  • 2.  RE: Identify access points
    Best Answer

    Posted Feb 13, 2024 11:04 AM

    Hi Maybe try disabling the LED


    You can enable or disable LED Display for an IAP using the Instant UI or CLI.

    In the Instant UI

    To enable or disable LED display for all IAPs in a cluster, perform the following steps:

    1.Navigate to System > General > Show advanced options.
    2.From the LED Display drop-down list, select Enabled to enable LED display or Disabled to turn off the LED display.
    3.Click OK.

    In the CLI

    To enable LED display:

    (Instant AP)(config)# led-off

    (Instant AP)(config)# end

    (Instant AP)# commit apply

    To disable LED display:

    (Instant AP)(config)# no led-off

    (Instant AP)(config)# end

    (Instant AP)# commit apply






  • 3.  RE: Identify access points

    Posted Feb 13, 2024 12:01 PM

    You can use the CLI ap-leds blink to let the LEDS flash, and ap-leds normal to return to normal.

    Think you can use Aruba Utilities on Android as well to login over SSH and do the same, which is more easy when you walk around.



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 4.  RE: Identify access points

    Posted Feb 15, 2024 03:13 PM

    I think blinking the LEDs may be the best overall option, but if you happen to have any Wi-Fi survey tools, you can also enable "advertise ap-name" on your SSID profile which would help you identify them while doing the survey. We leverage this to help make sure our AP maps are accurate. 



    ------------------------------
    Michael Haring
    ------------------------------



  • 5.  RE: Identify access points

    Posted Feb 19, 2024 03:04 AM

    Thank you all for your answers! I'm going with the CLI solution.