Wireless Access

 View Only
last person joined: yesterday 

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

ANY SNMP Experts

This thread has been viewed 7 times
  • 1.  ANY SNMP Experts

    Posted Mar 07, 2024 12:35 PM

    Hi I am trying to write a PHP app , using SNMPWALK to get data vital data from our Aruba Core Controllers.

    I seem to have run into a problem and need help

    The purpose of my app is to publish all the ESSID's associated with each AP, by its Name.

    So here is the data, very simple

    OID=.1.3.6.1.4.1.14823.2.2.1.5.2.1.4.1.3.176.31.140.195.74.28, Type=OctetString, Value=Private.Outpatients.HH.1.P.G
     
    OID=.1.3.6.1.4.1.14823.2.2.1.5.2.1.4.1.2.176.31.140.195.74.28, Type=IpAddress, Value=192.168.171.23
     

    What each of the strings above have in common is 

    140.195.74.28

    Now comes the problem

    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.0, Type=OctetString, Value= CLINICAL-DEVICES
    4
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.1, Type=OctetString, Value=NHS WIFI
    5
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.2, Type=OctetString, Value=gov
    6
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.3, Type=OctetString, Value=USER WiFi
    7
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.4, Type=OctetString, Value=DRAG
    8
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.5, Type=OctetString, Value=EDROMMAA
    9
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.6, Type=OctetString, Value=ABCCE
    10
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.7, Type=OctetString, Value=Voice
    11
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.8, Type=OctetString, Value=MedicalWiFi
    12
    OID=.1.3.6.1.4.1.14823.2.2.1.1.3.3.1.2.24.100.114.47.202.9, Type=OctetString, Value=POWLS

    Any ideas how I can fix this, or is there another way using SNMPWALK?



  • 2.  RE: ANY SNMP Experts

    EMPLOYEE
    Posted Mar 11, 2024 07:23 AM

    Not so many people do their own SNMP development, most use off-the-shelf products that have already done the 'heavy lifting'. This seems valid for most types of products, not just Aruba products. Getting an answer here may be hard.

    What may help is if you import/use the SNMP Mibs, so you can see names instead of just numbers for the attributes.

    To add to that, using API access seems to be the more modern way to get information rather than using SNMP.



    ------------------------------
    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.
    ------------------------------