I am using the Zabbix 5.4 Mikrotik Template listed here: https://www.zabbix.com/integrations/mikrotik but am running into some issues.
Problem 1
I would like to use SNMPv3 to encrypt traffic from the router, however, I get the following when I attempt to connect:

This is what I have configured on Zabbix:


And this is what I have configured on the Mikrotik router (I have checked that the Authentication passphrase and Privacy passphrase are correct):


I have tried using snmpwalk which seems to work find and I also tried setting the Timeout=30 in zabbix_server.conf.
We also do have it working with SNMPv2 though would much prefer to have SNMPv3 encryption.
Here are the logs I'm getting:
Problem 2
This is assuming we are using SNMPv2...
When CAPsMAN is configured on the router, we constantly get that interface wlan1() and interface wlan2() go up and down.
There are no issues with the router itself and CAPsMAN seems to be working fine.
Is there any way of fixing this?
Any help would be greatly appreciated...
Problem 1
I would like to use SNMPv3 to encrypt traffic from the router, however, I get the following when I attempt to connect:
This is what I have configured on Zabbix:
And this is what I have configured on the Mikrotik router (I have checked that the Authentication passphrase and Privacy passphrase are correct):
I have tried using snmpwalk which seems to work find and I also tried setting the Timeout=30 in zabbix_server.conf.
We also do have it working with SNMPv2 though would much prefer to have SNMPv3 encryption.
Here are the logs I'm getting:
Code:
SNMP agent item "net.if.out.discards[ifOutDiscards.10]" on host "30000-IPC_MKOffice-RT1" failed: another network error, wait for 15 seconds SNMP agent item "net.if.out.errors[ifOutErrors.2]" on host "30000-IPC_MKOffice-RT1" failed: another network error, wait for 15 seconds SNMP agent item "net.if.out.errors[ifOutErrors.3]" on host "30000-IPC_MKOffice-RT1" failed: another network error, wait for 15 seconds SNMP agent item "net.if.out.errors[ifOutErrors.8]" on host "30000-IPC_MKOffice-RT1" failed: another network error, wait for 15 seconds SNMP agent item "net.if.out.errors[ifOutErrors.9]" on host "30000-IPC_MKOffice-RT1" failed: another network error, wait for 15 seconds temporarily disabling SNMP agent checks on host "30000-IPC_MKOffice-RT1": interface unavailable
Problem 2
This is assuming we are using SNMPv2...
When CAPsMAN is configured on the router, we constantly get that interface wlan1() and interface wlan2() go up and down.
There are no issues with the router itself and CAPsMAN seems to be working fine.
Is there any way of fixing this?
Any help would be greatly appreciated...
Comment