MikroTik RouterOS V2.4 SNMP Service

Document revision 04-Oct-2001
This document applies to the MikroTik RouterOS V2.4

Overview

SNMPv2 (Simple Network Management Protocol version 2) is supported in limited functionality. Installation of the SNMP package makes the router into an SNMP agent.

The MikroTik RouterOS supports:

Contents of the Manual

The following topics are covered in this manual:

Installation

The 'snmp-2.4.x.npk' (less than 150KB) package for installation of SNMP is required. The package can be downloaded from MikroTik’s web page www.mikrotik.com. To install the package, please upload it to the router with ftp and reboot. You may check to see if the SNMP package is installed with the command:

[MikroTik] > system package print
  # NAME                   VERSION               BUILD-TIME           UNINSTALL
  0 wavelan                2.4                   sep/25/2001 05:08:09 no
  1 snmp                   2.4                   sep/25/2001 05:06:09 no
  2 routing                2.4                   sep/25/2001 05:06:07 no
  3 ssh                    2.4                   sep/25/2001 05:08:11 no
  4 system                 2.4                   sep/25/2001 05:05:48 no
  5 ppp                    2.4                   sep/25/2001 05:06:35 no
  6 pppoe                  2.4                   sep/25/2001 05:06:45 no
  7 pptp                   2.4                   sep/25/2001 05:06:44 no
[MikroTik] >

Line 1 shows that the SNMP package is installed.

Hardware Resource Usage

When the SNMP is enabled, it uses approximately 2MB of RAM. When using SNMP, memory usage estimates should be made, system resources should be monitored, and RAM should be increased accordingly.

SNMP Setup

SNMP management can be accessed under the /snmp menu. Use the set command to configure it and enable the service:

[MikroTik] snmp> set contact=Sysadmin-555-1212 location=MikroTik enabled=yes
[MikroTik] snmp> print
     contact: Sysadmin-555-1212
    location: MikroTik
     enabled: yes
[MikroTik] snmp>

Description of arguments:

contact-info, location - Informative only settings for the NMS.
enabled - (yes / no). SNMP service is disabled by default.

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/

Additional Resources

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/snmp.htm


© Copyright 1999-2001, MikroTik