On 19 January 2011 08:31, Lopez Pedro <[email protected]> wrote: > I have the following problem, I use the > method "snmp_set_var_typed_value" with a return a value as an ASN_COUNTER64, > I receive the following message: "No such name error" > If I change the return value by ASN_COUNTER everything working well.
Which version of SNMP are you using? Remember that the Counter64 type was only added in SNMPv2. It can *NOT* be used with SNMPv1. The v1 protocol does not support this type. It can only be used with SNMPv2c or SNMPv3. Dave ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
