MSR830 always need to set a new password every time it is rebooted.

2023-12-21 09:33:11 Published
  • 0 Followed
  • 0Collected ,2094Browsed

Network Topology

None


Problem Description

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. 



Process Analysis

Device configuration check can be performed, with a focus on password-related configurations.


Solution

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:

password-control change-password first-login enable

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



Please rate this case:   
0 Comments

No Comments

Add Comments: