-
Notifications
You must be signed in to change notification settings - Fork 47
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 configuration not more working since RouterOS 7.10 #208
Comments
This was about to happen sooner or later... I'll see whether I can add some code to handle that. |
I started working on this in #209. Right now it is a very coarse mechanism, you have to provide a complete copy of the API path description. Will refine that next... |
Works perfectly by adding the following lines in the
I don't have currently access to a previous version of RouterOS. I can't test it right now. |
Disregard. Miss click |
SUMMARY
Since version 7.10 Mikrotik added snmp "engine-id-suffix" setting and set "engine-id" as read-only property;
Therefore the api disallow the parameter "engine-id" in the configuration calls and "api_update" does not work anymore as it always put a "empty" value in the call.
I tried different solutions to adapt the code but I don't find any backward compatible solution as the only solution I found is to remove this field from "_api_data.py"
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 22.04
STEPS TO REPRODUCE
EXPECTED RESULTS
Possibility to configure SNMP without error ;)
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: