In Zabbix, I have configured SNMP V1/V2 on my WatchGuard M470 according to the instructions listed from their KB for Enabling SNMP Polling, including adding a policy to allow Zabbix to route to the Firebox. From the Zabbix Server, I can run the following snmpwalk command from the Linux cmd line, and I get a SNMP response:
Number of Active Connections:
Result:
I've also allowed my workstation in the WatchGuard policy so that I can use iReasoning MIB Browser, and my workstation can also issue walk commands to the FireBox successfully.
My problem is that Zabbix is reporting the following for WatchGuard host:

The $SNMP_COMMUNITY macro and Community String on the Firebox match. I know I can communicate using SNMP from the Zabbix Server and my own workstation.
Here is what my host looks like. If you need more information, please let me know. This is Zabbix 6.4.9.
Number of Active Connections:
Code:
snmpwalk xxx.xxx.xxx.xxx -v 2c -c communityname .1.3.6.1.4.1.3097.6.3.80.0
Code:
iso.3.6.1.4.1.3097.6.3.80.0 = Counter64: 7358
My problem is that Zabbix is reporting the following for WatchGuard host:
The $SNMP_COMMUNITY macro and Community String on the Firebox match. I know I can communicate using SNMP from the Zabbix Server and my own workstation.
Here is what my host looks like. If you need more information, please let me know. This is Zabbix 6.4.9.
Comment