Ilya Etingof

Results 259 comments of Ilya Etingof

@legrand If your goal is to have pysnmp running asynchronously, may be you can just use good-old [asyncore](http://snmplabs.com/pysnmp/docs/api-reference.html#asynchronous-asyncore) interface... I do not see that pysnmp invokes `ProactorEventLoop` explicitly. Do you...

Indeed! I will fix that eventually. Unless you come up with a PR before. ;)

It seems you are trying to implement SNMP agent serving the `HMSECURITY2-MIB` MIB. Is that correct?

I believe the proper fix would be to pyasn1 to allow duplicate enumerations.

I am not sure I quite understand the work flow you are looking for. May be some code would help explaining your goal?

To me, your question is still not quite clear... Do you want to issue SNMP command and override error code in SNMP response?

Is it that you want to call pysnmp manager (client) from your application and in case of SNMP error response raise human-readable SNMP error?

Does your switch use `80006a9203feee3234aab6` as its SNMP engine ID? Let's enable pysnmp debugging and watch what is hapenning when an authenticated TRAP message comes in? from pysnmp import debug...

It is hard to tell what the problem might be. May be it has something to do with Python 2.7 setup? Or some extension modules? It should not depend on...