Net snmp documentation is pretty bad. Don't expect an answer. Better off
writing separate apps to handle the snmp work and split them up as well if you
really need multiple threads.
Sent from pPad
On Apr 4, 2014, at 12:16 PM, Jan Safranek wrote:
> Net-SNMP FAQ says that "... SNMPv3 support w
Hello all,
I'm been trying for days to extend an OID with embedded perl scripts with no
results. I have followed all the instruccions I have found and really I don't
understand why it is not working properly, so when I ask for an OID with
snmpget or snmpwalk I allways obtain this:
root@ubuntu:/
Net-SNMP FAQ says that "... SNMPv3 support was never checked for
multi-threading correctness. It is most likely that it is not
thread-safe at this time". Is it still true? The page was last edited on
21 July 2009.
http://www.net-snmp.org/wiki/index.php/FAQ:General_19
Jan
Hi all,
Mostly a curiosity question. How does Net-SNMP handle asynchronous requests
over the same port? I notice that when you create a session, I believe the API
says that Net-SNMP binds to a UPD port. So if I am operating asynchronously,
and I create a new session, how does Net-SNMP handle th