<?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; Cisco</title>
	<atom:link href="http://my-technet.com/index.php/category/cisco/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>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>
		<item>
		<title>Restore startup-config Without Causing Downtime</title>
		<link>http://my-technet.com/index.php/cisco/restore-that-startup-config-without-causing-downtime/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/restore-that-startup-config-without-causing-downtime/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:47:07 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=17</guid>
		<description><![CDATA[The configure replace command is the answer to this dilemma. This command takes the running-config and compares it to the<a href="http://my-technet.com/index.php/cisco/restore-that-startup-config-without-causing-downtime/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>The <em>configure replace</em> command is the answer to this dilemma. This command takes the running-config and compares it to the replacement configuration. It finds the distinctions between the two configurations and applies only the differences. This command doesn’t affect unchanged configurations, and it doesn’t cause any downtime.</p>
<p>Typically, you replace the running-config with the startup-config located in the router’s NVRAM. To do so, you would use the following command:</p>
<p>configure replace nvram:startup-config</p>
<p>However, the last parameter could be any valid config file in the accepted Cisco IOS URL format. For example, the config you’re using could actually be on a TFTP, FTP, HTTP, RCP, or SCP server. In that case, the command would look something like the following:</p>
<p>configure replace tftp://192.168.1.107/config-bu</p>
<p>Cisco Link &#8211; <a href="http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtrollbk.html">http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtrollbk.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/restore-that-startup-config-without-causing-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
