Specifications
90 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmpv3 add user clone-from
configure snmpv3 add user {hex} <user_name> clone-from {hex} <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} <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
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
user_name Specifies the user name to add or to clone from.