Hi Thomas ,
I've succeeded to reconstruct the problem in Net-SNMP 5.4.2.1, attached
the agentx crash log .
I'll explain the scenario : the agnetx access to one of our table
because of getbulk request ( in snmp walk we don't crash,) in this mode
when our table include string in
Kobi Vaknin (kvaknin) wrote:
> Do you know if specific problem was known and already fixed ?
The list of fixes between 5.3.1 and 5.4.2 is quite long. See the ChangeLog file
that ships with 5.4.2 for details.
+Thomas
-
This
: Net-SNMP 5.3.1 sub agent crash on long string index
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
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, ple
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
> "SN" == Senthil Nathan <[EMAIL PROTECTED]> writes:
SN> Is it possible , to make the Index as read write.
SN> Because,i didnt work on this seneriao before.
SNMP (the SMI actually) doesn't let you change the value of an index
once the row is created; you must delete the current row and create
On 05/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote:
> Is it possible , to make the Index as read write.
Not really, no.
In fact, you wouldn't normally make an index object accessible
at all - it ought to be "not-accessible".
> for your reference,i have given my MIB definition.
> Us
Hi,
Regarding my privious mail,
I have used to generate the code by using Mib2c in itertator conf option.
With thanks and Regards,
D.SenthilNathan
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net
Dear Friends,
I have to say thanks for the cooperation for my queries regarding getbulk
request.
It really helped me in my project.
Thanks once again,
Regarding my project,I have one mib specification.
Regarding that,
I have need to clarify that,
1.
Is it possible , to make the Index as read
> My target is to define a table in which the user can insert new entry using
> "set" command and with string index field
> Is it possible ?
Yes.
> If yes, in which way ?
Have a look at 'agent/mibgroup/agent/nsDebug.c' which does exactly this
(using
hi,
Thanks for your interesting.
My target is to define a table in which the user can insert new entry using
"set" command and with string index field (defined by the user) for
reference a record in the following way:
.
example: procEnabledName.
On Fri, Jun 18, 2004 at 06:00:33PM +0200, Maurizio RUBINI wrote:
> When i type the command :
>
> snmpget -v2c -c public localhost procEnabledName.\"process3\"
>
> the result is :
> procEnabledName."process1": Unknown Object Identifier (Index out of range:
> "process1 (procEnabledIndex))
>
> and
On Fri, 18 Jun 2004 18:00:33 +0200 Maurizio wrote:
MR> I have implemented the table with array-users.conf and i managed the index
MR> in the following way:
MR>
MR> char idxList[] ={"process1", "process2", "process3"}
I hope that's a typo. It should be a "char *".
MR>/*First value
o RUBINI wrote:
>Hi,
>
>I have a problem with OCTET-STRING index.(Net-snmp rel. 5.1)
>
>My MIB is :
>
>procEnabledTableOBJECT-TYPE
>SYNTAX SEQUENCE OF ProcEnabledEntry
>MAX-ACCESS not-accessible
&g
Hi,
I have a problem with OCTET-STRING index.(Net-snmp rel. 5.1)
My MIB is :
procEnabledTableOBJECT-TYPE
SYNTAX SEQUENCE OF ProcEnabledEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
15 matches
Mail list logo