Zabbix is trying to monitor the YAMAHA RTX router using SNMP.As a result of working on the zabbix screen, I think I have to specify the SNMP OID of the target metric that I want to monitor.
After a little research, it seems that the SNMP OID is defined in the MIB file located in YAMAHA private MIB.I tried to read these files, but I don't know how to read them.
How do I read SNMP OIDs from these MIB files from the perspective of registering items with Zabbix?
zabbix snmp
Rather than reading the MIB, I think it would be easier to actually refer to the OID and value in SNMP.
$snmpwalk-v1-cpublic<ip-address>
The OID and values are consistently displayed, so please choose the one you need.
© 2024 OneMinuteCode. All rights reserved.