You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I’m using your plugin this plugin for many years now. It has always fulfilled my needs.
But today I have an issue with the snmp v3 authentication with security level AuthPriv.
In console, if I run this command : sudo ./check_interface_table_v3t.pl -H 1.1.1.1 -l MyUSR -x MYPWD -X MYPASSPHRASE -L md5,aes
The result is : UNKNOWN - Not expected empty value for oid "1.3.6.1.2.1.1.3.0" (sysUpTime, mib RFC1213-MIB)
As a control , I ran this command: snmpwalk -v 3 -u MyUSR -A MYPWD -a MD5 -x AES -X MYPASSPHRASE 1.1.1.1
the result is: Reason: authorizationError (access denied to that object)
suspecting a failure in the auth process I ran the same command with the security level mentionned: snmpwalk -v 3 -u MyUSR -A MYPWD -a MD5 -x AES -X MYPASSPHRASE 1.1.1.1 -l AuthPriv
the result is that I can walk along the OIds:
From tophoune (http://www.tontonitch.com/phpbb/viewtopic.php?f=2&t=3051)
The text was updated successfully, but these errors were encountered: