Example
To create a new user account with username john and a read-write access:
Gxxx-001(super)# username john access-type read-write
Enter new password: ***************
Confirm password : ***************
User account added.
To change the password of the root user:
Gxxx-001(super)# username root access-type admin
Enter new password: ***************
Confirm password : ***************
User account modified.
You cannot change the access type of the root user:
Gxxx-001(super)# username root access-type read-write
ERROR: User account root has always an administrator access type.
Note:
To define a username that includes spaces, you must enclose the entire name in quotation marks, for example, new york
.