The MikroTik RouterOS supports:
[admin@MikroTik] snmp> set contact=Sysadmin-555-1212 location=MikroTik enabled=yes [admin@MikroTik] snmp> print enabled: yes contact: Sysadmin-555-1212 location: MikroTik [admin@MikroTik] snmp>
Description of arguments:
contact, location - Informative only settings for the NMS.
enabled - SNMP service is disabled by default.
[admin@MikroTik] snmp> community [admin@MikroTik] snmp community> print # NAME READ-ACCESS 0 public yes [admin@MikroTik] snmp community>
Argument description:
name - Community name.
read-access - Enables or disables the read access for the community.
You can add new communities and change the read access type, for example:
[admin@MikroTik] snmp community> set public read-access=no [admin@MikroTik] snmp community> add name=private [admin@MikroTik] snmp community> print # NAME READ-ACCESS 0 public no 1 private no [admin@MikroTik] snmp community>
Tools for SNMP Data Collection and Analysis
MRTG (Multi Router Traffic Grapher) is the most commonly used SNMP monitor.
http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/
Example of using MRTG with Mikrotik SNMP
Here is a example configuration file for MRTG to monitor network card traffic on Mikrotik 2.6.x
This file was created with MRTG v2.9.17 cfgmaker on a linux computer.
This is a only an example file.
For more information read the MRTG documentation:
Configuration Reference
Additional Resources
http://www.ietf.org/rfc/rfc1592.txt
http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/snmp.htm