Ad Widget

Collapse

No SNMP connection with custom template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Colin_
    Junior Member
    • Jun 2026
    • 3

    #1

    No SNMP connection with custom template

    Hello everyone,

    since there is no official integration for SecurePoint firewalls, I used the vendor-provided MIBs and converted them into a Zabbix template using mib2zabbix. https://github.com/zabbix-tools/mib2zabbix
    I have applied the same approach to several LANCOM switches without any issues. However, with the SecurePoint template, I am encountering a different behavior:
    • It appears that the Zabbix proxy is not sending any SNMP requests at all.
    • There are no error messages in the frontend or logs.
    • In Data collection -> Hosts, the SNMP availability icon remains grey.
    The basic setup should be correct:
    • SNMP is properly configured on the SecurePoint firewall.
    • The corresponding firewall rule allowing SNMP is in place.
    • The firewall and the Zabbix proxy are located in the same network (no routing involved).

    Click image for larger version

Name:	image.png
Views:	5
Size:	11.3 KB
ID:	514439
    Click image for larger version

Name:	image.png
Views:	1
Size:	10.3 KB
ID:	514440​

    When disabling and enabling the working and non-working templates, I receive the following log messages.
    Code:
    2105:20260623:102629.116 received configuration data from server at "192.168.XXX.XXX", datalen 62621 <-- Disabled working template
    2105:20260623:102639.254 received configuration data from server at "192.168.XXX.XXX", datalen 62621 <-- Enabled working template
    2156:20260623:102656.089 enabling SNMP agent checks on host "XXX.XXX.de": interface became available <-- SNMP is enabled
    2105:20260623:102709.601 received configuration data from server at "192.168.XXX.XXX", datalen 37848 <-- Disabled SecurePoint template
    2105:20260623:102729.848 received configuration data from server at "192.168.XXX.XXX", datalen 37848 <-- Enabled SecurePoint template
                                                                                                         <-- Nothing happens​
    I don't know what I should check next. Any hints or troubleshooting approaches would be appreciated.
Working...