- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Monitoring a ProCurve 2824 via SNMP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2005 09:57 PM
тАО01-17-2005 09:57 PM
I would like to monitor some ProCurve 2824 via SNMP from a linux box. Is there an documentation of the snmp-variables? For example I would like to monitor the fan status and speed and so on.
thx help!
Regards,
Oliver
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 12:59 AM
тАО01-18-2005 12:59 AM
Re: Monitoring a ProCurve 2824 via SNMP
http://www.hp.com/rnd/software/MIBs.htm
You can also walk the MIBs with the walkMIB command as explained in the documentation that comes with the switches. I prefer to walk it with MG-SOFT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 03:34 AM
тАО01-18-2005 03:34 AM
Re: Monitoring a ProCurve 2824 via SNMP
Regards,
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 04:09 AM
тАО01-18-2005 04:09 AM
Re: Monitoring a ProCurve 2824 via SNMP
In net-snmp you can use this command :
snmpwalk -On -c public -v 1 IP-ADDRESS
Then you can browse the switch to see what
snmp information you can get out of the switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 04:27 AM
тАО01-18-2005 04:27 AM
Re: Monitoring a ProCurve 2824 via SNMP
MG-SOFT is available from http://www.mg-soft.com/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 08:03 AM
тАО01-18-2005 08:03 AM
Re: Monitoring a ProCurve 2824 via SNMP
or
As you have Net-SNMP installed you can use the following command on terminal to get information
snmpwalk -v 2c
you can walk without giving any OID or use this OID < .1.3.6.1.4.1.11>.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2005 02:31 AM
тАО01-19-2005 02:31 AM
Re: Monitoring a ProCurve 2824 via SNMP
Regards,
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2005 05:01 AM
тАО01-19-2005 05:01 AM
Re: Monitoring a ProCurve 2824 via SNMP
BTW, I just did a quick walk through my 2848 and did not see any values in the OIDs you are looking for so I suspect that HP may not report those values. Maybe if you are lucky, someone will prove me wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2005 10:40 AM
тАО01-19-2005 10:40 AM
Re: Monitoring a ProCurve 2824 via SNMP
first lets make clear you must Load the correct MIB file to get the OIDs for fan, sensors and temp etc.
try to load the correct MIBs in ur MIB BROWSER and then try to walk ,you might get what you are actually looking for.
http://www.oidview.com/mibs/detail.html
select enterprise HP then you get a lots of MIB files on the link above for different information.depending on your requirement download the Mibs and load it on MIB BROWSER
I am attaching a HPentmib try using it first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2005 03:18 AM
тАО02-07-2005 03:18 AM
Re: Monitoring a ProCurve 2824 via SNMP
thx for your informations.
I load the HP MIBs in my MIB Browser but I can't walk through the OIDs. For example:
There is an OID: .1.3.6.1.4.11.2.3.7.8.3.3 (icfTemperatureSensor)
If I do:
snmpwalk -v 2c -c public 10.0.255.200 .1.3.6.1.4.11.2.3.7.8.3.3
I get: SNMPv2-SMI::private.11.2.3.7.8.3.3 = No Such Object available on this agent at this OID
I think this OID should available on the switch if there is an entry in the MIB Browser?
thx for help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2005 05:06 AM
тАО02-07-2005 05:06 AM
Re: Monitoring a ProCurve 2824 via SNMP
software
if u use the snmpwalk CLI u must have the mibs in ur NET-SNMP folder where it looks for MIBs source file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2005 06:23 AM
тАО02-07-2005 06:23 AM
Re: Monitoring a ProCurve 2824 via SNMP
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.11
No such variable: 1.3.6.1.4.11.
HP ProCurve Switch 2848#
When you walk the MIB in that way, since it is at the switch, there is no need for any MIBs to be loaded or compiled.
I have to assume that you typod on that OID. Even compensating for it and entering the correct OID and working backwards, returns no values.
HP ProCurve Switch 2848# walkmib
Incomplete input: walkmib
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.1.11.2.3.7.8.3.2
No such variable: 1.3.6.1.4.1.11.2.3.7.8.3.2.
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.1.11.2.3.7.8.3
No such variable: 1.3.6.1.4.1.11.2.3.7.8.3.
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.1.11.2.3.7.8
No such variable: 1.3.6.1.4.1.11.2.3.7.8.
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.1.11.2.3.7
No such variable: 1.3.6.1.4.1.11.2.3.7.
HP ProCurve Switch 2848# walkmib 1.3.6.1.4.1.11.2.3
No such variable: 1.3.6.1.4.1.11.2.3.
HP ProCurve Switch 2848#
What I said already "BTW, I just did a quick walk through my 2848 and did not see any values in the OIDs you are looking for so I suspect that HP may not report those values. Maybe if you are lucky, someone will prove me wrong." still stands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2005 01:31 AM
тАО02-10-2005 01:31 AM
Re: Monitoring a ProCurve 2824 via SNMP
I use the MIB browser from iReasoning (www.ireasoning.com) and mbrowse on my linux box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2005 03:48 AM
тАО02-10-2005 03:48 AM
SolutionThe MIBs from HP are general purpose for several models and just because they define certain OIDs, does not mean that every model of HP switch will support every OID.
Sorry