Hi all,
Problem: must change password for user JOHN
Current 3640 router’s IOS version is 12.0.
Portion of existing running-config file:
..
aaa authentication password-prompt Password>
aaa authentication username-prompt Username>
aaa authentication login default local
aaa authorization exec default local
enable password 7 AAAAAA
!
username JOHN privilege 15 password 7 AAAAAA
Note: Passwords in lines enable password 7 AAAAAA and username JOHN privilege 15 password 7 AAAAAA ARE THE SAME (AAAAAA)
Steps I am thinking to perform:
1. Copy running-config to TFTP (is there any other way to backup configuration?)
2. Enter to config
3. Add no username JOHN privilege 15 password 7 AAAAAA
4. Add no enable password 7 AAAAAA
5. Add username JOHN privilege 15 password BBBBBB
6. Add enable password 7 BBBBBB
7. Write to running-config
8. Copy running-config startup-config
Would it work?
Thanks.
Problem: must change password for user JOHN
Current 3640 router’s IOS version is 12.0.
Portion of existing running-config file:
..
aaa authentication password-prompt Password>
aaa authentication username-prompt Username>
aaa authentication login default local
aaa authorization exec default local
enable password 7 AAAAAA
!
username JOHN privilege 15 password 7 AAAAAA
Note: Passwords in lines enable password 7 AAAAAA and username JOHN privilege 15 password 7 AAAAAA ARE THE SAME (AAAAAA)
Steps I am thinking to perform:
1. Copy running-config to TFTP (is there any other way to backup configuration?)
2. Enter to config
3. Add no username JOHN privilege 15 password 7 AAAAAA
4. Add no enable password 7 AAAAAA
5. Add username JOHN privilege 15 password BBBBBB
6. Add enable password 7 BBBBBB
7. Write to running-config
8. Copy running-config startup-config
Would it work?
Thanks.