etingof / snmpsim

SNMP Simulator

Home Page:http://snmplabs.com/snmpsim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnmpV3

tkekan opened this issue · comments

I'm not able to find much information / documentation use use snmpv3. The website also seems to be down for awhile,
So can someone please help me how snmpv3 can be used with this tool ?

I was able to start the snmpsim in v3 mode, but I wanted to know even if the the community string is given public as in here
snmpget -v3 -a SHA -A testkey123 -u snmp -x AES128 -X testkey839 -l authPriv -c public 127.0.0.1:1024 1.3.6.1.2.1.2.2.1.2.1

It always fetched the OID's from data/1.3.6.1.6.1.1.0/127.0.0.1.snmprec ?
There exists a data file here i.e. data/public.snmprec
So does anyone know why it doesn't fetch the responses from this recorded file ?

Hey, we saw that the publisher of this project is inactive for a very long time. And for the community we tried to restore the snmplabs.com website as much as possible. We use snmpsim of Ilya Etingof daily, so we did many workarounds and bugfixes for us. As we saw that he is inactive for quite a year now, which is very sad, we decided to fork his snmp repos and restore his website for the community.

You can find our Forked Repos here.
And the recovered snmplabs site here.

For your usecase with snmp v3 you can go on the documentation on the restored site, and watch out what you can find.

@Lostboi Both the links above lead to 404

Hey, can you tell me which browser and which version of this browser you use?

Documentation available in https://snmplabs.thola.io/

You can now refer to etingof/pysnmp#429 and https://www.pysnmp.com to get the latest information.