Configuration Mode Commands : System Administration Commands : SNMP 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 version of this command disables this option.
Example
amnesiac (config) # snmp-server user testuser password plain-text testpass auth-protocol SHA
Product
SCC, Interceptor, Mobile Controller, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show snmp