configure snmpv3 add user clone-from
ExtremeWare Software 7.3.0 Command Reference Guide 141
configure snmpv3 add user clone-from
configure snmpv3 add user {hex} <user name> clone-from {hex} <user name>
Description
Create 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. Once 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
octet> | <password>]} {privacy [hex <hex octet> | <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
Use the following command to create 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 7.1.0.
Platform Availability
This command is available on all platforms.
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.