I need to write a VERY basic SNMP Agent in C#, which is able to send traps (V1 or V2) and respond to get (set is not required). After long searches, the only suitable solution seems to be SharpSnmp. However, #SNMP's sample agent doesn't work properly and - the bigger issue - it doesn't reply to GET requests.

Is there another possiblity/solution for doings this?

link|improve this question

have you searched for SNMP here? There appears to be lots of questions that have similar questions and answers. – Preet Sangha Aug 23 '11 at 10:23
indeed, but also on this site is everyone referring to #snmp... – mikeh Aug 23 '11 at 13:07
feedback

1 Answer

Do you try with snmpsharpnet which is very helpful to play with SNMP on the top of .NET ?

link|improve this answer
thanks JP, this looks quite interesting. were you able to handle get requests? currently, I can send them but I need to respond to incoming requests. – mikeh Aug 24 '11 at 12:48
Yes, I was able to do it, just have a look here – JPBlanc Aug 24 '11 at 15:13
thanks, this looks promising. however, I do not completely understand your code. Aren't you sending get requests? Sorry if I'm completely wrong. – mikeh Aug 25 '11 at 6:20
Yes, I'am sending Get request to get ifSpeed ... – JPBlanc Aug 25 '11 at 9:12
@JPBlanc, I think mikeh wants an agent which can respond to SNMP requests. As far as I know snmpsharpnet does not yet have such a feature. – Lex Li Aug 25 '11 at 13:01
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.