I will give below an example of some commands and their description for managing users who manage the device.
Adding a user (user password must contain Latin letters, numbers and at least one large letter):
1 2 3 4 5 | terminal user name NAME PASSWORD 1 3 |
Delete user command:
1 2 | undo terminal user name NAME |
View a list of all users:
1 | display terminal user all |
View information about a specific user:
1 2 | display terminal user name NAME |
View user expiration time:
1 | display terminal user expired-time all |
View blocked users:
12 | display terminal user locked display terminal user login failure |
View the history of commands entered by users:
1 | display log cli all |
View users online:
1 | display terminal user online |
View available profiles for users:
1 | display terminal user-profile all |
Example commands to change user attributes:
1 2 3 4 5 | terminal user password terminal user user-profile terminal user level terminal user reenter terminal user apdinfo |