Symptom
CSCua02538 issue reproduced with PROTOS script, please see below detail
description.
Quick update of what I found so far... Summary is that I can repro it pretty
easily with multiple runs of just a few of the test cases.
What I've found is:
1. java -jar c06-snmpv1-req-app-r1.jar -host 9.0.0.181 -showreply ?zerocase
1. finishes but causes "pending" queue (in "sh snmp queue rx") to increase by 2
each time through the full suite
2. the increase seems to come as a result of some of the later test cases but I
didn't narrow that down yet
I was thinking of creating a binary search script to run different sets of the
test cases and check "sh snmp queue rx" to narrow down which cases cause the
increase.
java -jar c06-snmpv1-req-enc-r1.jar -host 9.0.0.181 -showreply -zerocase -
start 14700 -stop 14726. This causes the "pending" queue to increase by 4. Running it twice will hit the issue
Conditions
snmp processing queue keep on increased when set/get operation failed, once processing queue reached max (i.e 8), snmp stop operation until clear the queue (i.e restart process snmpd).
Workaround
process restart snmpd
Further Problem Description
"show snmp queue rx" help us to find queue size, if queue reached 8 then all requests are timeout until queue comes down below 8.