Ilya Etingof

Results 242 comments of Ilya Etingof

> AttributeError: module 'snmpsim.daemon' has no attribute 'PrivilegesOf' This should be fixed in the latest released snmpsim.

Looks like this is actually a [pysnmp bug](https://github.com/etingof/pysnmp/commit/8da24e3fdbc9404255b1b1dc3dd389b4ea994ac0). Could you please try your setup with pysnmp pulled from GitHub?

I can't reproduce this problem anymore with the latest pysnmp (which is BTW [pysnmp-4.4.5](https://github.com/etingof/pysnmp/tree/pysnmp-4.4.5)). I am sorry for silly questions, but have you restarted the snmpsimd process after pysnmp upgrade?...

This is curious... I can imagine this happening if you reinitialize the main loop every now and then. Could you please show me your script? If you could come up...

From your snippet it is not entirely clear which pysnmp API you are using. If it's "hlapi", then I think you should run the generator object to make things moving...

> I've seen the issue looks fixed in the master branch. I am curious if you could point out which commit fixies this...? Meanwhile, let me reproduce this issue.

Hey, sorry for this silly bug. I believe it has been fixed already, no?

Not that I know of, unfortunately. I think the problem here is that SNMP data could potentially leak undesirable information. Keep in mind that sensitive things may also occur in...

On the other hand, one could use the [mib2dev](http://snmplabs.com/snmpsim/building-simulation-data.html#mib-based-synthesis) tool to build agent model out of MIBs. That's not the same as having a snapshot from a real agent, but...

I do not have any good advice, neither do I have a good understanding of your network setup. In general, this is just a UDP traffic. In theory, if you...