Hi,

Please help me in solving the below issue.

I am getting huge number of snmp requests (both snmpset and snmpget requests) 
to my subagent.
But at a certain point of time, I am getting noSuchInstance errors for 4 same 
snmpget requests which are received continuously. Here after for the same 
snmpget requests, noSuchObject error is returned.

>From the log I observed that, the 4 continuous snmpget requests as a set are 
>coming to my subagent 5 times. (I can see 5 sets of 4 continuous snmpget 
>requests).
And from my subagent log, I can see the correct response is getting replied to 
agent for all these snmpget requests. Dont know why the agent is replying 
noSuchInstance and noSuchObject errors.

After 5 minutes of time(approx), everything is working fine.

I searched google and found that, the default number of retries for an AgentX 
request is 5 which in my case I am seeing 5 sets of requests.
I feel the agent and subagent got disconnected somehow.
And if my understanding is true. There will be 2 socket channels established. 
One from agent to subagent and another from subagent to agent. As I am 
receiving the packets to subagent, the socket connection from agent to subagent 
is fine. But, as the response from subagent is not reaching the agent, I feel 
the socket connection from subagent to agent is the problem.  How to check this 
and solve.

Any idea how to find why my subagent is getting disconnected??


Best Regards,
Karteek
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to