Hello,
we use the check plugin https://github.com/lausser/check_nwc_health/ for all our network devices and SNMPv3. I can use snmpwalk with -v3, but not the plugin, it complains:
check_nwc_health --protocol 3 --username monitoring --authpassword 'foo' --privpass 'bar' --privprotocol des --authprotocol sha -H 192.168.1.8 --mode uptime
Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Net/SNMP.pm line 2620.
CRITICAL - cannot create session object: Time synchronization failed during discovery
One reason could be (tcpdump):
snmpUsmMIB.usmMIBObjects.usmStats.usmStatsUnknownEngineIDs.0=464
It seems like, that the SNMP(v3) is not correct implemented in the latest RouterOS. How can I help, to fix this issue ?
cu denny