258 TimeProvider 5000 User’s Guide 098-00028-000 Revision F – May, 2012
Chapter 3
TimeProvider 5000 CLI Command Set
show user
This command displays the list of users assigned access privileges to the system.
Command Syntax:
show user
Example:
tp5000> 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, 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”
tp5000> set user add name tester123 access-level config
Response 1: