Bandwidth test over snmp + OID

Hi all,
I have several questions:

  1. I have created a C# program to get SNMP from MT router based on OID. But the only OIDs that give me results are those like sysName or sysUptime.
    If I put in another OID numbers according to http://www.mikrotik.com/testdocs/ros/2.9/root/snmp_content.php and http://www.simpleweb.org/ietf/mibs/modules/html/?category=IETF&module=RFC1213-MIB I dont get any values.
    Can you tell me why? :open_mouth:
    2.Is it possible to get somehow the data through SNMP to monitor the traffic between two routers … something like bandwidth-test ?

Thanks for replies in advance.

at first, check with ‘snmpwalk’ utility (http://www.net-snmp.org/)

no, you cannot run bandwidth test via SNMP, just monitor current traffic over the interface

Thanks, that helped a lot :slight_smile: