6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_snmpuser
Creates, updates, or deletes SNMPv3 users.
Description
Names the user whose keys were used to authenticate and encrypt packets.
Synopsis
Create a v3 user in a group:
ibrix_snmpuser -c -n USERNAME -g GROUPNAME [-j {MD5|SHA}] [-k
AUTHORIZATION_PASSWORD] [-y {DES|AES}] [-z PRIVACY_PASSWORD]
Authentication and privacy settings are optional. An authentication password is required if the
group has a security level of either authNoPriv or authPriv. The privacy password is required
if the group has a security level of authPriv. If unspecified, MD5 is used as the authentication
algorithm and DES as the privacy algorithm, with no passwords assigned.
Update a v3 user:
ibrix_snmpuser -u -n USERNAME [-g GROUPNAME] [-j {MD5|SHA}] [-k
AUTHORIZATION_PASSWORD] [-y {DES|AES}] [-z PRIVACY_PASSWORD]
Delete a v3 user:
ibrix_snmpuser -d -n USERNAME
List user information:
ibrix_snmpuser -l [-n USERNAME]
The information includes the user’s name, group, authorization, and privacy algorithms, as well
as the passwords for each algorithm. The command can report on all users or on a single named
user.
Options
DescriptionOption
Creates a SNMPv3 user.-c
Deletes an SNMP user.-d
Specifies the SNMPv3 group to which this user is assigned.-g GROUPNAME
Specifies the user authentication algorithm used to authorize messages sent or
received on behalf of this user. The default is MD5.
-j MD5 | SHA
Specifies the user authentication password. Passwords must contain at least eight
characters. By default, no password is set.
-k AUTHORIZATION_PASSWORD
Lists properties for one or more SNMP users.-l
Specifies an SNMP user name.-n USERNAME
Updates an SNMP user.-u
Identifies the v3 privacy algorithm used to encrypt messages sent or received on
behalf of this user. The default is DES.
-y DES|AES
Specifies the privacy password for v3 encryption and decryption. Passwords must
contain at least eight characters. By default, no password is set.
-z PRIVACY_PASSWORD
Shows the usage for this command.-?
ibrix_snmpuser 191