Resource · Glossary

    What Is SNMP (Simple Network Management Protocol)?

    SNMP, the Simple Network Management Protocol, is a long-standing standard that lets monitoring systems collect health and performance data from network and infrastructure devices — and, when needed, change their settings. Almost every switch, router, firewall, server, UPS, and PDU speaks SNMP, which is why it remains one of the most common ways to monitor a data center.

    How It Works

    Managers, Agents, Polls, and Traps

    SNMP has two sides: a manager (the monitoring system) and agents (software on each device). The manager polls agents for values, and agents can push unsolicited alerts called traps. The data each device exposes is described in a MIB and addressed by OIDs.

    Polling

    The manager requests values (GET) from an agent at intervals.

    Traps

    The agent sends an alert the moment an event occurs.

    MIB & OID

    The device's data catalog and the unique address of each value.

    SNMPv3

    Adds authentication and encryption over the older v1/v2c.

    Strengths and Limits

    Where SNMP Excels — and Where It Stops

    SNMP's strength is ubiquity. Because nearly every device supports it, one protocol can cover a diverse, multi-vendor estate, giving you interface counters, CPU and memory readings, environmental sensors, and event traps without custom integrations. For network and facility gear, it is often the fastest path to visibility.

    Its limits show at the hardware layer. SNMP can tell you a device is drawing power or that an interface errored, but it was never designed to expose deep component health — RAID array state, individual memory-module errors, firmware baselines, or configuration drift. For that, out-of-band interfaces such as Redfish, IPMI, iDRAC, iLO, and iBMC go deeper. The strongest approach combines both: SNMP for breadth, out-of-band for hardware depth.

    The Sensaka Angle

    SNMP Plus Hardware-Deep Collection

    Sensaka uses SNMP and SNMP traps for broad device coverage, then adds out-of-band collection for the hardware detail SNMP can't reach. The two together give one view that spans a whole multi-vendor estate and still sees down to the component level — with events correlated to assets and business impact.

    SNMP and SNMP trap support
    Broad multi-vendor coverage
    Out-of-band depth beyond SNMP
    Environmental and power sensors
    Events correlated to assets
    FAQ

    Common Questions About SNMP

    What does SNMP stand for?

    SNMP stands for Simple Network Management Protocol. It is a standard protocol for collecting and organizing information about managed devices on IP networks, and for modifying that information to change device behavior.

    What is an SNMP trap?

    An SNMP trap is an unsolicited alert sent from a device to the monitoring system when an event occurs — for example, an interface going down or a power supply failing — instead of waiting to be polled.

    What is a MIB and an OID?

    A MIB (Management Information Base) is the catalog of data a device exposes. An OID (Object Identifier) is the unique address of a specific value within that catalog, such as a particular interface's error count.

    Which SNMP version should I use?

    SNMPv3 is recommended because it adds authentication and encryption. SNMPv1 and v2c send community strings in clear text and should be avoided on untrusted networks.

    What is snmpwalk?

    snmpwalk is a command-line tool that queries a device for a whole subtree of its MIB in one pass, instead of one OID at a time. Engineers use it to explore what data a device exposes before configuring monitoring.

    What is a MIB browser?

    A MIB browser is a tool that loads MIB files and lets you navigate a device's object tree visually, translating numeric OIDs into human-readable names. It's the standard way to find the right OID for a metric you want to monitor.

    What is SNMP monitoring?

    SNMP monitoring is using the SNMP protocol to collect health and performance data — interface counters, CPU, memory, temperature, power — from network and infrastructure devices, and raising alerts on thresholds or traps.

    Go beyond what SNMP alone can see