Ad Widget

Collapse

SNMPV3 with AES 256 is not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thebossman
    Junior Member
    • Dec 2021
    • 4

    #1

    SNMPV3 with AES 256 is not working

    When I try to add a host using SNMP v3 with Privacy protocol as AES256 I getting an error stating "Unsupported privacy protocol [3]"

    Please help me out with this
    Attached Files
  • huziahmetov
    Junior Member
    • Dec 2021
    • 2

    #2
    same thing to me when i try to use snmp v3 authPriv Security level
    Code:
    snmp walk from zabbix server command line wors fine (snmpwalk -v 3 -u pruZabbix -a md5 -A 'somestring' -l authPriv -x AES -X 'somestring 192.168.1.1)
    Zabbix server 5.4.8
    Code:
    $uname -a
    Linux 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
    ~$ cat /etc/debian_version
    bullseye/sid

    Comment

    • huziahmetov
      Junior Member
      • Dec 2021
      • 2

      #3
      Originally posted by huziahmetov
      same thing to me when i try to use snmp v3 authPriv Security level
      Code:
      snmp walk from zabbix server command line wors fine (snmpwalk -v 3 -u pruZabbix -a md5 -A 'somestring' -l authPriv -x AES -X 'somestring 192.168.1.1)
      Zabbix server 5.4.8
      Code:
      $uname -a
      Linux 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
      ~$ cat /etc/debian_version
      bullseye/sid
      my bad or it is a bug in interface.
      After i change hosts snmp v3 parameters to actual, my test item worked well

      Comment

      Working...