Ad Widget

Collapse

SNMP V3 not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nourkonsol
    Junior Member
    • Jan 2021
    • 2

    #1

    SNMP V3 not working


    I have Zabbix 5.2 "docker installation" and working fine with SNMP V2 from Frontend. But it doesn't work with V3 SHA/AES.


    when i test item from zabbix web Frontend " Cannot connect to "hostname:161": Authentication failure (incorrect password, community or key)."
    when I test from zabbix-server

    snmpwalk -v3 -l authPriv -u "Hostname" -a SHA -A "passkey" -x AES -X "passkey" "the IP" ...

    so it works well from the container but not from the Frontend


    Does anyone faced this problem?
  • NilsA
    Senior Member
    • Sep 2020
    • 102

    #2
    Have you tried MD5 / DES? In my experience, sometimes the exact version of SHA doesn't match - at least that's what I assume is the issue.
    And by "from the frontend" you mean by using an item?

    Comment


    • nourkonsol
      nourkonsol commented
      Editing a comment
      thanks for the reply.
      just solved the issue
      it should be
      Security name: "deviceID"
      Context name: "empty"
Working...