Wireless Access

last person joined: an hour ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Monitoring down Access Points through Controller with SNMP

This thread has been viewed 6 times
  • 1.  Monitoring down Access Points through Controller with SNMP

    Posted Oct 10, 2016 09:15 AM

    Dear Community

     

    According to this article https://community.arubanetworks.com/t5/tkb/articleprintpage/tkb-id/ControllerBasedWLANs/article-id/548 I should be able to get the number of down APs. But when I walk through the MIB there we're no results found. I want to monitor if an AP gets down.

     

    To show the total number of APs that are down:

     

    snmpwalk -v 2c -m ALL -c <snmp community name> <Master controller IP
    addr> .1.3.6.1.4.1.14823.2.2.1.1.3.4.1.6 | grep 'INTEGER: 2' |wc -l

    The CLI equivalent of this command is "show ap global-list location 0.0.0". (In ArubaOS 3.x, it is "show ap database inactive".) This SNMP poll must be run against the Aruba Master Controller.

     

     

    Kind Regards

    Marc



  • 2.  RE: Monitoring down Access Points through Controller with SNMP

    Posted Oct 25, 2016 09:16 AM

    Now I am trying to monitor down APs by reading the REST API XML File which contains all APs in a list. I don't know if the controller also provides this function but in my case I try with AirWave.

     

    Link to XML: https://airwave/ap_list.xml

     

    I created a Javascript which parses the XML and checks for each down AP.

     

    Problem: To get the XML file there's a login required. It's not a basic HTML Login.

     

    Does anybody know if there's a possibility to access the XML without a login? Scheduled task on AirWave?

     



  • 3.  RE: Monitoring down Access Points through Controller with SNMP

    EMPLOYEE
    Posted Oct 25, 2016 09:26 AM

    Unfortunately, there is not a known way around this.  It might be a security issue if that was available.



  • 4.  RE: Monitoring down Access Points through Controller with SNMP

    Posted Oct 26, 2016 04:53 AM

    How would you monitor your Accesspoints?



  • 5.  RE: Monitoring down Access Points through Controller with SNMP

    EMPLOYEE
    Posted Oct 26, 2016 04:59 AM


  • 6.  RE: Monitoring down Access Points through Controller with SNMP

    Posted Oct 27, 2016 02:06 AM

    Allright I knew there are options like this.

     

    We are working with an external monitoring tool (WhatsUp Gold). We're monitoring our customers infrastructure and if a device gets down we get an SMS alert. There are customers without AirWave. Thats why I have to bring the information to our monitoring tool.

     

     



  • 7.  RE: Monitoring down Access Points through Controller with SNMP

    Posted Feb 14, 2017 09:46 AM

    Does anybody know a solution to monitor down APs through controller using snmp?