<?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>Look for IT over here &#187; Cisco</title>
	<atom:link href="http://lookforitoverhere.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://lookforitoverhere.com</link>
	<description>IT related tutorials,tips, and generally my life on the net.</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Little Known Cisco Troubleshooting Command</title>
		<link>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/</link>
		<comments>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 12:34:55 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[TAC]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=304</guid>
		<description><![CDATA[There are a lot of commands in the Cisco IOS that you can use for troubleshooting. It depends on what the symptoms are and what networking technology you are using (eg ATM, ethernet, frame relay). The more common of course are your sh ip int brie, sh run, sh ver, sh controllers etc but there [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of commands in the Cisco IOS that you can use for troubleshooting. It depends on what the symptoms are and what networking technology you are using (eg ATM, ethernet, frame relay).</p>
<p>The more common of course are your sh ip int brie, sh run, sh ver, sh controllers etc but there is one that encompasses all of the afore mentioned and more. And even better, it will help you if you need to get help from a colleague or the TAC to solve your problem.</p>
<p>From &#8216;enable&#8217;mode, type in &#8216;<strong>show tech</strong><em>&#8216;  and you will see that quite a long output will be provided (hint: you may want to set &#8216;term length&#8217; to 0 for this so you cont have to hit the spacebar after each screenful of info. Also log your session so you can save the output).</p>
<p>If you have a look at the output, there is a lot of info there that doesnt make any sense to me, but what you will also see are the result of the more common commands that you would normally use (ie sh run, sh ver etc).</p>
<p>As I said, if you need to reder your problem to someone else, this will be a handy output to provide. Often the TAC will ask for it so it will save time by providing this upfront to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type wrong command, disable dns lookup on Cisco router</title>
		<link>http://lookforitoverhere.com/84/type-wrong-command-disable-dns-lookup-cisco-router/</link>
		<comments>http://lookforitoverhere.com/84/type-wrong-command-disable-dns-lookup-cisco-router/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 02:37:17 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/84/type-wrong-command-disable-dns-lookup-cisco-router/</guid>
		<description><![CDATA[How many times have you typed in the wrong command on a Cisco router, and then have to wait while the DNS lookup times out because the route is trying to resolve that &#8216;domain&#8217;? Yeah me too. Easy to fix &#8230; Simply enter global configuration mode and type router(config)# no ip domain-lookup And the result [...]]]></description>
			<content:encoded><![CDATA[<p>How many times have you typed in the wrong command on a Cisco router, and then have to wait while the DNS lookup times out because the route is trying to resolve that &#8216;domain&#8217;?</p>
<p>Yeah me too. Easy to fix &#8230;</p>
<p>Simply enter global configuration mode and type </p>
<p>router(config)# <strong>no ip domain-lookup </strong></p>
<p>And the result is no more waiting for the DNS searches to time out. </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/84/type-wrong-command-disable-dns-lookup-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safety tip to configure Cisco router remotely</title>
		<link>http://lookforitoverhere.com/85/safety-tip-to-configure-cisco-router-remotely/</link>
		<comments>http://lookforitoverhere.com/85/safety-tip-to-configure-cisco-router-remotely/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 22:43:39 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Reload]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/85/safety-tip-to-configure-cisco-router-remotely/</guid>
		<description><![CDATA[Routers at a remote location can be safely configured by using a reload command first. Huh? Read on&#8230;.. Before any configuration changes are made, issue a reload command to the remote router: reload in 30 Instructs the router to reboot in 30 minutes. or reload at 00:00 to reload at a specific time. The idea [...]]]></description>
			<content:encoded><![CDATA[<p>Routers at a remote location can be safely configured by using a reload command first. Huh? Read on&#8230;..</p>
<p>Before any configuration changes are made, issue a reload command to the remote router:</p>
<p><strong>reload in 30</strong> Instructs the router to reboot in 30 minutes.<br />
or<br />
<strong>reload at 00:00</strong> to reload at a specific time. </p>
<p>The idea behind this is that if you lock yourself out of the router whilst configuring it (assuming you have NOT saved any changes), the router will reload and you should be able to access the router again. </p>
<p>If your configuration changes are successful, a <strong>reload cancel</strong> command will stop the pending reload. </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/85/safety-tip-to-configure-cisco-router-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

