-
Notifications
You must be signed in to change notification settings - Fork 4
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
not_found #3
Comments
Try the latest commit |
That problem is solved. Thanks a lot. But there is a new problem. I can only get result of a single index. I have extracted tcpdump output to compare snmpcl and netsnmp requests. The difference is between GetRequest and GetNextRequest and I think the problem is there. snmpcl request:
netsnmp request:
|
Try last commit, is it what u want? |
If I append the first index in OID, it will work but the problem is that I don't know the first index. I have resolved the problem and created a pull request. |
I have still a problem. If I add this library as an elixir project dependency, I will get the old not_found message when calling :snmpcl.walk from my iex -S mix shell. |
I will check your pull request soon and merge it if it's ok. |
which version of snmpcl u use with elixir? |
My last commit. I have also added this options: |
I just get this error when I run the command.
Can't send request to <my_router_ip> due to not_found
The text was updated successfully, but these errors were encountered: