User guide

Chapter 7: Using the Command Line Interface
210
<privacy_passphrase> is a string used as a privacy passphrase,
comprising up to 32 ASCII printable characters. The privacy
passphrase must be enclosed in quotes.
<option7> is one of the options: MD5 or SHA-1.
Option Description
MD5 MD5 authentication protocol is applied.
SHA-1 SHA-1 authentication protocol is applied.
<option8> is one of the options: DES or AES-128.
Option Description
DES DES privacy protocol is applied.
AES-128 AES-128 privacy protocol is applied.
<roles> is a role or a list of comma-separated roles assigned to the
specified user profile.
Tip: You can combine all commands to modify the parameters of a specific
user profile at a time. See Multi-Command Syntax (on page 214).
Example
The following command modifies three parameters for the user profile --
May:
config:# user modify "May" fullname "May Turner" enabled true snmpv3Access enabled
Results:
The full name is specified as May Turner.
The user profile is enabled.
The user's SNMP v3 access permission is enabled.
Deleting a User Profile
This command syntax deletes an existing user profile.
config:# user delete "<name>"
Example
The following command deletes the user profile -- May.
config:# user delete "May"