<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to (more) safely run debugs on Cisco routers</title>
	<atom:link href="http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 00:56:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ahbanks</title>
		<link>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/comment-page-1/#comment-10201</link>
		<dc:creator>ahbanks</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10201</guid>
		<description>You are correct!  &lt;br&gt;&lt;br&gt;That was a typo on my part.  Great catch!</description>
		<content:encoded><![CDATA[<p>You are correct!  </p>
<p>That was a typo on my part.  Great catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AWfki</title>
		<link>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/comment-page-1/#comment-3655</link>
		<dc:creator>AWfki</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:12:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3655</guid>
		<description>The last command in this example is incorrect as it doesn&#039;t use the access-list that&#039;s been defined. The last example should be:

&lt;code&gt;
access-list 100 permit ip any host 1.1.1.1
access-list 100 permit ip host 1.1.1.1 any

debug ip packet detail 100
&lt;/code&gt;


Note the &lt;em&gt;100&lt;/em&gt; at the end of the debug line. That applies ACL 100 to the debug. Without that you risk choking the router if it&#039;s at all busy.</description>
		<content:encoded><![CDATA[<p>The last command in this example is incorrect as it doesn&#8217;t use the access-list that&#8217;s been defined. The last example should be:</p>
<p><code><br />
access-list 100 permit ip any host 1.1.1.1<br />
access-list 100 permit ip host 1.1.1.1 any</p>
<p>debug ip packet detail 100<br />
</code></p>
<p>Note the <em>100</em> at the end of the debug line. That applies ACL 100 to the debug. Without that you risk choking the router if it&#8217;s at all busy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
