On Tue, 2006-02-21 at 18:22 -0500, Dominique bastien wrote: > I try to implement the HC counters in the RMON code. > But I'm not able to receive my 64 bits counter with my > MIB browser. I need help, it seem that my return code > is not correct.
At a very brief scan of your code, it looks correct. It may be an obvious question, but what version of SNMP is your MIB browser using? Remember that SNMPv1 does not support Counter64 values. You must be using SNMPv2c or SNMPv3. What happens if you walk the etherStatsHighCapacityTable using "snmpwalk"? Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
