configure snmpv3 add user
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
145
configure snmpv3 add user
configure snmpv3 add user [[hex <hex_user_name>] | <user_name>]
{authentication [md5 | sha] [hex <hex_auth_password> | <auth_password>]}
{privacy [hex <hex_priv_password> | <priv_password>]} {volatile}
Description
Adds (and modifies) an SNMPv3 user.
Syntax Description
Default
The default values are:
●
authentication—no authentication
●
privacy—no privacy
●
non-volatile storage
Usage Guidelines
Use this command to create or modify an SNMPv3 user configuration.
If hex is specified, supply a 16 octet hex string for MD5, or a 20 octet hex string for SHA.
You must specify authentication if you want to specify privacy. There is no support for privacy without
authentication.
The default user names are:
admin, initial, initialmd5, initialsha, initialmd5Priv, initialshaPriv
. The initial
password for
admin
is
password
. For the other default users, the initial password is the user name.
hex_user_name
Specifies the user name to add or modify. The value is to be supplied as a
colon separated string of hex octets.
user_name
Specifies the user name to add or modify in ASCII format.
MD5
Specifies MD5 authentication.
SHA
Specifies SHA authentication.
authentication
Specifies the authentication password or hex string to use for generating the
authentication key for this user.
privacy
Specifies the privacy password or hex string to use for generating the privacy
key for this user.
volatile
Specifies volatile storage. By specifying volatile storage, the configuration is
not saved across a switch reboot.