Hello, everyone!
Today, I will continue to explain a new topic – GPON OLT basic operations. Now, in this article, I will
continue and finish writing about user accounts. Let’s get started.
There are many commands for modifying user accounts. The command for changing the user level is the next command:
TEST(config)#terminal user level.
This action can do only high-level users.
The next command is a command to change password:
TEST(config)#terminal user password.
This is a very important step for the root user.
We can change the number of repeated logins with the next command:
TEST(config)#terminal user reenter.
The last command is a command for modifying the description:
TEST(config)#terminal user apdinfo.
These commands are used to modify the created profiles in case an error occurred during data entry or some data modification is required later, etc.
The next command is a command for display client:
TEST(config)#display client.
With this command, we can see information about users like user ID, IP address and login time.
Sometimes a device on the system endangers the security of the system, so it is necessary to turn off such a user or type of terminal. The following command is used for this purpose:
TEST(config)#client kickoff.
After this command is executed, the user can no longer do anything on the system.
The command for deleting user account:
TEST(config)#undo terminal user name huawei1234.
In some situations, it is necessary to delete the user account, for example in case of error or permanent disconnection of a user. Only the highest user level - administrator and super user level - can delete user accounts. The user cannot delete himself. Also, if the user is online, he cannot be deleted. It is necessary for the user to log out and only then can it be deleted. And more. It can be deleted in one instant by multiple users. Thus, in case it is necessary to delete more users, we shorten the execution time.
This is the end of this article. All these commands are very useful and are needed in everyday work. This is the end of user levels, user profiles and user accounts.
I will explain this topic in the next article >> GPON OLT Basic Operations (6).
Thank you!
