cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
170
Views
1
Helpful
2
Replies

The switch that I cannot log into

Dan67
Community Member

I have a Cisco CBS350 series. It was fine for a while. It started with I could not login. Password would not work. Now I have tried to set it back to factory, but None of the username passwords work and the boot light does not fast blinking. Serial on COM3 gets an error 5. All suggestions have to do with CLI or HTML reset. I cannot get into either. Is there a different way to set this back to a working factory reset? 

1 Accepted Solution

Accepted Solutions

Jens Albrecht
Level 4
Level 4

Hello @Dan67,

let's first take a look what happened initially.
The reason that you could suddenly no longer log into the switch is probably due to password aging which has a default setting of 180 days. You can find more details about this in the following document:
Configure Password Strength and Complexity Settings on the Cisco Business 250 or 350 Switch

Secondly, there was no need to do a factory reset because these switches support password recovery via the CLI.
This feature allows you to configure new passwords without loosing your config, unless you configured the 'no service password-recovery' command on your switch.

There is a video from Cisco Tech Talk that shows step-by-step how this password recovery is done:
https://www.youtube.com/watch?v=NBq5AIE8plI&t=1s

However, since you already tried a factory reset you now have to do the manual steps via the Reset button:

  1. Disconnect all Ethernet cables from the switch.
  2. Press and hold the Reset button on the switch using a pin or paperclip for 15 to 20 seconds.
  3. Release the Reset button once all the port LEDs light up.
    This indicates the switch has been reset to factory defaults.
  4. After the reset, Telnet and SSH services are disabled by default.
    You will need to connect your computer directly to the switch using a serial console cable.
  5. Log in to the switch console using the default username and password:
    - Username: `cisco`
    - Password: `cisco`
  6. You will be prompted to configure a new password for security purposes.

After a factory reset you can only connect to the switch via CLI.
Other options like Telnet/SSH or HTML do not work until you completed the basic configuration via CLI.

HTH!

View solution in original post

In this ""How-to"" video, we demonstrate the process of recovering a password on the Cisco CBS350 switch using the command-line interface (CLI). Follow along as we walk you through each step to reset your password and regain access to your switch. This guide covers all the essential steps to ...
2 Replies 2

Jens Albrecht
Level 4
Level 4

Hello @Dan67,

let's first take a look what happened initially.
The reason that you could suddenly no longer log into the switch is probably due to password aging which has a default setting of 180 days. You can find more details about this in the following document:
Configure Password Strength and Complexity Settings on the Cisco Business 250 or 350 Switch

Secondly, there was no need to do a factory reset because these switches support password recovery via the CLI.
This feature allows you to configure new passwords without loosing your config, unless you configured the 'no service password-recovery' command on your switch.

There is a video from Cisco Tech Talk that shows step-by-step how this password recovery is done:
https://www.youtube.com/watch?v=NBq5AIE8plI&t=1s

However, since you already tried a factory reset you now have to do the manual steps via the Reset button:

  1. Disconnect all Ethernet cables from the switch.
  2. Press and hold the Reset button on the switch using a pin or paperclip for 15 to 20 seconds.
  3. Release the Reset button once all the port LEDs light up.
    This indicates the switch has been reset to factory defaults.
  4. After the reset, Telnet and SSH services are disabled by default.
    You will need to connect your computer directly to the switch using a serial console cable.
  5. Log in to the switch console using the default username and password:
    - Username: `cisco`
    - Password: `cisco`
  6. You will be prompted to configure a new password for security purposes.

After a factory reset you can only connect to the switch via CLI.
Other options like Telnet/SSH or HTML do not work until you completed the basic configuration via CLI.

HTH!

In this ""How-to"" video, we demonstrate the process of recovering a password on the Cisco CBS350 switch using the command-line interface (CLI). Follow along as we walk you through each step to reset your password and regain access to your switch. This guide covers all the essential steps to ...

Dan67
Community Member

Hi Jens, Thanks for the information. I will go through this and see if I can get in.