Re: INFORM Request

2007-09-29 Thread Magnus Fromreide
On tor, 2007-09-20 at 17:38 +0530, shwth_k kk wrote: > 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 You have to go about it by hand as there are no noifications on INFORM responses nor on Agen

Open source markets (was: INFORM Request)

2007-09-23 Thread chris jalbert
On 20-Sep-2007, at 5:08 AM, shwth_k kk wrote: 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 Since these pleas for free work pop up periodically, it's worth pointing out to the broader group that there a

Re: INFORM Request

2007-09-20 Thread shwth_k kk
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 proper. > > The INFORM request is rece

Re: INFORM Request

2007-09-20 Thread Dave Shield
back to the agent proper. The INFORM request is received and processed by snmptrapd (or equivalent trap receiver) - not the agent. > Could you please guide us. Sorry - it's the start of the academic year here, so you'll get very quick responses at best from me. Try reading up on &qu

Re: INFORM Request

2007-09-20 Thread shwth_k kk
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

Re: INFORM Request

2007-09-20 Thread Dave Shield
[ 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

Re: INFORM Request

2007-09-20 Thread Dave Shield
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 --

INFORM Request

2007-09-19 Thread shwth_k kk
Hi, I using Net snmp for my project and would like to know how to decode a INFORM message. My configuration consists of a Master Agent and a subAgent. Master Agent will recieve the SNMP messages and will forward the messages to subAgent using Agent-X. Could anyone please reply as soon as possible

Re: inform request-response question

2005-08-15 Thread Robert Story
On Tue, 09 Aug 2005 10:32:09 +0100 Dave wrote: DS> > I am not seeing snmpd doing that. DS> DS> DS> Nope - you appear to be quite correct. DS> DS> DS> This looks suspiciously like a bug. I suggest you DS> log it with the bug tracker, so that it doesn't get DS> forgotten. I've found the problem

Re: inform request-response question

2005-08-09 Thread Dave Shield
On Wed, 2005-08-03 at 08:21 -0500, Bogdan Antonovici wrote: > Can someone tell me what happens(i mean what snmpd does?) when there > is no response for a inform request message? > Normally the agent should retransmit inform request message. That's certainly what I'd expect to

inform request-response question

2005-08-03 Thread Bogdan Antonovici
Hello,   It's the second time when i put this question. Can someone tell me what happens(i mean what snmpd does?) when there is no response for a inform request message? Normally the agent should retransmit inform request message. I am not seeing snmpd doing that. Can someone tell me h