cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
446
Views
0
Helpful
2
Replies

Cisco catalyst 2960 & 3560

xatuute
Level 1
Level 1

 

Screenshot_2022-09-26-21-10-16-386_com.gallery.player.jpg

 am working in small company that have 4 switches all ready configured from old employer, i wanna to access the switches web interface then ask me user and password can i access it without reset coz i don't want to lose the configuration 

2 Replies 2

lpersing
Level 1
Level 1

Hello, Do you know if the web interface is enabled? That would be the first place to start I would imagine.

mostafamakwar99
Level 1
Level 1

get to Rommon switch:

 Enter these commands into the switch

  • switch: flash _init
  • switch: load_helper
  • switch: dir flash:Directory of flash:
  • 13 drwx   192 Mar 01 1993 22:30:48 c2960-mz-124-0.0.53
  • 11 -rwx   5825 Mar 01 1993 22:31:59 config.text
  • 18 -rwx   720 Mar 01 1993 02:21:30 vlan.da
  • switch: rename flash:config.text flash:config.text.old
  • switch: boot

Once the switch reboots, answer NO to “Would you like to enter system configuration dialog? [Yes/No]:

 Get into the privilege prompt.

  • Switch>enable
  • Switch#rename flash:config.text.old flash:config.text
  • Switch#copy flash:config.text system:running-config
  • Source filename [config.text]?
  • Destination filename [running-config]?
  • Press Enter to copy

 Get into global configuration

  • Switch#conf t
  • Switch (config)#enable secret password
  • Enter the password you would like

 Return to Privilege mode and save your config

  • Switch (config)#exit
  • Switch#copy run start
Review Cisco Networking for a $25 gift card