Hello everybody,
i have zabbix 6.4.6 installed via apt packets on Ubuntu 22.04.3 LTS, i have a problem with SNMP V3 discovery roules for servers Lenovo with Xclarity Controllers.
I have configured on servers a user with snmp v3 parameter :

After I have run the commands below on zabbix server shell sucessfully:
vito@zabbix:~$ snmpwalk -v 3 -u snmpuser -l authPriv -A xxxxxxxx -a SHA -x AES -X xxxxxxx 172.21.204.18 IF-MIB::ifDescr
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth1
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifDescr.5 = STRING: usb0
vito@zabbix:~$ snmpwalk -v 3 -u snmpuser -l authPriv -A xxxxxxxxx -a SHA -x AES -X xxxxxxxx 172.21.204.19 IF-MIB::ifDescr
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: eth1
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifDescr.5 = STRING: usb0
i have setup the host snmp filds in zabbix as folow:


and hosts macros

But i receive this errors from zabbix:
Cannot connect to "172.21.204.19:161": Authentication failure (incorrect password, community or key).
or
Timeout while connecting to "172.21.204.18:161"
I have tryed to chenge authentication and pryvacy protocol but the problem persist
Any idea?
V.
i have zabbix 6.4.6 installed via apt packets on Ubuntu 22.04.3 LTS, i have a problem with SNMP V3 discovery roules for servers Lenovo with Xclarity Controllers.
I have configured on servers a user with snmp v3 parameter :
After I have run the commands below on zabbix server shell sucessfully:
vito@zabbix:~$ snmpwalk -v 3 -u snmpuser -l authPriv -A xxxxxxxx -a SHA -x AES -X xxxxxxx 172.21.204.18 IF-MIB::ifDescr
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth1
IF-MIB::ifDescr.3 = STRING: eth0
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifDescr.5 = STRING: usb0
vito@zabbix:~$ snmpwalk -v 3 -u snmpuser -l authPriv -A xxxxxxxxx -a SHA -x AES -X xxxxxxxx 172.21.204.19 IF-MIB::ifDescr
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: eth1
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifDescr.5 = STRING: usb0
i have setup the host snmp filds in zabbix as folow:
and hosts macros
But i receive this errors from zabbix:
Cannot connect to "172.21.204.19:161": Authentication failure (incorrect password, community or key).
or
Timeout while connecting to "172.21.204.18:161"
I have tryed to chenge authentication and pryvacy protocol but the problem persist
Any idea?
V.
Comment