Hi!
I've got Zabbix 6.0.4 on CentOs stream release 8.
I've configured snmp trap receiver exactly as in manual:
I use /var/lib/zabbix/snmptraps/snmptraps.log file like a ZABBIX_TRAPS_FILE in bash script and SNMPTrapperFile in zabbix_server.conf
I can see snmp traps coming from network devices in tcpdump.
But traps from network interface does not appear in the file snmptraps.log, the file is not created.
When I use the command like a (snmptrap -v 2c -c public 10.128.10.14 '' .1.3.6.1.6.3.1.1.5.3 .1.3.6.1.6.3.1.1.5.3 s "ens192") on server itself the snmptraps.log file is created and trap enters the file.
Please help with this problem, what's wrong with my config.
I've got Zabbix 6.0.4 on CentOs stream release 8.
I've configured snmp trap receiver exactly as in manual:
I use /var/lib/zabbix/snmptraps/snmptraps.log file like a ZABBIX_TRAPS_FILE in bash script and SNMPTrapperFile in zabbix_server.conf
I can see snmp traps coming from network devices in tcpdump.
But traps from network interface does not appear in the file snmptraps.log, the file is not created.
When I use the command like a (snmptrap -v 2c -c public 10.128.10.14 '' .1.3.6.1.6.3.1.1.5.3 .1.3.6.1.6.3.1.1.5.3 s "ens192") on server itself the snmptraps.log file is created and trap enters the file.
Please help with this problem, what's wrong with my config.
Comment