generator bug?
#1149
Replies: 1 comment 1 reply
-
You have MIB parsing errors. Run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to generate an snmp.yml file for my synology devices using the generator but get the below errors...
I'm using the mibs from https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_MIB_File.zip and doing this via docker compose file...
When I run the snmpwalk command
snmpwalk -v3 -l authPriv -u snmp-poller -a MD5 -A "REDACTED" -x DES -X "REDACTED" -u "REDACTED" REDACTED 1.3.6.1.4.1.6574.1
it works just fine.What am I doing wrong? How do I get this to work? Is there a bug?
Beta Was this translation helpful? Give feedback.
All reactions