Unsolved

This post is more than 5 years old

10140

July 4th, 2008 06:00

Dell PowerConnect 6024F SNMP 64-bit Counters

Hello. It was recently purchased by us switch Dell PowerConnect 6024F. It has Firmware Version 2.0.0.15. In this Firmware SNMP 64-bit Counters on interfaces are absent. We have a necessity to make monitoring of traffic on ports, this functional simply needs for us! Is it possible to get Firmware, where this functional will be accessible?
Thanks.
Message Edited by invisible1234 on 07-04-2008 02:59 AM

48 Posts

July 7th, 2008 16:00

Unfortunately, there are no 64 bit counters available for the 6024, and there are no plans that I'm aware of for this functionality to be added to the 6024 series.

13 Posts

July 25th, 2008 02:00

Yeah, that's kind of unfortunate, seeing as how it's trivial to do 64-bit counters in software for gigabit ports, assuming you have working 32-bit counters.

 

The trick is to periodically (every 30 seconds is completely adequate for gigE) check to see if the 32-bit counter has rolled over.  If so, increment another 32-bit counter.  Together, the two counters form your

64-bit counter.  You also need to perform the check when querying the counter, of course, plus a few other housekeeping chores.  But it's trivial to implement.

 

Not providing the functionality is one of those things vendors frequently do while claiming that it is something that the hardware doesn't support, because the hardware isn't their "high end" stuff.  The reality is that 64-bit isn't rough to support, but rather that only certain classes of people are interested in it.

No Events found!

Top