Security
54
System Management Guide
3HE 11018 AAAC TQZZA Edition: 01
The following example displays the user configuration:
ALU-1>config>system>security# info
----------------------------------------------
...
user "49ers"
password "$2y$10$siOU8NvWRzFFtJjO5wA1I.7mr.57emDXUC14p6EZtO.pmr0aqLW
Sa"
access console ftp snmp
restricted-to-home
console
member "default"
member "ghost"
exit
exit
...
--------------------------------------------
ALU-1>config>system>security#
3.9.7 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.
3.9.7.1 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 "$2y$10$siOU8NvWRzFFtJjO5wA1I.7mr.57emDXUC14p6EZtO.pmr0aqL
Sa"