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

Extract RSSI values off of AP's

This thread has been viewed 25 times
  • 1.  Extract RSSI values off of AP's

    Posted Apr 15, 2014 09:13 PM

    Essentially; I would like to grab a set of credentials for AP's that are around and strip that information to obtain RSSI values belonging to each specific AP.

     

    Has anyone written any script that has a similar functionality to what I've described above?


    Thanks!

     

    Jordan



  • 2.  RE: Extract RSSI values off of AP's

    EMPLOYEE
    Posted Apr 15, 2014 09:38 PM
    Hi awjordan. Please do not create multiple threads on the community on the same topic. Feel free to DM me and I can connect you with some internal guys if the community is not able to answer.

    So you want to know how well each AP hears other APs? Sounds doable. Do you have a list of AP names? You dont need to attach it here but you will need them in the future.

    Try these:

    show ap arm neighbors ap-name "APsName"

    show ap arm rf-summary ap-name "APsName"


  • 3.  RE: Extract RSSI values off of AP's

    Posted May 11, 2017 10:37 AM

    Hi,

    what command should I use to extract the MAC address and rssi of the clients, not the BSSID o other APs.



  • 4.  RE: Extract RSSI values off of AP's
    Best Answer

    Posted Apr 16, 2014 05:16 PM

    show ap monitor ap-list ap-name <name of the ap>  & show ap arm state ap-name <name of the ap> will give you exactly the RSSI and SNR values of neighboring AP`s.

     

    Thank you.



  • 5.  RE: Extract RSSI values off of AP's

    EMPLOYEE
    Posted Apr 17, 2014 04:46 PM

    Great Command Sriram!

    show ap monitor ap-list ap-name (Name of AP)

     

    Screen Shot 2014-04-17 at 4.44.53 PM.png

     



  • 6.  RE: Extract RSSI values off of AP's

    Posted Apr 21, 2014 08:34 PM

    Hi guys,

     

    I have been trying to do something similar. I have two questions:

     

    1. Is there a command to show the groups of AP monitors?

     

    2.Does the on_controllers command work with the commands you gave Jordan? Ex:

     

    #on_controllers show ap monitor ap-list ap-name <aPotentialMonitoringAPname; i.e, AP-155:8f:5c:00> email@gmail.com



  • 7.  RE: Extract RSSI values off of AP's

    Posted Apr 21, 2014 10:31 PM

    yes.

     

    show ap active air-monitor should gives the list of all Air-monitors on the controller.

    show ap monitor ap-list ap-name <name of the command should work.

     

    thank you.



  • 8.  RE: Extract RSSI values off of AP's

    Posted Apr 22, 2014 08:54 PM

    Thanks Sriram,

     

    Just a quick follow-up question:

     

    How can I execute a for loop to go with your commands? Is there a specific one that Aruba uses?