Ad Widget

Collapse

Snmpv3 works manually on CLI but not in item

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • batchen_regev
    Member
    • Aug 2018
    • 80

    #1

    Snmpv3 works manually on CLI but not in item

    Hey,
    Im using zabbix 4 on centos, and monitoring cisco switchs via snmp version 3,

    If i run this command on CLI :
    snmpget -v3 -l authPriv -u zabbixm -a SHA -A pass -x AES -X pass 10.0.0.1
    I get results.
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco NX-OS(tm) n6000, Software (n6000-uk9), Version 7.3(0)N1(1),

    But in zabbix item i get the error: "SNMP error: authorizationError (access denied to that object)"
    My macros are set correctly as i have another snmpv3 switches (not the same module) that does work. ( same macros)
    i would suspect the switches BUT the manual command does work.

    so what am i missing ?
    I uploaded item settings.
    Last edited by batchen_regev; 18-12-2019, 17:55.
  • batchen_regev
    Member
    • Aug 2018
    • 80

    #2
    I found the problem, i have zabbix cluster which contained 2 ip address and 1 VIP addres = 3 address.
    so only 1 address was opened - so from ssh it worked as it was node 1 ip, but i guess items are sent from VIP ip so after we open all cluster ips in switch it works.

    Comment

    Working...