I am adding dynamically data in my net snmp agent table with the help of
thread.
When i run my agent then data place into table but my manager unable to connect
to agent when data is filling in the table... but when i stop thread who is
filling data in table then manager connect to agent...can
I am trying to learn SNMP
This is my first snmp agent code...
In this i am trying to generate my Trap for first system status of first row.
can any one tell me that why my agent is unable to generate the trap.
and how can i put values of ip.
#include
#include
#include
#include "telecrbt.h"
s
From: Dave Shield
To: yogesh m
Cc: Net-SNMP users
Sent: Thu, 14 October, 2010 13:36:30
Subject: Re: To generate snmp trap by the agent
firstly i want to thanks for your reply sir
ya ...
i am calling it in init func
void init_tele(void)
{
DEBUGMSGTL
Hi,
I am new to net snmp. I am trying to get the trap of variable which is
automatically generated by agent . By mib2c i get a code but i am unable to get
trap from agent .My code is
static const oid snmptrap_oid[] = { 1, 3, 6, 1, 6, 3, 1, 1, 4, 1, 0};
int
send_mySysDown_trap(void)
{