OcNOS-SP : System Management Guide : System Management Command Reference : Simple Network Management Protocol : snmp-server user
snmp-server user
Use this command to create an SNMP server user.
Use the no form of this command to remove an SNMP server user.
Command Syntax
snmp-server user WORD ((network-operator|network-admin| WORD|) ((auth (md5 | sha
)(encrypt|) AUTH-PASSWORD) ((priv (des | aes) PRIV-PASSWORD) |) |) (vrf management|)
no snmp-server user USER-NAME (vrf management|)
Parameters
WORD
Specify the snmp user name (Min 5 to Max 32 alphanumeric characters)
network-operator|network-admin
 
Name of the group to which the user belongs.
WORD
User defined group-name
auth
Packet authentication type
md5
Message Digest Algorithm 5 (MD5)
sha
Secure Hash Algorithm (SHA)
AUTH-PASSWORD
 
Authentication password; length 8-32 characters
priv
Packet encryption type (“privacy”)
des
Data Encryption Standard (DES)
aes
Advanced Encryption Standard (AES)
PRIV-PASSWORD
 
Encryption password; length 8-33 characters
management
Virtual Routing and Forwarding name
encrypt
Specify authentication-password and/or privilege-password in encrypted form. This option is provided for reconfiguring a password using an earlier encrypted password that was available in running configuration display or get-config payload. Users are advised not to use this option for entering passwords generated in any other method.
Default
By default, snmp server user word is disabled
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#snmp-server user Fred auth md5 J@u-b;l2e`n,9p_ priv des t41VVb99i8He{Jt vrf management
Last modified date: 10/19/2023