All streams
Search
Write a publication
Pull to refresh

Administrating

Show first
Rating limit
Level of difficulty

A Quick Guide to Setting Up SNMPv3

Reading time7 min
Views1.2K

Setting up a v3 user on the server-side agent for the default Linux snmpd (net-snmp package). Out of scope: SNMP traps and read-write (rw) users.

SNMP version 3 allows packet transmission in encrypted form, making it safe to transfer telemetry over public networks without the risk of exposing either authentication information (analogous to a community string) or the data stream itself, which is encrypted using a symmetric algorithm with a shared key.

Let me figure it out →
2