<div dir="ltr">Hi Jeremy<div><br></div><div>Yep, did this after reading through your other thread again.</div><div><br></div><div>Still no change in behavior.  Tis very strange as we have many of this model switch responding correctly and the cisco router (and another type of Cisco switch) installed on those sites are working as expected.</div><div><br></div><div>Still looking...</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 30, 2016 at 10:28 AM, Jeremy Laidman <span dir="ltr"><<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><span class=""><div dir="ltr">On Fri, May 27, 2016 at 9:49 AM Jeremy Laidman <<a href="mailto:jlaidman@rebel-it.com.au" target="_blank">jlaidman@rebel-it.com.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div dir="ltr"><span style="line-height:1.5">Can you confirm if positive IDs are accepted by devmon? If not, this might be a red herring.</span></div></div></blockquote><div><br></div></span><div>Try applying this adjustment to devmon and see if it helps. This forces the SNMP_Session module to avoid negative request IDs:</div><div><br></div><div>*** devmon.orig     2011-05-06 15:32:03.000000000 +1000</div><div>--- devmon        2016-05-30 12:26:14.000000000 +1000</div><div>***************</div><div>*** 30,35 ****</div><div>--- 30,37 ----</div><div>   # Do start-up housekeeping</div><div>    initialize($VERSION);</div><div><br></div><div>+   $SNMP_Session::default_avoid_negative_request_ids = 1;</div><div>+</div><div>   # Enter main loop</div><div>    do_log("Entering poll loop", 0);</div><div>    while (1) {</div><div><br></div><div> </div></div></div>
</blockquote></div><br></div>