Cisco 3650 quick wipe and reset

Post Reply
admin
Site Admin
Posts: 18
Joined: Mon Jan 23, 2023 7:43 pm

Cisco 3650 quick wipe and reset

Post by admin »

format flash and nvram

Code: Select all

format flash:
wr erase
reload
plug ethernet into MGMT port and give the switch and IP

Code: Select all

mgmt_init
set IP_ADDR 192.168.1.210/255.255.255.0
load the new image over TFTP

Code: Select all

emergency-install tftp://192.168.1.10/cat3k_caa-universalk9.16.12.14.SPA.bin
Post Reply