Hi all,
We encountered below error when compiling NetSNMP v5.2.1 on HP-UX
11.31 IA system.
==
/bin/sh ../../libtool --mode=compile cc -I../../include -I.
-I../../agent -I..
On Fri, Jul 17, 2009 at 1:42 PM, Logeswari Viswanath wrote:
> On Thu, Jul 16, 2009 at 5:17 PM, Dave Shield
> wrote:
>> 2009/7/15 Logeswari Viswanath :
>>> - These session attributes are hardcoded with values 1 sec for
>>> timeout and 5 for retries
>>
On Thu, Jul 16, 2009 at 5:17 PM, Dave Shield wrote:
> 2009/7/15 Logeswari Viswanath :
>> - These session attributes are hardcoded with values 1 sec for
>> timeout and 5 for retries
>>
>> Can these values be made configurable using the variables
>> a
Also, please let me know if there is a Net-SNMP API which the subagent can
use to retrieve the session attributes and reset their values after
intialising the agent library using init_agent() function call so that we
can avoid changes to the net-snmp code.
Best Regards,
Logeswari.
---
Hi all,
When snmpd master agent is in STOP state and our subagent pings it,
it does not respond to any of the client requests for around 18
seconds.
Here are our observations after analyzing the problem
- Duration of unresponsive period depends on two session
param
Hi all,
Why are the values for the session attributes such as session timeout
and retries are hard coded while initializing the session attributes in the
function subagent_open_master_session() for the sub-agent?
Can't these values be made configurable by the user through the variables
age