SNMP scanning shows which devices in your IP networks support the Simple Network Management Protocol and what data their SNMP agents expose, assuming the device answers SNMP and the credentials are right. Scanning is a point-in-time device list. Network monitoring is the part that keeps polling, alerting, and dashboards running so you can track health and performance over time.
PRTG combines both. You run an SNMP scanner across your network devices, then add SNMP monitoring based on templates and your settings. For common scenarios, you can get useful monitoring running without writing scripts. When you need extra metrics or odd edge cases, you extend coverage with custom sensors and other methods, for example by polling specific OIDs (object identifiers) and using a MIB to make values easier to read.
PRTG can monitor many SNMP-enabled devices such as routers, switches, firewalls, servers (Windows and Linux), printers, UPSs, and similar gear. Coverage depends on what the device’s SNMP agent exposes. SNMP v1, SNMP v2c, and SNMP v3 are supported per device, and SNMP communication runs over UDP in standard IP networks.
Continuous polling is what turns a device list into actual monitoring. PRTG keeps querying your managed devices on a schedule, compares returned values to the thresholds you set, and sends notifications when something moves out of range. Historical data is stored for every sensor, so when something needs investigation, you have a timeline to work from, not just the current state.
Keeping your monitoring environment current starts with knowing what's on the network. PRTG's auto-discovery runs SNMP scanning across the IP ranges you define, identifies devices that respond, and builds a structured device tree. Based on templates and your settings, it can also suggest or create sensors so you start with a baseline instead of a blank page.
Discovery and polling run from the probe. For remote networks behind firewalls/NAT, or where routing is restricted, place a Remote Probe in that network. It avoids WAN dependency and usually makes access simpler. After the initial discovery, you can re-scan on demand or add devices manually.

Network switches monitored across vendors

Full device list, instant overview

Probe health at a glance
Most environments are mixed. Cisco here, something else in the core, a couple of legacy boxes that need to stay in production. Each platform has its own management interface, and consolidating visibility across them speeds up troubleshooting considerably.
PRTG pulls SNMP monitoring into one view. You get preconfigured sensors for many common devices and vendors, plus one set of dashboards and notifications across your network devices. When built-in coverage stops, you can still extend monitoring with custom sensors that poll specific OIDs, optionally with MIB support for readability. Same system, just deeper coverage.
Start monitoring your infrastructure in minutes. No professional services, no complex configuration, no risk.
You don't have to start with raw OIDs to get useful monitoring. For many devices, PRTG's preconfigured sensors cover standard SNMP metrics such as interface traffic, CPU load, and uptime, so you get value quickly without manual MIB work.
+When you need vendor-specific or deeper data, you can monitor specific OIDs (object identifiers) and use a MIB (management information base) to make results easier to interpret. Credentials (community strings for SNMP v1 and SNMP v2c, or SNMP v3 users) are set per device, which helps in mixed environments. Some niche or legacy hardware still needs manual setup.

Your entire network, visualized instantly

Build your own network map

