snmpsim
snmpsim copied to clipboard
Any .snmprec files repository?
Hi,
I'm wondering if there is any snmp rec repository available with different type of device rec ?
Best regards
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 OIDs, not just in values. So it's not just the matter of values obfuscation.
On the other hand, if one could factory reset a device and snmpwalk it, that might be reasonable harmless, I hope.
At any rate, I'd be happy to host SNMP snapshots perhaps at snmplabs.com
and/or a GitHub repo, should they be contributed.
On the other hand, one could use the mib2dev tool to build agent model out of MIBs. That's not the same as having a snapshot from a real agent, but still might serve the purpose...