> i am trying to use authentication and enryption using snmp v3. > a snmpget works well.... > but when i use the code below i get:
> Encryption support not enabled. > Why it says it doesn't support encryption, if it works above? > the agent was compiled with openssl I don't think the problem is with the agent - it looks more like a problem on the client side. That's slightly odd if "snmpget" and friends work properly, but it is still where I'd start looking. I'm wondering whether your program might be picking up a different SNMP library? Did you compile "snmpget" yourself, or is this from a binary distribution? How did you compile your application? What libraries did you link it with? (If you were working with Linux or similar, I'd suggest you run 'ldd' on the two programs. I'm not sure how you'd check this under Windows.) Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ 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
