On Thu, 2005-04-28 at 09:01, Andreas Grosse wrote:

> I am trying to fetch interface usage statistics from Net-SNMP Version 
> 5.2.1 via the 64bit high capacity counters,

> # /usr/bin/snmpwalk -v2c -c public 127.0.0.1 -m ALL 1.3.6.1.2.1.78
> HCNUM-TC::hcnumTC = No Such Object available on this agent at this OID

That particular MIB is just specifying the *syntax* of such
high-capacity counters - it doesn't define any actual management
information.  In fact, it's not even doing that - it's defining
a couple of variant syntaxes, which aren't relevant to the ifHC*
objects.

Try walking the ifXTable instead:

  # /usr/bin/snmpwalk -v2c -c public 127.0.0.1  .1.3.6.1.2.1.31.1.1

Dave



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to