Ilya Etingof

Results 259 comments of Ilya Etingof

Note that `-Cr200` does not guarantee you getting that many OIDs in response - it's totally up to the agent to respect your hint or not.

Well, with full-throttle debugging ('all'),may be try to find the cause of the response being ignored... Or, if you can share the log, I could probably take a look as...

Looking into the log... it seems that response only contains OIDs from the `1.3.6.1.4.1.4998.1.1.20.2.25.1.4` branch, while you request `1.3.6.1.4.1.4998.1.1.20.2.25.1.3`. That makes *all* the response OIDs not belonging to the request...

Thank you! Should be fixed in master by now.

BTW, would you consider donating your snmpwalk from Dell SAN to this project? ;-) That's a long-desired thing to collect some real-world snmpwalks and publish them for [public consumption](http://demo.snmplabs.com).

> I already have many walks from different devices for our project It would be awesome to have as many of them as possible! It's not about Dell SAN specifically,...

> Caching these snmprecs usually takes several hours. This is surprising! The way how snmpsimd should work is this. You give it a set of .snmprec files in `--data-dir`. For...

Commit 676024489c5263d605469335d30f2f99db69a972 in master should have fixed this. Thank you for raising it!

Do you mean MIBs transformed into JSON objects (which is already done) or the entire code base rewritten in some other language (which is unlikely)?

I am still confused, I am not sure I understand what you need. If you have MIB in JSON form, can't it be readily consumed by JS code? PySMI parser...