None
Router
asks to set a new password every time it is rebooted when login to the webpage. The password change has never been saved in the configuration.
Device configuration check can be performed, with a focus on password-related configurations.
Check the configuration of the device, there are the following related configurations:
password-control enable
undo password-control aging enable
undo password-control history enable
password-control length 6
password-control login-attempt 3 exceed lock-time 10
password-control update-interval 0
password-control login idle-time 0
and check the password-control command in the Router command reference:
Use password-control change-password first-login enable to enable the password change at first login feature.
Use undo password-control change-password first-login enable to disable the password change at first login feature.
Default
The password change at first login feature is enabled.
Usage guidelines
For the password change at first login feature to take effect, make sure the global password control is enabled.
In FIPS mode, the password change at first login feature cannot be disabled.
Examples
# Enable the password change at first login feature.
<Sysname> system-view
[Sysname] password-control change-password first-login enable
so because device enable the global password control, so the password change at first login feature take effect, so it will need to change the password after every device reboot.
Execute the command can solve this problem:
[Sysname]undo password-control change-password first-login enable