Last modified on Sat, 12 Jul 2025
- Disconnect Power cable
- Connect the USB to serial cable
- Open Putty or similar terminal emulator and config it (9600, 8, N, 1)
- While reconnecting it press and hold the MODE button for 15 seconds
- release the button and you will see the SYS led going SOLID GREEN and the prompt "switch :" will appear
- run the following commands
- flash_init
- dir flash:
- delete flash:vlan.dat
- delete flash:config.text
- delete flash:config.text.backup
- boot
- wait for the switch to load the boot image and wait for it to ask for initial settings
- now we need to check the stack config and eventually reset the stack membership config
- answer "no" to the first question
- enter the enable contest
- run the sh switch command to check the number of the stack is assigned
- run conf t
- run switch <number of the switch returned by the previous command> renumber 1
- run end
- run wr me
- run reload
- after the reboot check in the config if there are other switches configured as slave
- run sh run
- if you see this line in the config
- switch 1 provision ws-c3750g-48ps
- switch 2 provision ws-c3750g-48ps
- You need to run the following
- run conf t
- run no switch 2 provision ws-c3750g-48ps
- run end
- run wr mem
- Now the switch is completely reset to its factory default