Zabbix template for

Hello!

Looking for Zabbix template to monitor at least some of CRS326Q-24S+2Q+ values when running SwOS. Any help will be appreciated.

Use standard ‘Network Generic Device SNMP’ template (built-in). If needed, download it from https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/net/generic_snmp
Link is for latest Zabbix v.5.2, you can change branch to another if needed.

Thanks for response. With suggested templates all I get is Device uptime and SNMP availability. Looking for some more data. I’m running Zabbix 4.0

For version 4 download links are here
https://share.zabbix.com/official-templates/zabbix-official-template-pack
Use SNMPv2 template. And be patient, I received first data after about 30 min.

Thanks, already did that. The problem actually was the long time to receive data.

Now I encountered next problem - most of SFP interfaces not showing in latest data (Show items without data checked).

Looks like most of QSFP+ interfaces are there but only few of SFP ports (9,10,16) and none of those are actually connected. (All connected are missing)

Hi there,
I’m getting into Zabbix right now, still at the very beginning. I’m using Zabbix 6.2.

I got my CCR1009 monitored with the default template but the dashboard is not the best.
Are there any recommendations for community dashboards and/or dashboards templates?

The template I use is MikroTik CCR1009-7G-1C-1S SNMP which was available by default in https://www.zabbix.com/documentation/current/en/manual/config/hosts/host#configuration → templates input field → start typing CCR

thx
Stefan

Anybody have any Zabbix 6 templates for any of the Mikrotik 60Ghz products?

I know this is old will probably get in trouble but I thought I would share for others. Found the below on the internet , credit below.

Worked on Zabbix Version: 6.4 with four Mikrotik CHR’s Version: 6.49.10 and one 7.12.1

What to do is:
A. Configure SNMP MikroTIk
B. If Public allow Connection to SNMP 161 UDP Port
C. Add Host on Zabbix Server settings

A. Configure SNMP MikroTIk
Set SNMP to Enable with this:

snmp set enabled=yes

To edit SNMP community name use this:

snmp community set name=publicsnmp 0

Add contact information for MikroTik device:

snmp set contact="ZabbixAdmin <user@youremail.com>"

and

snmp set location="Zabbix SNMP"

B. Allow Connection to SNMP 161 UDP Port needs to be placed in the correct location in router, if not public, this portion is not needed.
If public, add filter rule, select Chain to “input”, set Protocol to UDP, and Dst Port 161. 161 mean SNMP port that use for incoming connection to MikroTIk device.

Filter Rule (1)

set Action to “accept”, then click OK button.

Filter Rule (2)

C. Add Host on Zabbix Server settings
Hover to Configuration > Hosts, then Click “Create Host” button.

  1. Set Hostname
  2. Select Template “Template Generic Device by SNMP”
  3. Select Host groups if needed.
  4. Set IP Address with IP of MikroTIk device and set port to 161
  5. Select SNMP Version to SNMPv2
  6. Set SNMP Community to snmpname from MikroTIk Config.

Add Host (1)

  1. Click tab Templates, select Network Generic Device by SNMP

Add Host (2)

And then click Save button.

Add Host (3)

If the SNMP state change background color to Green that mean the connection between Zabbix Server and MikroTIk successful!

Cleaned up and from https://medium.com/@auliarahmed/zabbix-monitoring-mikrotik-router-using-snmp-53aa76a9c771