09-12-2012 10:11 AM - edited 03-07-2019 08:51 AM
i need help with my Cisco 3750, I'm trying to reset the password but cannot communicate with my switch, what am I doing wrong?
09-13-2012 06:42 AM
Hi Miriam,
Please see the below procedure to change the password for the this switch,
switch: dir flash:
Directory of flash:/ 2 -rwx 1803357
4 -rwx 1131
Switch# conf t
Switch(config)# enable secret
--- To overwrite existing vty password
Switch(config)#line vty 0 15
Switch(config-line)#password
Switch(config-line)#login
--- To overwrite existing console password
Switch(config-line)#line con 0
Switch(config-line)#password
Switch(config)# exit
Switch# copy running-config startup-config
Refer:
Regards,
Aru
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide