.TH net-snmp-create-v3-user 1 "09 Aug 2024" V5.9.5.2 "Net-SNMP" .SH NAME net-snmp-create-v3-user \- create a SNMPv3 user in net-snmp configuration file .SH SYNOPSIS .PP .B net-snmp-create-v3-user [-ro] [-A authpass] [-a MD5|SHA|SHA-512|SHA-384|SHA-256|SHA-224] [-X privpass] [-x DES|AES|AES128] .B [username] .SH DESCRIPTION .PP The \fInet-snmp-create-v3-user\fP shell script is designed to create a new user in the net-snmp configuration file (/var/net-snmp/snmpd.conf by default). .SH OPTIONS .TP \fB\-\-version\fR displays the net-snmp version number .TP \fB\-ro\fR create a user with read-only permissions .TP \fB\-A authpass\fR specify authentication password .TP \fB\-a MD5|SHA|SHA-512|SHA-384|SHA-256|SHA-224\fR specify authentication algorithm .TP \fB\-X privpass\fR specify encryption password .TP \fB\-x DES|AES|AES128\fR specify encryption algorithm