A Quick Guide to Setting Up SNMPv3
7 min
Tutorial
Translation

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.