<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jasonredlin</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jasonredlin"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Jasonredlin"/>
	<updated>2026-04-07T04:08:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3704</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3704"/>
		<updated>2010-12-09T18:38:28Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.  This command will cause the router to skip the startup configuration on the next reset.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router# conf t&lt;br /&gt;
 Router(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Router(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Router(config)#line vty 0 15&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Router(config-line)#login&lt;br /&gt;
 Router(config-line)#line con 0&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 configuration register.&lt;br /&gt;
&lt;br /&gt;
 Router#reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3703</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3703"/>
		<updated>2010-12-09T17:35:39Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.  This command will cause the router to skip the startup configuration on the next reset.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router# conf t&lt;br /&gt;
 Router(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Router(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Router(config)#line vty 0 15&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Router(config-line)#login&lt;br /&gt;
 Router(config-line)#line con 0&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 configuration register.&lt;br /&gt;
&lt;br /&gt;
 Router#reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3702</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3702"/>
		<updated>2010-12-09T17:20:06Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery and Device Reset Procedures ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;br /&gt;
*[[Recover Cisco Catalyst 2960 Switch Password]]&lt;br /&gt;
*[[Resetting Switch Configuration Including VLAN Configuration Files]]&lt;br /&gt;
*[[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Franske CNT-2540|CNT 2540: Wide Area Network Technologies (CCNA 4)]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3701</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3701"/>
		<updated>2010-12-09T17:19:00Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Password Recovery and Device Reset Procedures ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;br /&gt;
*[[Recover Cisco Catalyst 2960 Switch Password]]&lt;br /&gt;
*[[Resetting Switch Configuration Including VLAN Configuration Files]]&lt;br /&gt;
*[[Standard Break Key Combinations]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3700</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3700"/>
		<updated>2010-12-09T17:17:31Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;br /&gt;
&lt;br /&gt;
== Hyperterminal ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-F6-Break &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Kermit ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-\l &#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-\b &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== MicroPhone Pro ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Minicom ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-a f&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== ProComm Plus ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 &#039;&#039;&#039;Alt-b&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== SecureCRT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Telix ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-End &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Telnet ==&lt;br /&gt;
&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-], then type send brk &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Telnet to Cisco ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-] &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Teraterm ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 &#039;&#039;&#039;Alt-b &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Terminal ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Tip ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 &#039;&#039;&#039;Ctrl-], then Break or Ctrl-c &#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;~# &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== VT 100 Emulation ==&lt;br /&gt;
&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;F16 &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Windows NT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 &#039;&#039;&#039;Break-F5&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Shift-F5 &#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Shift-6 Shift-4 Shift-b (^$B)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Z-TERMINAL ==&lt;br /&gt;
&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 &#039;&#039;&#039;Command-b &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== N/A ==&lt;br /&gt;
&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;Connect pin 2 (X-mit) to +V for half a second &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;Control-Shft-6, then b &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 &#039;&#039;&#039;Ctrl-Break&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3699</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3699"/>
		<updated>2010-12-09T17:12:35Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
 switch: flash_init&lt;br /&gt;
 Initializing Flash...&lt;br /&gt;
&lt;br /&gt;
5. Enter the &#039;&#039;&#039;load_helper&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: load_helper&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
6. Enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: dir flash:&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
Output omitted.&lt;br /&gt;
&lt;br /&gt;
 4    -rwx  1131      &amp;lt;date&amp;gt;               config.text&lt;br /&gt;
&lt;br /&gt;
This is the configuration file.&lt;br /&gt;
&lt;br /&gt;
 5    -rwx  109       &amp;lt;date&amp;gt;               info&lt;br /&gt;
 6    -rwx  389       &amp;lt;date&amp;gt;               env_vars&lt;br /&gt;
 7    drwx  640       &amp;lt;date&amp;gt;               html&lt;br /&gt;
 18   -rwx  109       &amp;lt;date&amp;gt;               info.ver&lt;br /&gt;
 403968 bytes available (3208704 bytes used)&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
7. Rename the configuration file by entering &#039;&#039;&#039;rename flash:config.text flash:config.old&#039;&#039;&#039;.  The config.text file is the file that contains the password definition.&lt;br /&gt;
&lt;br /&gt;
 switch: rename flash:config.text flash:config.old&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
8. Reboot the switch by entering the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 switch: boot&lt;br /&gt;
 Loading &amp;quot;flash:...&lt;br /&gt;
&lt;br /&gt;
9. When the switch is done reloading the &#039;&#039;---System Configuration Dialog---&#039;&#039;&#039; will appear in the output.  Answer &#039;&#039;&#039;no&#039;&#039;&#039; or press &#039;&#039;&#039;ctrl-c&#039;&#039;&#039; to leave the system configuration dialog.&lt;br /&gt;
&lt;br /&gt;
 --- System Configuration Dialog ---&lt;br /&gt;
 At any point you may enter a question mark &#039;?&#039; for help.&lt;br /&gt;
 Use ctrl-c to abort configuration dialog at any prompt.&lt;br /&gt;
 Default settings are in square brackets &#039;[]&#039;.&lt;br /&gt;
 Continue with configuration dialog? [yes/no]: n &lt;br /&gt;
&lt;br /&gt;
 Press RETURN to get started.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10. Enter &#039;&#039;&#039;enable&#039;&#039;&#039; to go into enable mode on the switch.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;enable&lt;br /&gt;
 Switch#&lt;br /&gt;
&lt;br /&gt;
11. Rename the configuration file back to its orginal name by entering &#039;&#039;&#039;rename flash:config.old flash:config.text&#039;&#039;&#039; and press enter when the message appears &#039;&#039;Destination filename [config.text]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Switch#rename flash:config.old flash:config.text&lt;br /&gt;
 Destination filename [config.text] &lt;br /&gt;
&lt;br /&gt;
12. Copy the configuration file into memory by entering &#039;&#039;&#039;copy flash:config.text system:running-config&#039;&#039;&#039;.  Press enter to verify.&lt;br /&gt;
&lt;br /&gt;
 Switch#copy flash:config.text system:running-config&lt;br /&gt;
 Destination filename [running-config]? &lt;br /&gt;
&lt;br /&gt;
Now the old configuration is loaded into RAM.&lt;br /&gt;
&lt;br /&gt;
13. At this point you can reassign all of the passwords you don&#039;t know by entering global configuration mode and entering the following commands:&lt;br /&gt;
&lt;br /&gt;
 Sw1# conf t&lt;br /&gt;
 Sw1(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Sw1(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Sw1(config)#line vty 0 15&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Sw1(config-line)#login&lt;br /&gt;
 Sw1(config-line)#line con 0&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
14. Save the running configuration to the startup configuration by entering either &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Sw1#write memory&lt;br /&gt;
 Building configuration...&lt;br /&gt;
 [OK]&lt;br /&gt;
 Sw1#&lt;br /&gt;
&lt;br /&gt;
You have reset your passwords without losing your configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3698</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3698"/>
		<updated>2010-12-09T17:09:37Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router# conf t&lt;br /&gt;
 Router(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Router(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Router(config)#line vty 0 15&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Router(config-line)#login&lt;br /&gt;
 Router(config-line)#line con 0&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 configuration register.&lt;br /&gt;
&lt;br /&gt;
 Router#reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3697</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3697"/>
		<updated>2010-12-09T17:09:02Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router# conf t&lt;br /&gt;
 Router(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Router(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Router(config)#line vty 0 15&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Router(config-line)#login&lt;br /&gt;
 Router(config-line)#line con 0&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 register.&lt;br /&gt;
&lt;br /&gt;
 Router#reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3696</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3696"/>
		<updated>2010-12-09T17:05:18Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router# conf t&lt;br /&gt;
 Router(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Router(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Router(config)#line vty 0 15&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Router(config-line)#login&lt;br /&gt;
 Router(config-line)#line con 0&lt;br /&gt;
 Router(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 register.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3695</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3695"/>
		<updated>2010-12-09T17:03:45Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
 switch: flash_init&lt;br /&gt;
 Initializing Flash...&lt;br /&gt;
&lt;br /&gt;
5. Enter the &#039;&#039;&#039;load_helper&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: load_helper&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
6. Enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: dir flash:&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
Output omitted.&lt;br /&gt;
&lt;br /&gt;
 4    -rwx  1131      &amp;lt;date&amp;gt;               config.text&lt;br /&gt;
&lt;br /&gt;
This is the configuration file.&lt;br /&gt;
&lt;br /&gt;
 5    -rwx  109       &amp;lt;date&amp;gt;               info&lt;br /&gt;
 6    -rwx  389       &amp;lt;date&amp;gt;               env_vars&lt;br /&gt;
 7    drwx  640       &amp;lt;date&amp;gt;               html&lt;br /&gt;
 18   -rwx  109       &amp;lt;date&amp;gt;               info.ver&lt;br /&gt;
 403968 bytes available (3208704 bytes used)&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
7. Rename the configuration file by entering &#039;&#039;&#039;rename flash:config.text flash:config.old&#039;&#039;&#039;.  The config.text file is the file that contains the password definition.&lt;br /&gt;
&lt;br /&gt;
 switch: rename flash:config.text flash:config.old&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
8. Reboot the switch by entering the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 switch: boot&lt;br /&gt;
 Loading &amp;quot;flash:...&lt;br /&gt;
&lt;br /&gt;
9. When the switch is done reloading the &#039;&#039;---System Configuration Dialog---&#039;&#039;&#039; will appear in the output.  Answer &#039;&#039;&#039;no&#039;&#039;&#039; or press &#039;&#039;&#039;ctrl-c&#039;&#039;&#039; to leave the system configuration dialog.&lt;br /&gt;
&lt;br /&gt;
 --- System Configuration Dialog ---&lt;br /&gt;
 At any point you may enter a question mark &#039;?&#039; for help.&lt;br /&gt;
 Use ctrl-c to abort configuration dialog at any prompt.&lt;br /&gt;
 Default settings are in square brackets &#039;[]&#039;.&lt;br /&gt;
 Continue with configuration dialog? [yes/no]: n &lt;br /&gt;
&lt;br /&gt;
 Press RETURN to get started.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10. Enter &#039;&#039;&#039;enable&#039;&#039;&#039; to go into enable mode on the switch.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;enable&lt;br /&gt;
 Switch#&lt;br /&gt;
&lt;br /&gt;
11. Rename the configuration file back to its orginal name by entering &#039;&#039;&#039;rename flash:config.old flash:config.text&#039;&#039;&#039; and press enter when the message appears &#039;&#039;Destination filename [config.text]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Switch#rename flash:config.old flash:config.text&lt;br /&gt;
 Destination filename [config.text] &lt;br /&gt;
&lt;br /&gt;
12. Copy the configuration file into memory by entering &#039;&#039;&#039;copy flash:config.text system:running-config&#039;&#039;&#039;.  Press enter to verify.&lt;br /&gt;
&lt;br /&gt;
 Switch#copy flash:config.text system:running-config&lt;br /&gt;
 Destination filename [running-config]? &lt;br /&gt;
&lt;br /&gt;
Now the old configuration is loaded into RAM.&lt;br /&gt;
&lt;br /&gt;
13. At this point you can reassign all of the passwords you don&#039;t know by entering global configuration mode and entering the following commands:&lt;br /&gt;
&lt;br /&gt;
 Sw1# conf t&lt;br /&gt;
 Sw1(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Sw1(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Sw1(config)#line vty 0 15&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Sw1(config-line)#login&lt;br /&gt;
 Sw1(config-line)#line con 0&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
14. Save the running configuration to the startup configuration by entering either &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Sw1#write memory&lt;br /&gt;
 Building configuration...&lt;br /&gt;
 [OK]&lt;br /&gt;
 Sw1#&lt;br /&gt;
&lt;br /&gt;
You have reset your passwords without losing your configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3694</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3694"/>
		<updated>2010-12-09T16:59:50Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
1. If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;show version&lt;br /&gt;
 &amp;lt;output omitted&amp;gt;&lt;br /&gt;
 Configuration register is 0x2102&lt;br /&gt;
&lt;br /&gt;
2. Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
 rommon 1 &amp;gt; confreg 0x2142&lt;br /&gt;
 You must reset or power cycle for new config to take effect&lt;br /&gt;
&lt;br /&gt;
4. Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
 rommon 2 &amp;gt; reset&lt;br /&gt;
&lt;br /&gt;
 System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)&lt;br /&gt;
 Copyright (c) 1999 by cisco Systems, Inc.&lt;br /&gt;
 TAC:Home:SW:IOS:Specials for info&lt;br /&gt;
 C2600 platform with 32768 Kbytes of main memory&lt;br /&gt;
 &amp;lt;output Omitted&amp;gt;&lt;br /&gt;
 router&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]: n&lt;br /&gt;
&lt;br /&gt;
6. Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;enable&lt;br /&gt;
 Router#&lt;br /&gt;
&lt;br /&gt;
7. To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#copy startup-config running-config &lt;br /&gt;
&lt;br /&gt;
8. Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
9. Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Router#configure termial&lt;br /&gt;
 &lt;br /&gt;
10. To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.  Now is the time to reset any other passwords on the router as well.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#enable secret &amp;lt; password &amp;gt;&lt;br /&gt;
 Router(config)#^z&lt;br /&gt;
&lt;br /&gt;
11. Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
12. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
 Router#copy running-config startup-config&lt;br /&gt;
&lt;br /&gt;
13. Return to global configuration mode by entering &#039;&#039;&#039;configure termial&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Router#configure terminal&lt;br /&gt;
&lt;br /&gt;
14. Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
 Router(config)#config-register 0x2102&lt;br /&gt;
 Router(config)#^Z&lt;br /&gt;
&lt;br /&gt;
15. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 register.&lt;br /&gt;
&lt;br /&gt;
 Router&amp;gt;reload&lt;br /&gt;
&lt;br /&gt;
Your passwords have now been reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3693</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3693"/>
		<updated>2010-12-09T16:40:44Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON. [[Standard Break Key Combinations]]&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 register.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3691</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3691"/>
		<updated>2010-12-09T16:27:21Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;br /&gt;
&lt;br /&gt;
== Hyperterminal ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
== Kermit ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
== MicroPhone Pro ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
== Minicom ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
== ProComm Plus ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
== SecureCRT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Telix ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
== Telnet ==&lt;br /&gt;
&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Telnet to Cisco ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
== Teraterm ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
== Terminal ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Tip ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 ~# &lt;br /&gt;
 &lt;br /&gt;
== VT 100 Emulation ==&lt;br /&gt;
&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
== Windows NT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 Shift-F5 &lt;br /&gt;
 Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
== Z-TERMINAL ==&lt;br /&gt;
&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
== N/A ==&lt;br /&gt;
&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3690</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3690"/>
		<updated>2010-12-09T16:26:46Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hyperterminal ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
== Kermit ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
== MicroPhone Pro ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
== Minicom ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
== ProComm Plus ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
== SecureCRT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Telix ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
== Telnet ==&lt;br /&gt;
&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Telnet to Cisco ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
== Teraterm ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
== Terminal ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Tip ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 ~# &lt;br /&gt;
 &lt;br /&gt;
== VT 100 Emulation ==&lt;br /&gt;
&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
== Windows NT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 Shift-F5 &lt;br /&gt;
 Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
== Z-TERMINAL ==&lt;br /&gt;
&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
== N/A ==&lt;br /&gt;
&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3688</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3688"/>
		<updated>2010-12-09T16:24:23Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;br /&gt;
*[[Recover Cisco Catalyst 2960 Switch Password]]&lt;br /&gt;
*[[Resetting Switch Configuration Including VLAN Configuration Files]]&lt;br /&gt;
*[[Standard Break Key Combinations]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3687</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3687"/>
		<updated>2010-12-09T16:18:40Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hyperterminal ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
== Kermit ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
== MicroPhone Pro ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
== Minicom ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
== ProComm Plus ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
== SecureCRT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Telix ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
== Telnet ==&lt;br /&gt;
&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
== Telnet to Cisco ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
== Teraterm ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
== Terminal ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
== Tip ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 ~# &lt;br /&gt;
 &lt;br /&gt;
== VT 100 Emulation ==&lt;br /&gt;
&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
== Windows NT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 Shift-F5 &lt;br /&gt;
 Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
== Z-TERMINAL ==&lt;br /&gt;
&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
== N/A ==&lt;br /&gt;
&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3686</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3686"/>
		<updated>2010-12-09T16:16:54Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Standard Break Key Combinations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hyperterminal ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
  IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Kermit ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== MicroPhone Pro ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Minicom ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== ProComm Plus ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== SecureCRT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Telix ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Telnet ==&lt;br /&gt;
&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Telnet to Cisco ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Teraterm ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Terminal ==&lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Tip ==&lt;br /&gt;
 &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 ~# &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== VT 100 Emulation ==&lt;br /&gt;
&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Windows NT ==&lt;br /&gt;
&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 Shift-F5 &lt;br /&gt;
 Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Z-TERMINAL ==&lt;br /&gt;
&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== N/A ==&lt;br /&gt;
&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3684</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3684"/>
		<updated>2010-12-09T16:12:10Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Standard Break Key Combinations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
 Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 Hyperterminal (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
 Kermit &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
 MicroPhone Pro &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
 Minicom &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
 ProComm Plus &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
 SecureCRT&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 Telix &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
 Telnet&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
 Telnet to Cisco &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
 Teraterm &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
 Terminal &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
 Tip &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 ~# &lt;br /&gt;
 &lt;br /&gt;
 VT 100 Emulation&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
 Windows NT&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 &lt;br /&gt;
 Shift-F5 &lt;br /&gt;
 &lt;br /&gt;
 Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
 Z-TERMINAL&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
 N/A&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
 Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3683</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3683"/>
		<updated>2010-12-09T16:09:22Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Standard Break Key Combinations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;Software                 Platform              Operating System                Try This&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
Kermit &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 &lt;br /&gt;
Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
MicroPhone Pro &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Minicom &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
ProComm Plus &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
SecureCRT&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Telix &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
Telnet&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
Telnet to Cisco &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
Teraterm &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
Terminal &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 &lt;br /&gt;
Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Tip &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 &lt;br /&gt;
~# &lt;br /&gt;
 &lt;br /&gt;
VT 100 Emulation&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
Windows NT&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 &lt;br /&gt;
Shift-F5 &lt;br /&gt;
 &lt;br /&gt;
Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
Z-TERMINAL&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
N/A&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3682</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3682"/>
		<updated>2010-12-09T16:08:55Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software                 Platform              Operating System                Try This&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
Kermit &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 &lt;br /&gt;
Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
MicroPhone Pro &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Minicom &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
ProComm Plus &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
SecureCRT&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Telix &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
Telnet&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
Telnet to Cisco &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
Teraterm &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
Terminal &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 &lt;br /&gt;
Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Tip &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 &lt;br /&gt;
~# &lt;br /&gt;
 &lt;br /&gt;
VT 100 Emulation&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
Windows NT&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 &lt;br /&gt;
Shift-F5 &lt;br /&gt;
 &lt;br /&gt;
Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
Z-TERMINAL&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
N/A&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3681</id>
		<title>Standard Break Key Combinations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Standard_Break_Key_Combinations&amp;diff=3681"/>
		<updated>2010-12-09T16:08:22Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: Created page with &amp;#039;== Standard Break Key Combinations ==  &amp;#039;&amp;#039;&amp;#039;Software     Platform     Operating System      Try This&amp;#039;&amp;#039;&amp;#039;   Hyperterminal  IBM Compatible   Windows XP   Ctrl-Break   Hyperterminal  I…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Standard Break Key Combinations ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Software     Platform     Operating System      Try This&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows XP &lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 2000 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 98 &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Hyperterminal (version 595160)&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows 95 &lt;br /&gt;
 Ctrl-F6-Break &lt;br /&gt;
 &lt;br /&gt;
Kermit &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-\l &lt;br /&gt;
 &lt;br /&gt;
Ctrl-\b &lt;br /&gt;
 &lt;br /&gt;
MicroPhone Pro &lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Ctrl-Break &lt;br /&gt;
 &lt;br /&gt;
Minicom &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Linux &lt;br /&gt;
 Ctrl-a f&lt;br /&gt;
 &lt;br /&gt;
ProComm Plus &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS or Windows &lt;br /&gt;
 Alt-b&lt;br /&gt;
 &lt;br /&gt;
SecureCRT&lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows&lt;br /&gt;
 Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Telix &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 DOS&lt;br /&gt;
 Ctrl-End &lt;br /&gt;
 &lt;br /&gt;
Telnet&lt;br /&gt;
 N/A&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-], then type send brk &lt;br /&gt;
 &lt;br /&gt;
Telnet to Cisco &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-] &lt;br /&gt;
 &lt;br /&gt;
Teraterm &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Alt-b &lt;br /&gt;
 &lt;br /&gt;
Terminal &lt;br /&gt;
 IBM Compatible&lt;br /&gt;
 Windows &lt;br /&gt;
 Break &lt;br /&gt;
 &lt;br /&gt;
Ctrl-Break&lt;br /&gt;
 &lt;br /&gt;
Tip &lt;br /&gt;
 Sun Workstation&lt;br /&gt;
 UNIX &lt;br /&gt;
 Ctrl-], then Break or Ctrl-c &lt;br /&gt;
 &lt;br /&gt;
~# &lt;br /&gt;
 &lt;br /&gt;
VT 100 Emulation&lt;br /&gt;
 Data General &lt;br /&gt;
 N/A&lt;br /&gt;
 F16 &lt;br /&gt;
 &lt;br /&gt;
Windows NT&lt;br /&gt;
 IBM Compatible &lt;br /&gt;
 Windows &lt;br /&gt;
 Break-F5&lt;br /&gt;
 &lt;br /&gt;
Shift-F5 &lt;br /&gt;
 &lt;br /&gt;
Shift-6 Shift-4 Shift-b (^$B)&lt;br /&gt;
 &lt;br /&gt;
Z-TERMINAL&lt;br /&gt;
 Mac &lt;br /&gt;
 Apple &lt;br /&gt;
 Command-b &lt;br /&gt;
 &lt;br /&gt;
N/A&lt;br /&gt;
 Break-Out Box &lt;br /&gt;
 N/A&lt;br /&gt;
 Connect pin 2 (X-mit) to +V for half a second &lt;br /&gt;
 &lt;br /&gt;
Cisco to aux port&lt;br /&gt;
 N/A&lt;br /&gt;
 Control-Shft-6, then b &lt;br /&gt;
 &lt;br /&gt;
IBM Compatible &lt;br /&gt;
 N/A&lt;br /&gt;
 Ctrl-Break&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3680</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3680"/>
		<updated>2010-12-09T15:57:25Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Recover Cisco Catalyst 2960 Switch Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
 switch: flash_init&lt;br /&gt;
 Initializing Flash...&lt;br /&gt;
&lt;br /&gt;
5. Enter the &#039;&#039;&#039;load_helper&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: load_helper&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
6. Enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: dir flash:&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
Output ommitted.&lt;br /&gt;
&lt;br /&gt;
 4    -rwx  1131      &amp;lt;date&amp;gt;               config.text&lt;br /&gt;
&lt;br /&gt;
This is the configuration file.&lt;br /&gt;
&lt;br /&gt;
 5    -rwx  109       &amp;lt;date&amp;gt;               info&lt;br /&gt;
 6    -rwx  389       &amp;lt;date&amp;gt;               env_vars&lt;br /&gt;
 7    drwx  640       &amp;lt;date&amp;gt;               html&lt;br /&gt;
 18   -rwx  109       &amp;lt;date&amp;gt;               info.ver&lt;br /&gt;
 403968 bytes available (3208704 bytes used)&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
7. Rename the configuration file by entering &#039;&#039;&#039;rename flash:config.text flash:config.old&#039;&#039;&#039;.  The config.text file is the file that contains the password definition.&lt;br /&gt;
&lt;br /&gt;
 switch: rename flash:config.text flash:config.old&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
8. Reboot the switch by entering the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 switch: boot&lt;br /&gt;
 Loading &amp;quot;flash:...&lt;br /&gt;
&lt;br /&gt;
9. When the switch is done reloading the &#039;&#039;---System Configuration Dialog---&#039;&#039;&#039; will appear in the output.  Answer &#039;&#039;&#039;no&#039;&#039;&#039; or press &#039;&#039;&#039;ctrl-c&#039;&#039;&#039; to leave the system configuration dialog.&lt;br /&gt;
&lt;br /&gt;
 --- System Configuration Dialog ---&lt;br /&gt;
 At any point you may enter a question mark &#039;?&#039; for help.&lt;br /&gt;
 Use ctrl-c to abort configuration dialog at any prompt.&lt;br /&gt;
 Default settings are in square brackets &#039;[]&#039;.&lt;br /&gt;
 Continue with configuration dialog? [yes/no]: n &lt;br /&gt;
&lt;br /&gt;
 Press RETURN to get started.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10. Enter &#039;&#039;&#039;enable&#039;&#039;&#039; to go into enable mode on the switch.&lt;br /&gt;
&lt;br /&gt;
 Switch&amp;gt;enable&lt;br /&gt;
 Switch#&lt;br /&gt;
&lt;br /&gt;
11. Rename the configuration file back to its orginal name by entering &#039;&#039;&#039;rename flash:config.old flash:config.text&#039;&#039;&#039; and press enter when the message appears &#039;&#039;Destination filename [config.text]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 Switch#rename flash:config.old flash:config.text&lt;br /&gt;
 Destination filename [config.text] &lt;br /&gt;
&lt;br /&gt;
12. Copy the configuration file into memory by entering &#039;&#039;&#039;copy flash:config.text system:running-config&#039;&#039;&#039;.  Press enter to verify.&lt;br /&gt;
&lt;br /&gt;
 Switch#copy flash:config.text system:running-config&lt;br /&gt;
 Destination filename [running-config]? &lt;br /&gt;
&lt;br /&gt;
Now the old configuration is loaded into RAM.&lt;br /&gt;
&lt;br /&gt;
13. At this point you can reassign all of the passwords you don&#039;t know by entering global configuration mode and entering the following commands:&lt;br /&gt;
&lt;br /&gt;
 Sw1# conf t&lt;br /&gt;
 Sw1(config)#enable secret &amp;lt;new_secret_password&amp;gt;&lt;br /&gt;
 Sw1(config)#enable password &amp;lt;new_enable_password&amp;gt;&lt;br /&gt;
 Sw1(config)#line vty 0 15&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_vty_password&amp;gt;&lt;br /&gt;
 Sw1(config-line)#login&lt;br /&gt;
 Sw1(config-line)#line con 0&lt;br /&gt;
 Sw1(config-line)#password &amp;lt;new_console_password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
14. Save the running configuration to the startup configuration by entering either &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Sw1#write memory&lt;br /&gt;
 Building configuration...&lt;br /&gt;
 [OK]&lt;br /&gt;
 Sw1#&lt;br /&gt;
&lt;br /&gt;
You have reset your passwords without losing your configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3679</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3679"/>
		<updated>2010-12-09T15:42:06Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Recover Cisco Catalyst 2960 Switch Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
 switch: flash_init&lt;br /&gt;
 Initializing Flash...&lt;br /&gt;
&lt;br /&gt;
5. Enter the &#039;&#039;&#039;load_helper&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: load_helper&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
6. Enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: dir flash:&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
Output ommitted.&lt;br /&gt;
&lt;br /&gt;
 4    -rwx  1131      &amp;lt;date&amp;gt;               config.text&lt;br /&gt;
&lt;br /&gt;
This is the configuration file.&lt;br /&gt;
&lt;br /&gt;
 5    -rwx  109       &amp;lt;date&amp;gt;               info&lt;br /&gt;
 6    -rwx  389       &amp;lt;date&amp;gt;               env_vars&lt;br /&gt;
 7    drwx  640       &amp;lt;date&amp;gt;               html&lt;br /&gt;
 18   -rwx  109       &amp;lt;date&amp;gt;               info.ver&lt;br /&gt;
 403968 bytes available (3208704 bytes used)&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
7. Rename the configuration file by entering &#039;&#039;&#039;rename flash:config.text flash:config.old&#039;&#039;&#039;.  The config.text file is the file that contains the password definition.&lt;br /&gt;
&lt;br /&gt;
 switch: rename flash:config.text flash:config.old&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
8. Reboot the switch by entering the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 switch: boot&lt;br /&gt;
 Loading &amp;quot;flash:...&lt;br /&gt;
&lt;br /&gt;
9. When the switch is done reloading the &#039;&#039;---System Configuration Dialog---&#039;&#039;&#039; will appear in the output.  Answer &#039;&#039;&#039;no&#039;&#039;&#039; or press &#039;&#039;&#039;ctrl-c&#039;&#039;&#039; to leave the system configuration dialog.&lt;br /&gt;
&lt;br /&gt;
 --- System Configuration Dialog ---&lt;br /&gt;
 At any point you may enter a question mark &#039;?&#039; for help.&lt;br /&gt;
 Use ctrl-c to abort configuration dialog at any prompt.&lt;br /&gt;
 Default settings are in square brackets &#039;[]&#039;.&lt;br /&gt;
 Continue with configuration dialog? [yes/no]: n &lt;br /&gt;
&lt;br /&gt;
 Press RETURN to get started.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 Switch&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3678</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3678"/>
		<updated>2010-12-09T15:28:31Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
 switch: flash_init&lt;br /&gt;
 Initializing Flash...&lt;br /&gt;
&lt;br /&gt;
5. Enter the &#039;&#039;&#039;load_helper&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: load_helper&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
6. Enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command&lt;br /&gt;
&lt;br /&gt;
 switch: dir flash:&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
 2    -rwx  1803357   &amp;lt;date&amp;gt;               c3500xl-c3h2s-mz.120-5.WC7.bin&lt;br /&gt;
&lt;br /&gt;
This is the current version of software.&lt;br /&gt;
&lt;br /&gt;
 4    -rwx  1131      &amp;lt;date&amp;gt;               config.text&lt;br /&gt;
&lt;br /&gt;
This is the configuration file.&lt;br /&gt;
&lt;br /&gt;
 5    -rwx  109       &amp;lt;date&amp;gt;               info&lt;br /&gt;
 6    -rwx  389       &amp;lt;date&amp;gt;               env_vars&lt;br /&gt;
 7    drwx  640       &amp;lt;date&amp;gt;               html&lt;br /&gt;
 18   -rwx  109       &amp;lt;date&amp;gt;               info.ver&lt;br /&gt;
 403968 bytes available (3208704 bytes used)&lt;br /&gt;
 switch:&lt;br /&gt;
&lt;br /&gt;
This output is from a 3500XL switch. Output from &lt;br /&gt;
other switches will vary slightly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3677</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3677"/>
		<updated>2010-12-09T15:23:06Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
4. Enter the &#039;&#039;&#039;flash_init&#039;&#039;&#039; command at the &#039;&#039;switch:&#039;&#039; prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3676</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3676"/>
		<updated>2010-12-09T15:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
2. Power down the switch by unplugging the power cord.&lt;br /&gt;
&lt;br /&gt;
3. Hold down the mode button on the front left side of the switch and plug in the power cord.  Do not release the mode button until you see the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED blink amber and then turn solid green.  When you release the mode button the &#039;&#039;&#039;SYST&#039;&#039;&#039; LED should blink green.  The switch should now be in &#039;&#039;switch:&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3675</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3675"/>
		<updated>2010-12-09T15:11:36Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  Connect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3674</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3674"/>
		<updated>2010-12-09T15:11:10Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
1.  COnnect to the console port of the switch a PC with terminal emulating software like Hyperterminal or TeraTerm.  The terminal settings are as follows:&lt;br /&gt;
&lt;br /&gt;
 ◦Bits per second (baud): 9600 &lt;br /&gt;
&lt;br /&gt;
 ◦Data bits: 8 &lt;br /&gt;
&lt;br /&gt;
 ◦Parity: None &lt;br /&gt;
&lt;br /&gt;
 ◦Stop bits: 1 &lt;br /&gt;
&lt;br /&gt;
 ◦Flow Control: Xon/Xoff &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3673</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3673"/>
		<updated>2010-12-09T15:06:12Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 S1# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1# reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command to verify the VLAN Information.&lt;br /&gt;
&lt;br /&gt;
 S1# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
&lt;br /&gt;
 2    VLAN0002                         active    &lt;br /&gt;
 3    VLAN0003                         active    &lt;br /&gt;
 4    VLAN0004                         active&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
Despite the erase of the startup configuration file, these user-created VLANs remain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 600  VLAN0600                         active    &lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active    &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        1002   1003&lt;br /&gt;
 2    enet  100002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 3    enet  100003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 4    enet  100004     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 600  enet  100600     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        1      1003&lt;br /&gt;
 1003 tr    101003     1500  1005   -      -        -    srb      1      1002&lt;br /&gt;
 1004 fdnet 101004     1500  -      -      1        ibm  -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      1        IBM  -        0      0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. To verify the VLAN.dat file enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command.  &#039;&#039;&#039;Do not forget the colon.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 S1# dir flash:&lt;br /&gt;
&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
 2  -rwx     2487439   Mar 11 1993 01:25:32  c2950-i6q4l2-mz.121-9.EA1d.bin&lt;br /&gt;
 3  -rwx         840   Mar 20 1993 09:20:09  vlan.dat  &lt;br /&gt;
&lt;br /&gt;
This vlan.dat file stores user-configured VLANs.&lt;br /&gt;
&lt;br /&gt;
 4  -rwx     2491435   Mar 08 1993 16:14:13  c2950-mvr.bin&lt;br /&gt;
 6  -rwx          42   Mar 01 1993 00:07:35  env_vars&lt;br /&gt;
 7  -rwx         109   Mar 11 1993 01:23:56  info&lt;br /&gt;
 8  drwx         640   Mar 11 1993 01:26:35  html&lt;br /&gt;
 19  -rwx         109   Mar 11 1993 01:26:35  info.ver&lt;br /&gt;
&lt;br /&gt;
 7741440 bytes total (1088512 bytes free)&lt;br /&gt;
&lt;br /&gt;
3. Delete the VLAN.dat file from the flash using the &#039;&#039;&#039;delete&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1#delete flash:vlan.dat&lt;br /&gt;
 Delete filename [vlan.dat]?&lt;br /&gt;
 !--- Press Enter.&lt;br /&gt;
 Delete flash:vlan.dat? [confirm]y&lt;br /&gt;
&lt;br /&gt;
4. Reload the switch using the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1# reload&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
 4w5d: %SYS-5-RELOAD: Reload requested&lt;br /&gt;
&lt;br /&gt;
5. When the switch is up verify the VLAN information by entering the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command again.&lt;br /&gt;
&lt;br /&gt;
 Switch# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active     &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1003 tr    101003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1004 fdnet 101004     1500  -      -      -        ieee -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      -        IBM  -        0      0&lt;br /&gt;
 Switch#&lt;br /&gt;
&lt;br /&gt;
User configured VLAN&#039;s should all be gone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3672</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3672"/>
		<updated>2010-12-09T15:03:37Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 S1# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1# reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command to verify the VLAN Information.&lt;br /&gt;
&lt;br /&gt;
 S1# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
&lt;br /&gt;
 2    VLAN0002                         active    &lt;br /&gt;
 3    VLAN0003                         active    &lt;br /&gt;
 4    VLAN0004                         active&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
Despite the erase of the startup configuration file, these user-created VLANs remain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 600  VLAN0600                         active    &lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active    &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        1002   1003&lt;br /&gt;
 2    enet  100002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 3    enet  100003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 4    enet  100004     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 600  enet  100600     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        1      1003&lt;br /&gt;
 1003 tr    101003     1500  1005   -      -        -    srb      1      1002&lt;br /&gt;
 1004 fdnet 101004     1500  -      -      1        ibm  -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      1        IBM  -        0      0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. To verify the VLAN.dat file enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command.  &#039;&#039;&#039;Do not forget the colon.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 S1# dir flash:&lt;br /&gt;
&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
 2  -rwx     2487439   Mar 11 1993 01:25:32  c2950-i6q4l2-mz.121-9.EA1d.bin&lt;br /&gt;
 3  -rwx         840   Mar 20 1993 09:20:09  vlan.dat  &lt;br /&gt;
&lt;br /&gt;
This vlan.dat file stores user-configured VLANs.&lt;br /&gt;
&lt;br /&gt;
 4  -rwx     2491435   Mar 08 1993 16:14:13  c2950-mvr.bin&lt;br /&gt;
 6  -rwx          42   Mar 01 1993 00:07:35  env_vars&lt;br /&gt;
 7  -rwx         109   Mar 11 1993 01:23:56  info&lt;br /&gt;
 8  drwx         640   Mar 11 1993 01:26:35  html&lt;br /&gt;
 19  -rwx         109   Mar 11 1993 01:26:35  info.ver&lt;br /&gt;
&lt;br /&gt;
 7741440 bytes total (1088512 bytes free)&lt;br /&gt;
&lt;br /&gt;
3. Delete the VLAN.dat file from the flash using the &#039;&#039;&#039;delete&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1#delete flash:vlan.dat&lt;br /&gt;
 Delete filename [vlan.dat]?&lt;br /&gt;
 !--- Press Enter.&lt;br /&gt;
 Delete flash:vlan.dat? [confirm]y&lt;br /&gt;
&lt;br /&gt;
4. Reload the switch using the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 S1# reload&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
 4w5d: %SYS-5-RELOAD: Reload requested&lt;br /&gt;
&lt;br /&gt;
5. When the switch is up verify the VLAN information by entering the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command again.&lt;br /&gt;
&lt;br /&gt;
 Switch# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active     &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1003 tr    101003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1004 fdnet 101004     1500  -      -      -        ieee -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      -        IBM  -        0      0&lt;br /&gt;
 Switch#&lt;br /&gt;
&lt;br /&gt;
User configured VLAN&#039;s should all be gone.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3671</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3671"/>
		<updated>2010-12-09T14:48:22Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Reset VLAN Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 Cat2950# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 Cat2950# reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command to verify the VLAN Information.&lt;br /&gt;
&lt;br /&gt;
  Cat2950# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
&lt;br /&gt;
 2    VLAN0002                         active    &lt;br /&gt;
 3    VLAN0003                         active    &lt;br /&gt;
 4    VLAN0004                         active&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
Despite the erase of the startup configuration file, these user-created VLANs remain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 600  VLAN0600                         active    &lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active    &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        1002   1003&lt;br /&gt;
 2    enet  100002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 3    enet  100003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 4    enet  100004     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 600  enet  100600     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        1      1003&lt;br /&gt;
 1003 tr    101003     1500  1005   -      -        -    srb      1      1002&lt;br /&gt;
 1004 fdnet 101004     1500  -      -      1        ibm  -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      1        IBM  -        0      0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. To verify the VLAN.dat file enter the &#039;&#039;&#039;dir flash:&#039;&#039;&#039; command.  &#039;&#039;&#039;Do not forget the colon.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 Cat2950# dir flash:&lt;br /&gt;
&lt;br /&gt;
 Directory of flash:/&lt;br /&gt;
&lt;br /&gt;
 2  -rwx     2487439   Mar 11 1993 01:25:32  c2950-i6q4l2-mz.121-9.EA1d.bin&lt;br /&gt;
 3  -rwx         840   Mar 20 1993 09:20:09  vlan.dat  &lt;br /&gt;
&lt;br /&gt;
This vlan.dat file stores user-configured VLANs.&lt;br /&gt;
&lt;br /&gt;
 4  -rwx     2491435   Mar 08 1993 16:14:13  c2950-mvr.bin&lt;br /&gt;
 6  -rwx          42   Mar 01 1993 00:07:35  env_vars&lt;br /&gt;
 7  -rwx         109   Mar 11 1993 01:23:56  info&lt;br /&gt;
 8  drwx         640   Mar 11 1993 01:26:35  html&lt;br /&gt;
 19  -rwx         109   Mar 11 1993 01:26:35  info.ver&lt;br /&gt;
&lt;br /&gt;
 7741440 bytes total (1088512 bytes free)&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3670</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3670"/>
		<updated>2010-12-09T14:44:39Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Reset VLAN Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 Cat2950# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 Cat2950# reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show VLAN&#039;&#039;&#039; command to verify the VLAN Information.&lt;br /&gt;
&lt;br /&gt;
  Cat2950# show vlan&lt;br /&gt;
&lt;br /&gt;
 VLAN Name                             Status    Ports&lt;br /&gt;
 ---- -------------------------------- --------- -------------------------------&lt;br /&gt;
 1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;br /&gt;
                                                 Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;br /&gt;
                                                 Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;br /&gt;
                                                 Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;br /&gt;
                                                 Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;br /&gt;
                                                 Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;br /&gt;
&lt;br /&gt;
 2    VLAN0002                         active    &lt;br /&gt;
 3    VLAN0003                         active    &lt;br /&gt;
 4    VLAN0004                         active&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
!--- Despite the erase of the startup configuration file, &lt;br /&gt;
!--- these user-created VLANs remain.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 600  VLAN0600                         active    &lt;br /&gt;
 1002 fddi-default                     active    &lt;br /&gt;
 1003 token-ring-default               active    &lt;br /&gt;
 1004 fddinet-default                  active    &lt;br /&gt;
 1005 trnet-default                    active    &lt;br /&gt;
&lt;br /&gt;
 VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2&lt;br /&gt;
 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;br /&gt;
 1    enet  100001     1500  -      -      -        -    -        1002   1003&lt;br /&gt;
 2    enet  100002     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 3    enet  100003     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 4    enet  100004     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 600  enet  100600     1500  -      -      -        -    -        0      0   &lt;br /&gt;
 1002 fddi  101002     1500  -      -      -        -    -        1      1003&lt;br /&gt;
 1003 tr    101003     1500  1005   -      -        -    srb      1      1002&lt;br /&gt;
 1004 fdnet 101004     1500  -      -      1        ibm  -        0      0   &lt;br /&gt;
 1005 trnet 101005     1500  -      -      1        IBM  -        0      0&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3669</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3669"/>
		<updated>2010-12-09T14:39:45Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 Cat2950# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 Cat2950# reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3668</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3668"/>
		<updated>2010-12-09T14:39:18Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
Note:  If you don&#039;t have access to priveleged EXEC mode you must use the [[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode. &lt;br /&gt;
&lt;br /&gt;
 Cat2950# write erase&lt;br /&gt;
 Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]&lt;br /&gt;
 Erase of nvram: complete&lt;br /&gt;
&lt;br /&gt;
2. Reload the switch by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
 Cat2950# reload&lt;br /&gt;
&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n    &lt;br /&gt;
&lt;br /&gt;
 !--- Do not save the configuration at this prompt. Otherwise, the switch&lt;br /&gt;
 !--- reloads with the current running configuration and does not reset to default.&lt;br /&gt;
&lt;br /&gt;
 Proceed with reload? [confirm]y&lt;br /&gt;
&lt;br /&gt;
When the reload is complete the switch has been reset to factory defaults &#039;&#039;&#039;except&#039;&#039;&#039; for the VLAN configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reset VLAN Configuration ==&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3667</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3667"/>
		<updated>2010-12-09T14:32:07Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;br /&gt;
*[[Recover Cisco Catalyst 2960 Switch Password]]&lt;br /&gt;
*[[Resetting Switch Configuration Including VLAN Configuration Files]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3666</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3666"/>
		<updated>2010-12-09T14:31:30Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot system parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode.  If you don&#039;t have access to priveleged EXEC mode you must use the *[[Recover Cisco Catalyst 2960 Switch Password]] process first.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3665</id>
		<title>Resetting Switch Configuration Including VLAN Configuration Files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Resetting_Switch_Configuration_Including_VLAN_Configuration_Files&amp;diff=3665"/>
		<updated>2010-12-09T14:29:10Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: Created page with &amp;#039; == Resetting Switch Configuration Including VLAN Configuration Files ==   To reset a switch to factory default settings use the &amp;#039;&amp;#039;&amp;#039;erase statup-config&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;write erase&amp;#039;&amp;#039;&amp;#039; co…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Resetting Switch Configuration Including VLAN Configuration Files ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To reset a switch to factory default settings use the &#039;&#039;&#039;erase statup-config&#039;&#039;&#039; or &#039;&#039;&#039;write erase&#039;&#039;&#039; command.  These commands will not clear config-register or boot system settings.  Boot su=ystem parameters are modified by using the &#039;&#039;&#039;boot&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
1. Enter the &#039;&#039;&#039;write erase&#039;&#039;&#039; command from priveleged EXEC mode.  If you don&#039;t have access to priveleged EXEC mode you must use the password recovery process first.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3664</id>
		<title>Reset a Cisco Router to Factory Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3664"/>
		<updated>2010-12-09T13:27:26Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset a Cisco Router to Factory Default Settings ==&lt;br /&gt;
&lt;br /&gt;
To perform this reset you must have privileged EXEC access on the router.  If you don&#039;t you must perform the &lt;br /&gt;
password recovery procedure at [[Password Recovery for Cisco Router 1841]] first.&lt;br /&gt;
&lt;br /&gt;
There are a couple of methods for resetting a Cisco 1841 router to it&#039;s factory default settings.&lt;br /&gt;
&lt;br /&gt;
== Method #1 ==&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show version&#039;&#039;&#039; command to see if the configuration register is set to 0x2102.  If it isn&#039;t then enter the following:&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2102&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
When you enter &#039;&#039;&#039;show version&#039;&#039;&#039; again the output will show &#039;&#039;&#039;(will be 0x2102 at next reload)&#039;&#039;&#039; after the current register setting.&lt;br /&gt;
&lt;br /&gt;
2. Enter &#039;&#039;&#039;write erase&#039;&#039;&#039; to erase the start-up configuration.&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to reload the router.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method #2 ==&lt;br /&gt;
&lt;br /&gt;
The first method used the &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; command in global configuration mode.  This method will use the &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
1. Enter &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command.  Be sure you are in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2142&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
2. Reload the router by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
3. The output shows &amp;quot;Would you like to enter the configuration dialog?&amp;quot;.  Enter &#039;&#039;&#039;no&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Go back into global configuration mode and enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; to enable the router to use the start-up configuration file again.&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; in enable mode to save the runnning-config to the startup-config.&lt;br /&gt;
&lt;br /&gt;
6. In enable mode enter the &#039;&#039;&#039;reload&#039;&#039;&#039; command to reload the router with the new startup configuration.&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3663</id>
		<title>Password Recovery for Cisco Router 1841</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Password_Recovery_for_Cisco_Router_1841&amp;diff=3663"/>
		<updated>2010-12-09T13:26:51Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Password Recovery for Cisco Router 1841==&lt;br /&gt;
&lt;br /&gt;
Recovering a Cisco 1841 Router Password&lt;br /&gt;
Connect to the console of the router.&lt;br /&gt;
&lt;br /&gt;
If you can access the router use the show version command.  The last line of the output should tell you the version that the configuration register is set to.  If you can’t access the router because of a lost login or TACACS password then your configuration register is set to 0x2102.&lt;br /&gt;
&lt;br /&gt;
Cycle power to the router and within 60 seconds enter the break sequence to enter ROMMON.  The break sequence for HyperTerminal is Ctrl-Break and for Teraterm it is Alt-b.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;confreg 0x2142&#039;&#039;&#039; at the &#039;&#039;rommon 1&amp;gt;&#039;&#039; prompt to boot from flash.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;reset&#039;&#039;&#039; at the &#039;&#039;rommon 2&amp;gt;&#039;&#039; prompt to reboot the router but ignore the startup-config.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;no&#039;&#039;&#039; after the setup questions or press Ctrl-C to skip the initial setup.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;Enable&#039;&#039;&#039; to enter enable mode.&lt;br /&gt;
&lt;br /&gt;
To recover your password, enter &#039;&#039;&#039;configure memory&#039;&#039;&#039; or &#039;&#039;&#039;copy startup-config running-config&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;show running-config&#039;&#039;&#039; to verify that the running configuration has been changed.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
To change your secret password enter &#039;&#039;&#039;enable secret &amp;lt;password&amp;gt;&#039;&#039;&#039; at the &#039;&#039;hostname(config)# prompt&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Issue the no shutdown command on each of the interfaces you are using.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; and press &#039;&#039;&#039;Ctrl-z&#039;&#039;&#039; to save and leave privilege EXEC mode.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; or &#039;&#039;&#039;copy running-config startup-config&#039;&#039;&#039; to save your changes to the startup configuration.&lt;br /&gt;
&lt;br /&gt;
Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to restart the router using the 0x2102 register.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3648</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3648"/>
		<updated>2010-12-08T22:28:06Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
This page is in development.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3647</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3647"/>
		<updated>2010-12-08T22:27:41Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;br /&gt;
&lt;br /&gt;
This page is obviously not complete yet.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3645</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3645"/>
		<updated>2010-12-08T22:27:08Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recover Cisco Catalyst 2960 Switch Password ==&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3643</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3643"/>
		<updated>2010-12-08T22:25:36Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;br /&gt;
*[[Recover Cisco Catalyst 2960 Switch Password]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3642</id>
		<title>Recover Cisco Catalyst 2960 Switch Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Recover_Cisco_Catalyst_2960_Switch_Password&amp;diff=3642"/>
		<updated>2010-12-08T22:24:57Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: Created page with &amp;#039; == Recover Cisco Catalyst 2960 Switch Password ==&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Recover Cisco Catalyst 2960 Switch Password ==&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3635</id>
		<title>Reset a Cisco Router to Factory Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3635"/>
		<updated>2010-12-08T21:43:58Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: /* Reset a Cisco Router to Factory Default Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset a Cisco Router to Factory Default Settings ==&lt;br /&gt;
&lt;br /&gt;
To perform this reset you must have privileged EXEC access on the router.  If you don&#039;t you must perform the &lt;br /&gt;
password recovery procedure at [[Password Recovery for Cisco Router 1841]] first.&lt;br /&gt;
&lt;br /&gt;
There are a couple of methods for resetting a Cisco 1841 router to it&#039;s factory default settings.&lt;br /&gt;
&lt;br /&gt;
== Method #1 ==&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show version&#039;&#039;&#039; command to see if the configuration register is set to 0x2102.  If it isn&#039;t then enter the following:&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2102&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
When you enter &#039;&#039;&#039;show version&#039;&#039;&#039; again the output will show &#039;&#039;&#039;(will be 0x2102 at next reload)&#039;&#039;&#039; after the current register setting.&lt;br /&gt;
&lt;br /&gt;
2. Enter &#039;&#039;&#039;write erase&#039;&#039;&#039; to erase the start-up configuration.&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to reload the router.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method #2 ==&lt;br /&gt;
&lt;br /&gt;
The first method used the &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; command in global configuration mode.  This method will use the &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
1. Enter &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command.  Be sure you are in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2142&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
2. Reload the router by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
3. The output shows &amp;quot;Would you like to enter the configuration dialog?&amp;quot;.  Enter &#039;&#039;&#039;no&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Go back into global configuration mode and enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; to enable the router to use the start-up configuration file again.&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; in enable mode to save the runnning-config to the startup-config.&lt;br /&gt;
&lt;br /&gt;
6. In enable mode enter the &#039;&#039;&#039;reload&#039;&#039;&#039; command to reload the router with the new startup configuration.&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3633</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3633"/>
		<updated>2010-12-08T21:39:54Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Password Recovery for Cisco Router 1841]]&lt;br /&gt;
*[[Reset a Cisco Router to Factory Default Settings]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3631</id>
		<title>Reset a Cisco Router to Factory Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3631"/>
		<updated>2010-12-08T21:39:24Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset a Cisco Router to Factory Default Settings ==&lt;br /&gt;
&lt;br /&gt;
To perform this reset you must have access to privileged EXEC access on the router.  If you don&#039;t you must perform the &lt;br /&gt;
password recovery procedure at [[Password Recovery for Cisco Router 1841]] first.&lt;br /&gt;
&lt;br /&gt;
There are a couple of methods for resetting a Cisco 1841 router to it&#039;s factory default settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method #1 ==&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show version&#039;&#039;&#039; command to see if the configuration register is set to 0x2102.  If it isn&#039;t then enter the following:&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2102&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
When you enter &#039;&#039;&#039;show version&#039;&#039;&#039; again the output will show &#039;&#039;&#039;(will be 0x2102 at next reload)&#039;&#039;&#039; after the current register setting.&lt;br /&gt;
&lt;br /&gt;
2. Enter &#039;&#039;&#039;write erase&#039;&#039;&#039; to erase the start-up configuration.&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to reload the router.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method #2 ==&lt;br /&gt;
&lt;br /&gt;
The first method used the &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; command in global configuration mode.  This method will use the &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
1. Enter &#039;&#039;&#039;config-register 0x2142&#039;&#039;&#039; command.  Be sure you are in global configuration mode.&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2142&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
2. Reload the router by entering the &#039;&#039;&#039;reload&#039;&#039;&#039; command.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
3. The output shows &amp;quot;Would you like to enter the configuration dialog?&amp;quot;.  Enter &#039;&#039;&#039;no&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
4. Go back into global configuration mode and enter &#039;&#039;&#039;config-register 0x2102&#039;&#039;&#039; to enable the router to use the start-up configuration file again.&lt;br /&gt;
&lt;br /&gt;
5. Enter &#039;&#039;&#039;write memory&#039;&#039;&#039; in enable mode to save the runnning-config to the startup-config.&lt;br /&gt;
&lt;br /&gt;
6. In enable mode enter the &#039;&#039;&#039;reload&#039;&#039;&#039; command to reload the router with the new startup configuration.&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3628</id>
		<title>Reset a Cisco Router to Factory Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3628"/>
		<updated>2010-12-08T21:24:23Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset a Cisco Router to Factory Default Settings ==&lt;br /&gt;
&lt;br /&gt;
To perform this reset you must have access to privileged EXEC access on the router.  If you don&#039;t you must perform the &lt;br /&gt;
password recovery procedure at [[Password Recovery for Cisco Router 1841]] first.&lt;br /&gt;
&lt;br /&gt;
There are a couple of methods for resetting a Cisco 1841 router to it&#039;s factory default settings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method #1 ==&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show version&#039;&#039;&#039; command to see if the configuration register is set to 0x2102.  If it isn&#039;t then enter the following:&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2102&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
When you enter &#039;&#039;&#039;show version&#039;&#039;&#039; again the output will show &#039;&#039;&#039;(will be 0x2102 at next reload)&#039;&#039;&#039; after the current register setting.&lt;br /&gt;
&lt;br /&gt;
2. Enter &#039;&#039;&#039;write erase&#039;&#039;&#039; to erase the start-up configuration.&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to reload the router.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3627</id>
		<title>Reset a Cisco Router to Factory Default Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Reset_a_Cisco_Router_to_Factory_Default_Settings&amp;diff=3627"/>
		<updated>2010-12-08T21:20:45Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: Created page with &amp;#039;== Reset a Cisco Router to Factory Default Settings ==  To perform this reset you must have access to privileged EXEC access on the router.  If you don&amp;#039;t you must perform the  pa…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset a Cisco Router to Factory Default Settings ==&lt;br /&gt;
&lt;br /&gt;
To perform this reset you must have access to privileged EXEC access on the router.  If you don&#039;t you must perform the &lt;br /&gt;
password recovery procedure at [[Password Recovery for Cisco Router 1841]] first.&lt;br /&gt;
&lt;br /&gt;
There are a couple of methods for resetting a Cisco 1841 router to it&#039;s factory default settings.&lt;br /&gt;
&lt;br /&gt;
1. Use the &#039;&#039;&#039;show version&#039;&#039;&#039; command to see if the configuration register is set to 0x2102.  If it isn&#039;t then enter the following:&lt;br /&gt;
&lt;br /&gt;
 router#configure terminal&lt;br /&gt;
 router(config)#config-register 0x2102&lt;br /&gt;
 router(config)#end&lt;br /&gt;
 router#&lt;br /&gt;
&lt;br /&gt;
When you enter &#039;&#039;&#039;show version&#039;&#039;&#039; again the output will show &#039;&#039;&#039;(will be 0x2102 at next reload)&#039;&#039;&#039; after the current register setting.&lt;br /&gt;
&lt;br /&gt;
2. Enter &#039;&#039;&#039;write erase&#039;&#039;&#039; to erase the start-up configuration.&lt;br /&gt;
&lt;br /&gt;
3. Enter &#039;&#039;&#039;reload&#039;&#039;&#039; to reload the router.  Do not save the configuration when prompted.&lt;br /&gt;
&lt;br /&gt;
 router#reload&lt;br /&gt;
 System configuration has been modified. Save? [yes/no]: n&lt;br /&gt;
 Proceed with reload? [confirm]&lt;br /&gt;
&lt;br /&gt;
When the router is done reloading the System Configuration Dialog is displayed.&lt;br /&gt;
&lt;br /&gt;
  --- System Configuration Dialog ---&lt;br /&gt;
 Would you like to enter the initial configuration dialog? [yes/no]:&lt;br /&gt;
&lt;br /&gt;
The router has the factory default settings now.&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3624</id>
		<title>Cisco Password Recovery and Device Reset Procedures</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Cisco_Password_Recovery_and_Device_Reset_Procedures&amp;diff=3624"/>
		<updated>2010-12-08T20:47:14Z</updated>

		<summary type="html">&lt;p&gt;Jasonredlin: Created page with &amp;#039;*Password Recovery for Cisco Router 1841&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Password Recovery for Cisco Router 1841]]&lt;/div&gt;</summary>
		<author><name>Jasonredlin</name></author>
	</entry>
</feed>