Ilya Etingof

Results 259 comments of Ilya Etingof

> So far I would prefer to have one process per recording since sometimes recording size can be up to 500mb. I think snmpsim should be fine serving many large...

I can't reproduce this issue with the latest master (which is pretty much the same as 0.4.4): My SNMP query: ``` $ snmpget -v2c -c variation/notification 127.0.0.1:1161 1.3.6.1.2.1.1.1.0 SNMPv2-MIB::sysDescr.0 =...

I've spent a fair amount of time in the debugger trying to guess how this could possibly happen. But I still have no clue and that's intriguing. By way of...

Ha, awesome find! Yes, @remco-dg must be right - there is no SNMP engine created with --v2c-arch. Let me perhaps just make the `notification` plugin failing clearly on `--v2c-arch` run.

Well, code-wise this situation was handled. Commit c8478a78c165c9d7727bbd0f8ac3cc4820dd9b5c just adds an explicit hit in the error message.

@Mirro888 Not with the current `notification` module. It's possible to create another implementation based purely on the low-level SNMPv2c calls. But what is the motivation behind your desire to keep...

This seems to be a bug in pysnmp... Could you please try snmpsim with [this](https://github.com/etingof/pysnmp/commit/eba1b2025b5bb8416c3dc359e91099875787d186) pysnmp commit?

> I have already had an ASN.1 MIB file and compiled it to .py and .pyc file, but I need to integrate this step into my programme. How can I...

I seem to recall similar bug fixed in the past... Could you try your setup with the upcoming snmpsim version [0.4.8](https://github.com/etingof/snmpsim/tree/release-0.4.8) please? If it still fails, we will have to...

Thanks for reporting this! The documentation (along with rebasing on the more modern c/l parser) is coming up.