Hello everyone! This is my first post on this forum and I am hoping that someone could help me with this issue I have been having. The long story short is that I am able to monitor a TrueNas server over SNMPv2, but whenever I try to monitor it over SNMPv3 it does not want to work. I have uploaded images of what I am looking at, but i have verified that all of the credentials match, and the network is most certainly reachable as it works with SNMPv2 but not 3. I am using DES for the time being for troubleshooting purposes, but it still does not seem to want to work. I am using Zabbix 6.0 LTS on Ubuntu 22.04, all packages are up to date on the zabbix side as well as truenas. Any ideas as to what could be happening here would be welcome. Thank you.
Ad Widget
Collapse
SNMPv3 Authentication issue with Truenas
Collapse
X
-
Tags: None
-
I could finally get it working with the following matching values (I could not get MD5 to work):
Authentication protocol:
Zabbix: SHA1
Truenas: SHA
Privacy protocol:
Zabix: AES128
Truenas: AES
This should be mentioned in template documentation because Truenas doc is very generic.
Hope this can help somebody
PS: thanks cyber ;-)Comment
-
Now if you say this... I suspect those md5 and des algorithms may be forbidden/disabled in recent linux versions (don't quote me on that..
)... It may have nothing to do with Zabbix here, but with your linux setup, which does not allow you to use those (for nowadays) unsecure algorithms.
Comment
-
I would say the opposite because I'm using it to monitor my Synology(s), so the Zabbix server accept it. No?
Or is there any "grandfather permission" to use it because I started using it when it was still there (like a cached credentials thing)?Comment
Comment