Wired Intelligent Edge

 View Only
last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

SNMP Temperature values in 6100-6300 & 8360...

This thread has been viewed 13 times
  • 1.  SNMP Temperature values in 6100-6300 & 8360...

    Posted Mar 12, 2024 03:25 PM

    Any idea how to find all tempereature data values throug SNMP from CX switches?
    Oid .1.3.6.1.2.1.99.1.1.1.4.107001 seems to contain inlet temeperature but how to find other internal sensor values?

    There is couple of values in .1.3.6.1.2.1.99.1.1.1.4 leaf but values seems to be more like fan speed more than temperature values.



    ------------------------------
    Jori Luoto
    AV-IT Specialist
    ------------------------------


  • 2.  RE: SNMP Temperature values in 6100-6300 & 8360...
    Best Answer

    EMPLOYEE
    Posted Mar 12, 2024 05:33 PM

    i tried this on a 6200, see if it works for you.

    $ snmpwalk -v2c -c <community-blah> <ip_addr> 1.3.6.1.2.1.99.1.1.1.6
    iso.3.6.1.2.1.99.1.1.1.6.107001 = STRING: "C"
    iso.3.6.1.2.1.99.1.1.1.6.107301 = STRING: "Watts"
    $

    $ snmpwalk -v2c -c <community-blah> <ip_addr> 1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.3.1.1 = INTEGER: 43000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.3.1.2 = INTEGER: 47000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.3.1.3 = INTEGER: 40125
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.1 = INTEGER: 42875
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.2 = INTEGER: 40000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.3 = INTEGER: 39000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.4 = INTEGER: 40000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.5 = INTEGER: 40000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.6 = INTEGER: 40000
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.7 = INTEGER: 12350
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.8 = INTEGER: 38062
    iso.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7.1.4.1.9 = INTEGER: 40812
    $

    the output is in milli degrees Celsius



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: SNMP Temperature values in 6100-6300 & 8360...

    Posted Mar 13, 2024 02:08 AM

    Great there they are!

    1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.5. Contains names for values

    1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.6. Contains status text and

    1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7. has sensor values



    ------------------------------
    Jori Luoto
    AV-IT Specialist
    ------------------------------