I am using net-snmp 5.5 and I am seeing an issue when I configure net-snmp to 
have more than one inform destination. I am expecting that net-snmp should be 
able to probe for both engineids - However what ends up happening is that the 
code gets stuck in the while loop at:

Int snmpv3_engineID_probe(struct session_list *slp,
                      netsnmp_session * in_session)

which calls int snmp_sess_synch_response(void *sessp, netsnmp_pdu *pdu, 
netsnmp_pdu **response)
which does not return from the while loop.
   while (state->waiting) {

Does anyone know about this issue or if there is a fix for it?

snmpdConfig:
authtrapenable 1
group groupv3  usm abcd 
group groupv3  usm def 
view readview included .1  
view writeview included .1  
access groupv3 ""  usm  authPriv  exact readview writeview none 
trapsess -r 3 -t 1500 -Ci  -l authPriv -u abcd -a MD5 -A abcdefgh -x DES -X 
abcdefgh 10.11.12.171 
trapsess -r 3 -t 1500 -Ci  -l authPriv -u def  -a MD5 -A abcdefgh -x DES -X 
abcdefgh 10.11.12.167 

createUser abcd MD5 abcdefgh DES abcdefgh
createUser def MD5 abcdefgh DES abcdefgh



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
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