On fre, 2007-03-02 at 15:56 +0100, maciej_golas wrote:
> I have writen a subagentagent based on net-snmp Tutorial
> (http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent).
> I run my snmpd daemon with options "-f -Le -d" so I can see
> what happens on the wire.
> So when I run example-demo
double free or corruption (!prev
To: [email protected]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <[EMAIL PROTECTED]>
Hi folks,
We are developing a Sub-Agent and everything is
working fine with our Sub-Agent. The
I have writen a subagentagent based on net-snmp Tutorial
(http://www.net-snmp.org/wiki/index.php/TUT:Writing_a_Subagent).
I run my snmpd daemon with options "-f -Le -d" so I can see
what happens on the wire.
So when I run example-demon I can see that this daemon is connected
to the master agent (sn
Hi!
I am very new to net-snmp. I want to know how to implement
traps.I have seen three routines send_easy_trap(), send_trap_vars(),
send_v2trap(), which are used to send traps from MIB module within the
NET-SNMP agent.
How to call send_easy_trap routine. If i wrote separa