: Tanisha Kashyap
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: set request received more than once.
On 24 February 2010 11:32, Tanisha Kashyap wrote:
> There is only var in my MIB on which I can do a set.
What about other MIBs?
> The code under RESERVE1 and RESERVE2 is just validati
On Wed, Feb 24, 2010 at 12:09 PM, Tanisha Kashyap <
tanisha.kash...@aricent.com> wrote:
> I have defined the following cases in my code for the SET REQUEST:
>
> MODE_SET_RESERVE1
> MODE_SET_RESERVE2
> MODE_SET_FREE -> does nothing
> MODE_SET_ACTION
> MODE_SET_COMMIT -> does nothing
> MODE_SET_UND
On 24 February 2010 11:32, Tanisha Kashyap wrote:
> There is only var in my MIB on which I can do a set.
What about other MIBs?
> The code under RESERVE1 and RESERVE2 is just validating the data
> received in the request for correct datatype and range.
> The code under ACTION is the main code w
for the SET request.
-Original Message-
From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf
Of Dave Shield
Sent: Wednesday, February 24, 2010 4:49 PM
To: Tanisha Kashyap
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: set request received more than once.
On
On 24 February 2010 11:09, Tanisha Kashyap wrote:
> I have defined the following cases in my code for the SET REQUEST:
>
> MODE_SET_RESERVE1
> MODE_SET_RESERVE2
> MODE_SET_FREE -> does nothing
> MODE_SET_ACTION
> MODE_SET_COMMIT -> does nothing
> MODE_SET_UNDO -> does nothing
>
> The function that
ve Shield
Sent: Wednesday, February 24, 2010 4:21 PM
To: Tanisha Kashyap
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: set request received more than once.
On 24 February 2010 10:16, Tanisha Kashyap wrote:
> I am using a NMS which sends a Set request to the snmp agent. On receiving a
>
On 24 February 2010 10:16, Tanisha Kashyap wrote:
> I am using a NMS which sends a Set request to the snmp agent. On receiving a
> SET request, certain function is invoked.
>
> However at times, the set request seems to be received more than once which
> causes the function to be invoked again and