Scheduled reports, always on time
Real networks run mixed SNMP versions. Older devices may only support SNMP v1 or SNMP v2c, while newer gear uses SNMP v3 for authentication and encryption. PRTG supports SNMP v1, SNMP v2c, and SNMP v3 per device, so you monitor what you have today without turning this into a standardization project first.
Many teams default to SNMP v2c because it supports 64-bit counters and is widely compatible. SNMP v3 improves security with user-based authentication and optional encryption, but it increases CPU load on the probe, especially at scale. If you monitor a lot of SNMP v3 devices, plan probe capacity and distribute sensors across probes. PRTG can also receive SNMP traps for event-driven messages that complement polling.
The following covers the technical methods PRTG uses to collect SNMP data: polling, trap reception, discovery, and custom sensor creation. Overview only. Not a step-by-step configuration guide.
Capability | Without PRTG Without PRTG | With PRTG With PRTG |
|---|---|---|
Device discovery | Without PRTG Point-in-time list; outdated quickly | With PRTG Device discovery via IP scans; device tree maintained in PRTG after discovery |
Continuous status monitoring | Without PRTG No ongoing checks or alerting | With PRTG Scheduled polling with threshold-based alerting |
Vendor sensor coverage | Without PRTG You supply OIDs; no vendor context | With PRTG Options to use MIBs for readability plus manual OID-based custom sensors |
MIB and OID handling | Without PRTG Raw OIDs; manual interpretation | With PRTG Options to use MIBs for readability plus manual OID-based custom sensors |
SNMP version support | Without PRTG Often v1/v2c; v3 depends on tooling | With PRTG SNMP v1/v2c/v3 supported per device |
Alerts and historical data | Without PRTG No history; no notifications | With PRTG Graphs/history plus notifications (email and other methods, including push; SMS via gateway/service) |
Choose the PRTG Network Monitor subscription that's best for you.
| License Name | License description | Price | License Details | Get started | Pricing Details | |
|---|---|---|---|---|---|---|
| PRTG 500 | $200 | per month paid annually | Buy nowBuy now | Enough to monitor multiple aspects of 50 devices | ||
| PRTG 1000 | $358 | per month paid annually | Buy nowBuy now | Enough to monitor multiple aspects of 100 devices | ||
| PRTG 2500 | $742 | per month paid annually | Buy nowBuy now | Enough to monitor multiple aspects of 250 devices | ||
| PRTG 5000 | $1,300 | per month paid annually | Buy nowBuy now | Enough to monitor multiple aspects of 500 devices | ||
| PRTG 10000 | $1,642 | per month paid annually | Buy nowBuy now | Enough to monitor multiple aspects of 1000 devices |
An SNMP scanner discovers devices that support SNMP at a point in time. You get a list. Continuous SNMP monitoring polls those devices on a schedule, tracks metrics over time, and alerts you when something changes. Discovery tells you what is there. Monitoring shows what is happening.
Per device: SNMP v1, SNMP v2c, or SNMP v3. For many environments, SNMP v2c is a practical choice because it supports 64-bit counters and keeps setup simple. If you need authentication and encryption, use SNMP v3 and plan probe capacity accordingly, because encryption increases CPU load per probe.
No. PRTG includes preconfigured sensors for many common devices, which do not require MIB work to get started. A MIB is mainly useful when you monitor devices or metrics not covered by built-in sensors and want more readable names for OIDs. If no MIB is available, you can still enter OIDs manually.
For SNMP-capable devices without dedicated coverage, PRTG’s custom SNMP sensors let you define which OIDs to poll. You can use a MIB where applicable for more readable metric names, or enter OIDs directly if you already know them. It takes more setup than using a preconfigured sensor, but it covers a wide range of SNMP-exposed metrics.
A community string is a plain-text identifier used by SNMP v1 and SNMP v2c to authenticate requests between the monitoring system and the device agent. PRTG includes the community string in each SNMP query. If it matches what the device accepts, the device responds with data. Because community strings are transmitted in clear text, keep them to trusted internal networks. SNMP v3 replaces community strings with user-based authentication and optional encryption.
Yes, if Windows or Linux systems run SNMP agents that expose metrics such as CPU, memory, disk, and uptime, PRTG can monitor those metrics via SNMP sensors. In many Windows environments, WMI can provide more detailed information than SNMP, and PRTG supports WMI as well.
Polling means PRTG queries a device at set intervals. PRTG asks, the device answers. SNMP traps are sent by the device agent to PRTG when an event occurs, without waiting for the next poll. Polling provides consistent metric collection. Traps can provide faster notification for specific events. They work best together.
PRTG uses UDP port 161 for SNMP polling. SNMP traps are received on UDP port 162. Ensure these ports are permitted between your probe and the monitored devices. Firewalls and ACLs are common causes of missing SNMP responses.
Network Monitoring Software – Version 26.1.116.1532 (February 9th, 2026)
Download for Windows and cloud-based version PRTG Hosted Monitor available
English, German, Spanish, French, Portuguese, Dutch, Russian, Japanese, and Simplified Chinese
Network devices, bandwidth, servers, applications, virtual environments, remote systems, IoT, and more
Choose the PRTG Network Monitor subscription that's best for you