172
TimeProvider 2300/2700 User’s Guide
098-00564-000 Revision A3 – July, 2013
Chapter 3
TimeProvider 2300/2700 CLI Command Set
show user
This command displays the list of users assigned access privileges to the system.
Command Syntax:
show user
Example:
TP2700> show user
Response:
-----------------------------------------
|Index|User Name |Access Level|
|-----|--------------------|------------|
|1 |admin |admin |
|.....|....................|............|
|2 |bobo |admin |
-----------------------------------------
Level :
User, Config, and Admin
set user
Use this command to provision the local user password and access level, to delete
the specified user, and to modify the password of a specified user.
Command Syntax:
To add a new user:
set user add name <username> access-level {user | config |
admin}
To modify the password of an existing user:
set user modify <username> password
To delete a user:
set user delete <username>
Example 1:
To add a new user “tester123” with an access level of “config”:
TP2700> set user add name tester123 access-level config
Response 1: