Security
7450 ESS System Mangement Guide Page 83
Copying and Overwriting Users and Profiles
You can copy a profile or user. You can copy a profile or user or overwrite an existing profile or 
user. The overwrite option must be specified or an error occurs if the destination profile or user 
name already exists. 
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:
A:ALA-12>config>system>security# info
----------------------------------------------
...
            user "testuser"
                password "$2y$10$pFoehOg/tCbBMPDJ/kqpu.8af0AoVGY2xsR7WFqyn5fVTnwRzGmOK"
                access snmp
                snmp
                    authentication hash md5 e14672e71d3e96e7a1e19472527ee969 privacy none
                    group "testgroup"
                exit
            exit
            user "testuserA"
                password ""
                access snmp
                console
                    new-password-at-login
                exit
                snmp
                    authentication hash md5 e14672e71d3e96e7a1e19472527ee969 privacy none
                    group "testgroup"
                exit
            exit
...
----------------------------------------------
A:ALA-12>config>system>security# info