Hello,

I'm coding subagent which registers some OIDS. If some request arrives to this 
subagent, it is marked as delayed. Then the UDP request is sent to another 
program and waits until gets UDP response. After getting UDP response is 
delayed SNMP request processed.

Now there is a problems:
Case no. 1) If the SNMPSET arrives to my subagent and it is marked as delayed, 
the while snmp system is frozen. No other clients can do snmp commands such as 
snmpget, snmpset, snmpwalk,.. After the delayed snmpset request is marked as 
non delayed, then clients can again communicate with master agent.

Case no. 2) If the SNMPGET arrives to my subagent and it is marked as delayed, 
the other snmp clients can do only snmpget, snmpwalks commands. If they want 
run snpmset, then processing snmpset is frozen until the delayed snmpget 
request is marked as non delayed.

I'm using Debian 10 with snmpd 5.7.3+dfsg-5+deb10u1.

Is it normal behaviour of the snmpd or something is missing to me?

Thank you in advance for your help.

_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to