docs/npm/device-metrics/quick-start.md
Get one device polling in a few minutes, confirm Netdata auto-detected it, and read its interfaces. Do this on the Agent nearest the device — that Agent becomes your site's SNMP hub.
You need:
Confirm reachability from the hub before touching Netdata:
snmpget -v2c -c <community> <device-ip> .1.3.6.1.2.1.1.3.0
A sysUpTime value back means SNMP works. No answer means a firewall, ACL, or credential problem to fix first — not a Netdata issue.
Open the SNMP configuration:
cd /etc/netdata
sudo ./edit-config go.d/snmp.conf
Add one job (SNMPv2c shown; for SNMPv3 see Configuration):
jobs:
- name: core-switch-1
hostname: 10.0.0.1
community: public
Save and reload Netdata (for example sudo systemctl reload netdata, or restart per your install).
Open the Netdata dashboard. Within a poll cycle or two the device appears as its own node named after the job. You did not list any OIDs — the collector read the device's sysObjectID/sysDescr and applied every matching profile.
Check two things:
On the Live tab in the top navigation, select SNMP -> Interfaces from the Functions list (and pick the device) for a live, sortable table of every interface — traffic, status, errors, and discards — served from data already collected, with no extra requests to the device. If the device runs BGP or exposes licenses, snmp:bgp-peers and snmp:licenses are there too.