Hi All,
We've recently installed Zabbix 6.0 and added out storage hosts (Dell/EMC Compellent), but if we try to monitor them, SNMP says 'Timeout while connecting to '<IP-address>'.
If I do an snmpwalk from the Zabbix server it produces output:
snmpwalk -v3 -l authPriv -u <zabbix user on storage> -a SHA -A ******* -x AES -X ******* <ip-address of compellent> .1.3.6.1.4.1.16139.2.27.1.4
SNMPv2-SMI::enterprises.16139.2.27.1.4.1 = STRING: "*********"
Also nc works fine:
nc -z -u -v <ip-address of compellent> 161
Connection to <ip-address of compellent> 161 port [udp/snmp] succeeded!
Our Zabbix 6.0 server is running on RHEL 8.5, no SElinux of Firwall enabled on it (yet).
Please help or advice in where I'm thinking wrong!
Regards,
Richard
We've recently installed Zabbix 6.0 and added out storage hosts (Dell/EMC Compellent), but if we try to monitor them, SNMP says 'Timeout while connecting to '<IP-address>'.
If I do an snmpwalk from the Zabbix server it produces output:
snmpwalk -v3 -l authPriv -u <zabbix user on storage> -a SHA -A ******* -x AES -X ******* <ip-address of compellent> .1.3.6.1.4.1.16139.2.27.1.4
SNMPv2-SMI::enterprises.16139.2.27.1.4.1 = STRING: "*********"
Also nc works fine:
nc -z -u -v <ip-address of compellent> 161
Connection to <ip-address of compellent> 161 port [udp/snmp] succeeded!
Our Zabbix 6.0 server is running on RHEL 8.5, no SElinux of Firwall enabled on it (yet).
Please help or advice in where I'm thinking wrong!
Regards,
Richard
Comment