-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNMP communication #152
Comments
you are using --data-dir=./data as data source of SNMP agent, is there any data there in the folder? |
This folder is the data folder inside SNMPSIM project (snmpsim/data). |
|
Hello there.
I am trying to debug a simple SNMP agent and querying it.
I am raising the SNMP agent through this command:
$ python snmpsim.commands.responder.py --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024
And I receive the following info:
be
I am querying existing SNMP agent by the following command:
$ pyton snmpsim.commands.cm2rec.py --agent-udpv4-endpoint=127.0.0.1:1024 --output-file=/home/jaime/Documents/snmpsim/data/public.snmprec
And I receive the following info:
I am triying to debug the communication between two process but I am not able to discover where is the SNMP-agent communication function.
Where is the code point where MIBs are sent from SNMP agent side?
Thank you,
Jaime.
The text was updated successfully, but these errors were encountered: