If I run snmpwalk on the same machine of zabbix server I can collect data with snmpv3
But in Zabbix Server I can't.
Zabbix do not give me data, queue always empty for snmpv3 agent, error message in front end no even error message in the log.
My zabbix config:
Type: SNMPv3 agent
Key: SysUptime
Host interface: 10.x.x.x:161
SNMP OID: .1.3.6.1.2.1.1.3.0
Security name: {$SNMP_SECNAME}
Security level: authNoPriv
Authentication protocol: MD5
Authentication passphrase: {$SNMP_AUTH}
Zabbix 3.0
When zabbix sends the snmp request through the firewall cluster and, for example, hits firewall node A, the response is sometimes received by firewall node b. Since firewall node b doesn't know who sent the request, it simply drops it.
Code:
snmpwalk -v3 -u Usnmp -l AuthNoPriv -a MD5 -A 'AuthPass' 10.x.x.x .1.3.6.1.2.1.1.3.0 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (61650508) 7 days, 3:15:05.08
Zabbix do not give me data, queue always empty for snmpv3 agent, error message in front end no even error message in the log.
My zabbix config:
Type: SNMPv3 agent
Key: SysUptime
Host interface: 10.x.x.x:161
SNMP OID: .1.3.6.1.2.1.1.3.0
Security name: {$SNMP_SECNAME}
Security level: authNoPriv
Authentication protocol: MD5
Authentication passphrase: {$SNMP_AUTH}
Zabbix 3.0
When zabbix sends the snmp request through the firewall cluster and, for example, hits firewall node A, the response is sometimes received by firewall node b. Since firewall node b doesn't know who sent the request, it simply drops it.
How to get the host supported again? For me only solution is to remove host and add it one more time. This doesn't make any sense because I'm loosing all data, stats, graphs etc.
Comment