configure snmpv3 add user clone-from
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
147
configure snmpv3 add user clone-from
configure snmpv3 add user [[hex <hex_user_name>] | <user_name>] clone-from
[[hex <hex_user_name>] | <user_name>]
Description
Creates a new user by cloning from an existing SNMPv3 user.
Syntax Description
Default
N/A.
Usage Guidelines
Use this command to create a new user by cloning an existing one. After you have successfully cloned
the new user, you can modify its parameters using the following command:
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}
Users cloned from the default users will have the storage type of non-volatile. The default names are:
admin, initial, initialmd5, initialsha, initialmd5Priv, initialshaPriv
.
Example
The following command creates a user
cloneMD5
with same properties as the default user
initalmd5
. All
authorization and privacy keys will initially be the same as with the default user
initialmd5
.
configure snmpv3 add user cloneMD5 clone-from initialmd5
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_user_name
parameter was added in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
hex_user_name
Specifies the user name to add or to clone from. The value is to be supplies as
a colon separated string of hex octets.
user_name
Specifies the user name to add or to clone from in ASCII format.