9-47
Command Line Reference
Network Management Application Commands
snmpv3 user-name
This command adds or removes SNMPv3 users on the access point.
Syntax
snmp-server user-name <user-name>
[auth <md5 | sha> <auth-pass> [priv <des } aes> <priv-pass>]]
[no] snmp-server user-name <user-name>
• user-name - The username of the new SNMPv3 user.
• auth - Adds an authentication method to the user settings.
• md5 - Uses MD5 authentication.
• sha - Uses SHA authentication.
• auth-pass - The password for the selected authentication method.
• priv - Adds a privacy method to the user settings.
• des - Uses DES encryption.
• aes - Uses AES encryption.
• priv-pass - The password for the selected privacy method.
Default Setting
None.
Command Mode
Global Configuration
Example
Related Commands
snmpv3 enable (page 9-46)
show snmpv3 (page 9-48)
ProCurve Access Point 530# config
ProCurve Access Point 530(config)# snmpv3 user-name ltulina
auth md5 12345678 priv aes 87654321
ProCurve Access Point 530(config)#