Security
7705 SAR OS System Management Guide 51
Copying and Overwriting Users and Profiles
You can copy a profile or user or overwrite an existing profile or user. The overwrite
option must be specified; otherwise, an error occurs if the destination profile or user name
already exists.
Copying a User
CLI Syntax: config>system>security# copy {user source-user | profile
source-profile} to destination [overwrite]
Example: config>system>security# copy user "testuser" to
"testuserA"
MINOR: CLI User "testuserA" already exists - use
overwrite flag.
config>system>security#
config>system>security# copy user "testuser" to
"testuserA" overwrite
config>system>security#
The following output displays the copied user configurations:
ALU-12>config>system>security# info
----------------------------------------------
...
user "testuser"
password "F6XjryaATzM" hash
access snmp
snmp
authentication hash md5 e14672e71d3e96e7a1e19472527ee969 privacy
none
group "testgroup"
exit
exit
user "testuserA"
password "" hash2
access snmp
console
new-password-at-login
exit
snmp
authentication hash md5 e14672e71d3e96e7a1e19472527ee969 privacy
none
group "testgroup"
exit
exit
...
----------------------------------------------
ALU-12>config>system>security# info