Erase enable secret

meddmo -  
brupala Posted messages 111108 Registration date   Status Member Last intervention   -
Hello,
I assigned enable secret to a Cisco 3560 switch
and I can't connect
how to erase this login knowing that I am in user mode > and not in config mode

Configuration: Windows 7 / Internet Explorer 9.0

3 answers

tech4help Posted messages 38 Status Member 11
 
Hi,

In your case, it is impossible to change your enable secret password because you are in user mode >, so here are the steps to change your password without losing the configuration

1- Physically restart your switch (ON - OFF)
2- During the IOS image decompression in RAM ######## press Ctrl + Pause to enter ROMMON mode (ROM MONITOR)
3- Type the command Confreg 0x2142
4- Then type Reset to restart the switch
5- After the IOS decompression, type Enable
6- switch#copy startup-config running config
7- switch#no enable secret
8- copy running-config startup-config
9- Switch(config)#config-register 0x2102
10- Router#reload
2
brupala Posted messages 111108 Registration date   Status Member Last intervention   14 434
 
0
tech4help Posted messages 38 Status Member 11
 
It is necessary to create the command in global configuration mode

YourRouter(Config)# No Enable Secret
1
Doezer Posted messages 256 Registration date   Status Member Last intervention   112
 
Hello,
reset the router.
0