Enable Snmp Monitoring Mikrotik

On
Monitoring

This system Cacti/MikroTik Graphing is used to display graphic real time traffic which is passed through interfaces and simple queues as well as for resource usage (CPU, RAM and Disk usage). MikroTik Graphing method first records bandwidth or resource usage information on memory or on the device’s storage with a time basis and then displays this information in an easy to read graph that can be printed or the web link can be given to a client for his or her own inspection. But before getting these graphs available in your Winbox or web interface, you must first configure MikroTik Graphing properly.

IntroductionIn this text is described how to configure Mikrotik RouterOS and mrtg (FreeBSD). You must be root on nix machine and ports collection is installed. Web server must be configured and running on BSD machine. In this example Web server is Apache server.All information about mrtg and apache can be found at homepages:2. RouterOS SNMP Configuration /snmpset enabled=yes contact='your@mail.com' location='SomeCountry'/snmp communityset public name='public' address=192.168.0.5/32 read-access=yesIp address 192.168.0.5 is address of BSD machine where mrtg will be installed.2. Citizen arrest form.

Enable Snmp On Cisco Switch

MRTG Installation and ConfigurationNow we install and configure mrtg on BSD machine.cd /usr/ports/net-mgmt/makemake installNow we need to create configuration file for mrtg. It can be done automatically by cfgmaker program.192.168.0.1 is ip of RouterOS.cfgmaker public@192.168.0.1 -output=/usr/local/etc/mrtg.cfgChange WorkDir value in created mrtg file with text editor.