yuvaraj r <yuvaraj...@gmail.com> writes:

> If  i use snmpwalk for table sample 1 during table sample 2 is getting
> updating, I am seeing crash in my subagent.

Because snmpwalk is really just sending a series of GETNEXTs until it
gets a response that is outside your sample 1 table (when walking that
table), then it will eventually get an answer for sections of the mib
tree beyond the sample 1 table.  If the sample 2 table is the next
object in the mib tree, then yes snmpwalk will end up causing the sample
2 table implementation to get hit as the agent searches for an answer to
the GETNEXT for the last item in the sample 1 table.

I'd suspect your crash is related to your sample 2 table implementation,
but you'd need a debugger to be sure.
-- 
Wes Hardaker
Parsons

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
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