Kobi Vaknin (kvaknin) wrote:
> I've took the patch *[ net-snmp-Patches-1944581 ] Core dump in net-snmp
> for long value of string index *
> *but now the agent (snmpd) crash .*
Try again with net-snmp 5.4.2 and report back, please.
+Thomas
Hi ,
We have encountered with subagent (agentx) crash during get bulk request
, the root cause of the problem wad long string Index ( 15 bytes) .
I've took the patch [ net-snmp-Patches-1944581 ] Core dump in net-snmp
for long value of string index
but now the agent (snmpd) crash .
we have na
Now I can call snmpget to get the value. Still having some problems
regarding snmpset but hope to overcome that well.. But can some help me with
a guideline so that I can create a snmp agent that will do some work when
some one requests them to, not just variable returns. I have to implement
wman-d
Hello,
I am new to snmp protocol. I have to build a snmp agent for a device. The
device runs on linux. After some googling it seems that net-snmp is a
definite choice. But I could not find a starting point to begin coding the
snmp agent. Could you please send some documents or resources regarding
t
I got informed that in Debian, they copy a bunch of .h files after "make
install", including
this struct.h file. In debian/rules, there is:
common-install-arch:: $(PYVERS:%=debian/python-install-stamp-%)
# Install the "broke" headers
cp agent/mibgroup/struct.h debian/tmp/usr/incl