<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My-Technet &#187; Router</title>
	<atom:link href="http://my-technet.com/index.php/category/cisco/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-technet.com</link>
	<description>Where I Save What I Will Forget</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Perform A Cisco IOS Warm Upgrade And Reload To Minimize Downtime</title>
		<link>http://my-technet.com/index.php/cisco/router/how-to-perform-a-cisco-ios-warm-upgrade-and-reload-to-minimize-downtime/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/router/how-to-perform-a-cisco-ios-warm-upgrade-and-reload-to-minimize-downtime/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:05:28 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=96</guid>
		<description><![CDATA[The warm reload feature of the Cisco IOS was offered in IOS version 12.3(2)T.   How to perform a warm<a href="http://my-technet.com/index.php/cisco/router/how-to-perform-a-cisco-ios-warm-upgrade-and-reload-to-minimize-downtime/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>The warm reload feature of the Cisco IOS was offered in IOS version 12.3(2)T.</p>
<p><strong> </strong></p>
<p><strong>How to perform a warm upgrade in the Cisco IOS</strong></p>
<p> </p>
<p>Use the reload warm file command, like this:</p>
<p>Router# reload warm file tftp://1.1.1.1/c2800nm-advipservicesk9-mz.124-15.T5.bin</p>
<p> </p>
<p>This command actually has a number of options such as scheduling and creating a comment:</p>
<p>reload [/verify | /noverify] [warm [file url]] [in [hh:]mm | at hh:mm [month day | day month</p>
<p> </p>
<p>The job of the warm reload feature is to allow you to reload your routers without having to read the IOS image from flash.</p>
<p><strong> </strong></p>
<p><strong>How do you use warm reload in the Cisco IOS?</strong></p>
<p> </p>
<p>The job of the warm reload feature is to allow you to reload your routers without having to read the IOS image from flash.</p>
<p>You can configure the warm reboot functionality with the warm reboot global command, like this:</p>
<p>Router(config)# warm-reboot 10 uptime 10</p>
<p> </p>
<p>This enables the router to reboot a maximum number of 10 times using the warm reboot function and ensures that the router will sit for no more than 10 minutes after an attempted warm reload that doesn’t result in a successful boot. Next, you must do one clean, cold reload of the router. After that, you can use the reload warm command to quickly reboot your router.</p>
<p> </p>
<p>You can also use<strong> show warm-reboot</strong> to find the statistics concerning how many warm reloads have happened and how much space is taken up by warm reload storage.</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/router/how-to-perform-a-cisco-ios-warm-upgrade-and-reload-to-minimize-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Recovery A Lost Cisco Router Or Switch Password</title>
		<link>http://my-technet.com/index.php/cisco/router/how-to-recovery-a-lost-cisco-router-or-switch-password/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/router/how-to-recovery-a-lost-cisco-router-or-switch-password/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:42:06 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=93</guid>
		<description><![CDATA[1. power off and back on the device 2. hold down control and hit BREAK (may have to do this<a href="http://my-technet.com/index.php/cisco/router/how-to-recovery-a-lost-cisco-router-or-switch-password/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>1. power off and back on the device<br />
2. hold down control and hit BREAK (may have to do this a few times)<br />
3. Once you are at the rommon&gt; prompt, type confreg.<br />
4. Say &#8220;n&#8221; to all options except this one:<br />
enable &#8220;ignore system config info&#8221;? y/n [n]: y<br />
5. Say &#8220;n&#8221; to all other options<br />
6. once back at the rommon prompt, type reset<br />
7. the device will reboot<br />
8. Once the device is booted, you will know that you are bypassing the config because you will be asked this question (say no):<br />
Would you like to enter the initial configuration dialog? [yes/no]: no<br />
9. Once booted, if you do a show version, you will see that your config register is 0&#215;2142.<br />
10. Now, you can either go to enable mode and do a show startup-config to see what the enable password is OR, if you have an enable secret password set, you can replace it by doing a copy start run, then going into global configuration and creating a new enable secret with enable secret cisco, then copy it back with copy run start.<br />
11. Now, you want to change the config register back. In global configuration, type config-register 0&#215;2102<br />
12. save your configuration with wr or copy run start</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/router/how-to-recovery-a-lost-cisco-router-or-switch-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use TFTP From ROMMON Mode</title>
		<link>http://my-technet.com/index.php/cisco/router/how-to-use-tftp-from-rommon-mode/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/router/how-to-use-tftp-from-rommon-mode/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 20:13:14 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=23</guid>
		<description><![CDATA[Trivial File Transfer Protocol (TFTP) over the first LAN port using the ROMmon tftpdnld command. All variable names are case<a href="http://my-technet.com/index.php/cisco/router/how-to-use-tftp-from-rommon-mode/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p><span style="color: black;">Trivial File Transfer Protocol (TFTP) over the <em>first LAN port</em> using the ROMmon <strong>tftpdnld</strong> command.</span></p>
<p>All variable names are case sensitive. You can view the ROMmon environment variables by using the set command, as shown here:</p>
<p>rommon &gt;<br />
    Set IP_ADDRESS=172.18.16.76<br />
    Set IP_SUBNET_MASK=255.255.255.192<br />
    Set DEFAULT_GATEWAY=172.18.16.65<br />
    Set TFTP_SERVER=172.18.16.2<br />
    Set TFTP_FILE=quake/rel22_Jan_16/c2600-i-mz<br />
rommon &gt; tftpdnld</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/router/how-to-use-tftp-from-rommon-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Netflow On Cisco Routers</title>
		<link>http://my-technet.com/index.php/cisco/setting-up-netflow-on-cisco-routers/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/setting-up-netflow-on-cisco-routers/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 20:00:53 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=19</guid>
		<description><![CDATA[Check that the IOS supports Netflow by adding &#8220;ip route-cache flow&#8221; to an interface.  If the command is successful  the<a href="http://my-technet.com/index.php/cisco/setting-up-netflow-on-cisco-routers/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Check that the IOS supports Netflow by adding &#8220;ip route-cache flow&#8221; to an interface.  If the command is successful  the IOS supports Netflow.</p>
<p>If the command errors on “flow” then upgrade IOS to a version that supports Netflow. Use Cisco feature navigator to find the correct IOS. Search by Feature, Add Netflow to the selected features.</p>
<p><a href="http://www.cisco.com/go/fn">www.cisco.com/go/fn</a></p>
<p><strong>Set Netflow for each interface</strong></p>
<p>Interface Serial0/0<br />
Ip route-cache flow<br />
Bandwidth 1536<br />
Exit</p>
<p><strong>In global config</strong></p>
<p>ip flow-export source FastEthernet0<br />
ip flow-export version 5<br />
ip flow-export destination 192.168.10.50 9996<br />
ip flow-cache timeout active<br />
ip flow-cache timeout inactive 15<br />
snmp-server ifindex persist<br />
Show  IP flow export<br />
Show IP cache flow</p>
<p><strong>To collect NBAR stats</strong></p>
<p>Ip cef<br />
Interface S0/0<br />
Ip nbar protocol-discovery<br />
Show ip nbar protocol-discovery</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/setting-up-netflow-on-cisco-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
