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 nameNAMEPASSWORD13 |
Delete user command:
| 1 2 | undo terminal user nameNAME |
View a list of all users:
| 1 | display terminal user all |
View information about a specific user:
| 1 2 | display terminal user nameNAME |
View user expiration time:
| 1 | display terminal user expired-time all |
View blocked users:
| 12 | display terminal user lockeddisplay 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 passwordterminal user user-profileterminal user levelterminal user reenterterminal user apdinfo |