Wes Hardaker wrote on 2007-07-13:
> How about a counter proposal, since I don't think that patch is
> necessarily any purer (it is still comparing strings)...
Now that 5.4.1 is out of the door, I think we should reconsider Wes'
patch, assumed he's still proposing it. :-)
Wes?
+Thomas
-
-Coders,
In r16669 I've applied the attached patch to all active branches. It
fixes a problem introduced shortly before 5.4.1: the agent will log the
following annoying warnings
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registr
HI all,
It would be great if anybody could help us, we need to handle the
INFORM RESPONSE received from the SNMP Manager in the subAgent module
On 9/20/07, Dave Shield <[EMAIL PROTECTED]> wrote:
> On 20/09/2007, shwth_k kk <[EMAIL PROTECTED]> wrote:
> > Just like that I want to register a handle
On 20/09/2007, shwth_k kk <[EMAIL PROTECTED]> wrote:
> Just like that I want to register a handler so that we can control the
> INFORM_RESPONSE from the manager.
Which - INFORM, or RESPONSE?
The library deals with the RESPONSE acknowledgement automatically.
It's not passed back to the agent prop
Hi Dave,
Actually we want to handle the inform requests. I mean just like the
SET and GET routines. Once we compile the mib it genereate _set and
_get routines and we populate the routines to do specific processing.
Just like that I want to register a handler so that we can control the
INFORM_RESPO
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time
or inclination to offer private, unpaid, SNMP consultancy.
Keep discussions to the list, where others can both learn
and offer advice. Thanks. ]
On 20/09
On 20/09/2007, shwth_k kk <[EMAIL PROTECTED]> wrote:
> I using Net snmp for my project and would like to know how to decode a
> INFORM message.
The Net-SNMP library will encode and decode INFORM requests
automatically, just as it does with all other SNMP PDUs.
Dave
--