Configuration Mode Commands : System administration commands : snmp-server user
  
snmp-server user
Configures changes to the User-Based Security (UBS) model.
Syntax
[no] snmp-server user <name> password {encrypted <key> | plain-text <text>} auth-protocol {MD5 | SHA} [priv-protocol {AES |DES} priv-key {encrypted <key> | plain-text <text>}]
Parameters
<name>
Username.
password
Specifies the password type:
encrypted <key> - Enables encrypted password authentication.
plain-text <text> - Enables plain-text password authentication. The plain-text password must be at least eight characters.
auth-protocol
Specifies the authorization protocol:
MD5 - Enables MD5 security protocol.
SHA - Enables SHA security protocol.
priv-protocol
Specifies the privacy protocol:
AES - CFB128-AES-128 as the privacy protocol.
DES - CBC-DES as the privacy protocol.
priv-key
Specifies the privacy key:
encrypted <key> - Encrypted privacy key.
plain-text <text> - Plain-text privacy key. The plain-text privacy key must be at least 8 characters.
Usage
The no command option disables this configuration.
Example
amnesiac (config) # snmp-server user testuser password plain-text testpass auth-protocol SHA
Product
SCC, Interceptor, Client Accelerator, SteelHead CX, SteelHead-v, SteelHead-c
Related Commands
show snmp