How to send snmpinform using snmp_api's

2013-01-11 Thread Ashish Sharma
Hi , Can you please let me know or share an example to send snmpinform using net-snmp API's -- Ashish -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with

accessing net-snmp using python bindings, is callbacks possible?

2013-01-11 Thread Morten Guldager
'Aloha! As subject says accessing net-snmp using python bindings, is callbacks possible? With the perl bindings it were quite simple, but I cant find any documentation or examples showing that it should be possible with python. Links, hints, examples, pointers, laugh, yeah almost anything, is

How to configure snmp-inform over DTLS

2013-01-11 Thread Gerhard Illner
I run version 5.6.1.1. Snmp-inform over v2c and v3-usm works fine. Get/set attribute retrieval from mgr to agent through v3/DTLS using private certificates works fine. I try to send snmp-inform over DTLS, snmp-agent sends no message. Enabling agent-side D-tokens dtls,tls,openssl,cert,trapsess

Re: How to send snmpinform using snmp_api's

2013-01-11 Thread Dave Shield
On 11 January 2013 09:40, Ashish Sharma mail2ashish.sha...@gmail.com wrote: Can you please let me know or share an example to send snmpinform using net-snmp API's See the code for 'apps/snmptrap.c' - this supports sending both unacknowledged notifications (traps) and acknowledged notifications

SNMPd panic: unregister_config_handler

2013-01-11 Thread pal snmp
I created a subagent, which got dynamically linked with snmp agent. During stop and start, I noticed the following crash in snmpd service. The module snmp was trying to unregister was in fact compiled/linked properly with subagent (as you can see in 'nm' output). Could anyone let me know what