Hello,
For Fat AP and cloud AP, you can clear the Console port password in the Uboot view and change the console password. The process is as follows.
1. Use a serial cable to connect a PC to the device and restart the device. When the message "Press f or F to stop Auto-Boot" is displayed, press F and enter the password (admin@huawei.com by default) to enter the Uboot view.
2. Run the defaultuser command to clear the console port password.
ar7240> defaultuser Start setting whether to Change Password.....
Current Bootup Change PW is N
Do you Want To Change The Default password, Y or N : Y
ar7240>
3. Run the reset command to restart the device.
ar7240> reset Resetting...
4. Log in to the system through the console port without entering the password. Change the console password. The following example changes the authentication mode to password authentication and the password to huawei@123.
<Huawei> system-view
[Huawei] user-interface console 0
[Huawei-ui-console0] authentication-mode password
[Huawei-ui-console0] set authentication password cipher Enter Password(<6-16>): //The actual display may be different.
Confirm Password:
[Huawei-ui-console0] return
5. Run the save command to save the configuration so that the new password will not be lost after a system restart.
I hope this helps.