Difference between revisions of "Resetting password for MDS 9124 switch"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Switch_configuration_notes|Switch configuration</yambe:breadcrumb> =Resetting password for MDS 9124 switch= MDS 9124 switch come with default username 'admi...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Switch configuration notes]] > [[Resetting password for MDS 9124 switch]] | |||
MDS 9124 switch come with default username 'admin'. The access to switch is protected even over console through a password. To reset the admin password one can use following steps: | MDS 9124 switch come with default username 'admin'. The access to switch is protected even over console through a password. To reset the admin password one can use following steps: | ||
Line 29: | Line 28: | ||
[[Main Page|Home]] > [[Switch configuration notes]] > [[Resetting password for MDS 9124 switch]] |
Latest revision as of 05:57, 19 April 2022
Home > Switch configuration notes > Resetting password for MDS 9124 switch
MDS 9124 switch come with default username 'admin'. The access to switch is protected even over console through a password. To reset the admin password one can use following steps:
- Connect to switch over console
- Restart the switch
- Press 'Ctrl + ]' key during boot to receive 'switchboot#' prompt
- Use
- configure terminal
- admin-password <new-password>
- exit
- load bootflash:<image>
-
- where <image> name would be like m9500-sf1ek9-mz-2.1.2b.bin without any kickstart word in the name
- Use
- show running-config
- show startup-config
-
- and if necessary
- copy running-config startup-config
- or vice-versa
- and if necessary
Steps have been learned using http://www.cisco.com/en/US/products/hw/ps4159/ps4358/products_password_recovery09186a00801258c3.shtml
Home > Switch configuration notes > Resetting password for MDS 9124 switch