etingof / snmpsim

SNMP Simulator
http://snmplabs.com/snmpsim/
BSD 2-Clause "Simplified" License
376 stars 119 forks source link

SnmpV3 #155

Open tkekan opened 3 years ago

tkekan commented 3 years ago

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 ?

tkekan commented 3 years ago

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 ?

Lostboi commented 3 years ago

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.

tkekan commented 3 years ago

@Lostboi Both the links above lead to 404

Lostboi commented 3 years ago

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

arunmg007 commented 3 years ago

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

lextm commented 1 year ago

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