On 03/11/06, Arnaud BODENAN <[EMAIL PROTECTED]> wrote: > I'm using net-snmp 5.3.1, and I want to use the type Counter64 (which is > SNMP v2 feature) > > When I execute a "snmpwalk/snmpbulkwalk -v 2c" , I have the following error > : > Wrong Type (should be Gauge32 or Unsigned32): Counter64: 0
> ....I think that if I specify the version number 2c, I > would have support of types like Counter64, Unsigned32... If you send a request using SNMPv2c (or SNMPv3), then this means that Counter64-syntax objects are available - yes. With SNMPv1, they'd simply be omitted. But the type of a particular MIB object is fixed - if it's defined in the MIB file as Unsigned32, then it will *always* be a 32-bit value, regardless of the version of SNMP that you're using. If it's defined in the MIB file as Counter64, then it will *always* be a 64-bit value (and SNMPv1 requests will need to skip it). What is the code that implements/registers this particular object, and what is the definition in the MIB file? Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
