[SOLVED] Tx & Rx rate via SNMP ?
Posted: Tue May 31, 2016 6:21 pm
Hello everyone,
I am currently writing a Zabbix template to monitor my RB3011UiAS with SNMP.
I cannot find the oid for Tx rate and Rx rate.
This is weird because in The Dude client, there is an SNMP tab for my device and I can get Tx / Rx rate. Is it calculated from bytes-in and bytes-out ? I cannot afford to do this in Zabbix because it's way too slow and bloated to be reliable.
Does someone have an idea ?
Regards.
I am currently writing a Zabbix template to monitor my RB3011UiAS with SNMP.
I cannot find the oid for Tx rate and Rx rate.
Code: Select all
[admin@gw01] /snmp community> /interface print oid
Flags: D - dynamic, X - disabled, R - running, S - slave
0 R name=.1.3.6.1.2.1.2.2.1.2.1 actual-mtu=.1.3.6.1.2.1.2.2.1.4.1
mac-address=.1.3.6.1.2.1.2.2.1.6.1 admin-status=.1.3.6.1.2.1.2.2.1.7.1
oper-status=.1.3.6.1.2.1.2.2.1.8.1 bytes-in=.1.3.6.1.2.1.31.1.1.1.6.1
packets-in=.1.3.6.1.2.1.31.1.1.1.7.1 discards-in=.1.3.6.1.2.1.2.2.1.13.1
errors-in=.1.3.6.1.2.1.2.2.1.14.1 bytes-out=.1.3.6.1.2.1.31.1.1.1.10.1
packets-out=.1.3.6.1.2.1.31.1.1.1.11.1 discards-out=.1.3.6.1.2.1.2.2.1.19.1
errors-out=.1.3.6.1.2.1.2.2.1.20.1
Does someone have an idea ?
Regards.