© 1999 - 2017 Pierrick SIMIER |         ContactPrintTopSearchSite MapPrev PageNext Page

A beginner’s guide to SNMP

What is SNMP?
SNMP basic components and its functions:
Basic Commands of SNMP



This article is an SNMP 101 tutorial that lets one know what SNMP is, its various components & their functionalities and a few basic SNMP commands.

What is SNMP?

    Simple Network Management Protocol (SNMP) is an application–layer protocol defined by the Internet Architecture Board (IAB) in RFC1157 for exchanging management information between network devices. It is a part of the Transmission Control Protocol/ Internet Protocol (TCP/IP) protocol suite.
    SNMP is one of widely accepted protocols used to manage and monitor network elements. Most of the professional–grade network elements come bundled with an SNMP Agent. These Agents have to be enabled and configured to communicate with the Network Management System (NMS).

SNMP basic components and its functions:

    The SNMP architecture consists of
    The SNMP Manager
    A managed device
    An SNMP Agent
    Management Information Databases (otherwise known as Management Information Bases or MIBs)

    The SNMP Manager - (Usually the Network Management System - NMS) communicates with the multiple SNMP Agents implemented in the network.

    A managed device - or the network element is a part of the network that requires some form of monitoring and management e.g. routers, switches, servers, workstations, printers, UPSs, etc..

    An SNMP Agent - is a program that is bundled within the managed device. Enabling this agent allows it to collect the Management Information Database from the device locally to make it available to the SNMP Manager on request. These Agents could be standard (e.g. Net-SNMP) or specific to a vendor (e.g. HP Insight Agent)

    Management Information Base / database - The commonly shared database between the Agent and the Manager is called Management Information Base (MIB). In short, MIB files are the set of questions that the SNMP Manager can ask the Agent. The Agent collects these data locally and stores it, as defined in the MIB.

    The MIBs contain a standard set of statistical and control values defined for the managed devices on a network. The SNMP protocol also allows the extension of these standard values with values specific to a particular Agent through the use of private MIBs. So the SNMP Manager should be aware of these standard and private questions for every type of Agent.

Basic Commands of SNMP

    The simplicity involved in the information exchange has made SNMP one of the most widely accepted network management protocols. The main reason being a concise set of commands:
    GET: The GET operation is a request sent by the Manager to the managed device. It is performed to retrieve one or more values from the managed device
    GET NEXT: This operation is similar to the GET. The significant difference is that the GET NEXT operation retrieves the value of the next OID in the MIB tree
    GET BULK: The GETBULK operation is used to retrieve voluminous data from a large MIB table
    SET: This operation is used by the Managers to modify or assign the value to the managed device
    TRAPS: Unlike the above commands which are initiated from the SNMP Manager, TRAPS are initiated by the Agents. It is a signal to the SNMP Manager by the Agent on the occurrence of an event in the managed device
    INFORM: This command is similar to the TRAP initiated by the Agent, additionally INFORM includes confirmation from the SNMP Manager on receiving the message
    RESPONSE: It is the command used to carry back the value(s) or signal of actions directed by the SNMP Manager

To know more about the SNMP versions, the MIB tree, the Object ID (OID) and how typical SNMP communication happens, visit ManageEngine’s SNMP tutorial. This tutorial is a part of a know-how series of documents under OpManager, ManageEngine’s network monitoring software.



Author Name: ManageEngine, ZOHO Corp.