C613-50631-01 Rev A Command Reference for IE340 Series 3208
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SNMP COMMANDS
SNMP
-SERVER USER
snmp-server user
Overview Use this command to create or move users as members of specified groups. This
command is used with SNMPv3 only.
The no variant of this command removes an SNMPv3 user. The specified user must
already exist.
Syntax
snmp-server user <username> <groupname> [encrypted] [auth
{md5|sha|sha-256} <auth-password>] [priv {des|aes}
<privacy-password>]
no snmp-server user <username>
Mode Global Configuration
Usage notes Additionally this command provides the option of selecting an authentication
protocol and (where appropriate) an associated password. Similarly, options are
offered for selecting a privacy protocol and password.
• Note that each SNMP user must be configured on both the manager and
agent entities. Where passwords are used, these passwords must be the
same for both entities.
Parameter Description
<username> User name. The user name is a string up to 20 characters
long and is case sensitive.
<groupname> Group name. The group name is a string up to 20
characters long and is case sensitive.
encrypted Use the encrypted parameter when you want to enter
encrypted passwords.
auth Authentication protocol.
md5 MD5 Message Digest Algorithms.
sha SHA Secure Hash Algorithm.
sha-256 SHA-256 Secure Hash Algorithm. Note: SHA-256
authentication is required in crypto secure-mode.
<auth-password> Authentication password. The password is a string of 8 to
20 characters long and is case sensitive.
priv Privacy protocol.
des DES: Data Encryption Standard. DES is not available if you
enable crypto secure-mode.
aes AES: Advanced Encryption Standards.
<privacy-password> Privacy password. The password is a string of 8 to 20
characters long and is case sensitive.