Start a Conversation

Unsolved

This post is more than 5 years old

66945

December 22nd, 2011 03:00

Monitor powerconnect 6224 with snmp - load, memory and traffic

Hello,

   I want to monitor a Dell PowerConnect 6224 with snmp,

¿What oid I need for get the load, memory and traffic?

Thanks

1 Message

December 22nd, 2011 18:00

i use mrtg, its super old. I just set the snmp community string to something ,

and then i run mrtg on it , it queries the interfaces, (make sure you put the description line in each interface so you can tell which server is which graph) and then run the make index script and you get an index.html, you then put it in /var/www/html or wherever your documentroot line is pointing to in httpd.conf and go check your server in browser, and you have a nice graph for every port updated every 5 minutes, and the database never grows to big as its a round robin type db. I'm assuming alot here, of course that you use linux, have perl and apache installed , etc. but its actually pretty simple. You can get a package called cacti that does the same thing but has more features if the graphs mrtg makes don't satisfy your requirements. If you're interested I can help you with configuration snippets

cheers!

/sh

98 Posts

January 3rd, 2012 08:00

The sensor and load oids for the 62xx are below.  These should work on 3.0.x.x firmware or later, but some may not work on 2.x firmware.

Temperature OID

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.2

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.3

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.4

CPU OIDs

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.3.1.2

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.3.1.3

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.4.0   (rollup of all CPU activity)

Memory OIDs

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.1

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.2

P.S. OIDs

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.7.1.2

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.7.1.3

Fan OIDs

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.6.1.2

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.6.1.3

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.6.1.4

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.6.1.5

various traffic types can be monitored across several mibs.  I would start by using a browser to search the IF-MIB (interface mib) for those OIDs.   

No Events found!

Top