<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Breakintheweb&#039;s Weblog</title>
	<atom:link href="http://breakintheweb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://breakintheweb.wordpress.com</link>
	<description>A blog archiving my CCIE studies.</description>
	<lastBuildDate>Sat, 03 Sep 2011 19:16:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='breakintheweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Breakintheweb&#039;s Weblog</title>
		<link>http://breakintheweb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://breakintheweb.wordpress.com/osd.xml" title="Breakintheweb&#039;s Weblog" />
	<atom:link rel='hub' href='http://breakintheweb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cisco IOS EPC</title>
		<link>http://breakintheweb.wordpress.com/2011/09/03/cisco-ios-epc/</link>
		<comments>http://breakintheweb.wordpress.com/2011/09/03/cisco-ios-epc/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 17:48:17 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ANALYSIS]]></category>
		<category><![CDATA[CAPTURE]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[EPC]]></category>
		<category><![CDATA[PACKET]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/?p=42</guid>
		<description><![CDATA[Embedded packet capture (EPC) is a way to capture packets directly on a router. These packet captures can then be sent to a server (FTP,SCP,HTTP,ETC) for packet analysis in a program such as wireshark. EPC requires IOS version 12.4(20)t or greater. The below code sets up a capture for interface fa0/0 and exports the capture [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=42&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Embedded packet capture (EPC) is a way to capture packets directly on a router. These packet captures can then be sent to a server (FTP,SCP,HTTP,ETC) for packet analysis in a program such as wireshark.  EPC requires IOS version 12.4(20)t or greater.</p>
<p>The below code sets up a capture for interface fa0/0 and exports the capture to an ftp server.<br />
<code><br />
monitor capture buffer BUFFER<br />
monitor capture buffer BUFFER size 512 max-size 256<br />
monitor capture point ip cef FA0_0 fa0/0 both<br />
monitor capture point asso FA0_0 BUFFER<br />
monitor capture point start FA0_0<br />
monitor capture buffer BUFFER export ftp://host/filename.pcap<br />
</code></p>
<p>The capture can be stopped with the following<br />
<code>monitor capture point stop FA0_0 </code></p>
<p>You can determine if the capture is woring with the following.<br />
<code><br />
show monitor capture buffer BUFFER parameters<br />
Rack1R1#show monitor capture buffer BUFFER parameters<br />
Capture buffer BUFFER (linear buffer)<br />
Buffer Size : 524288 bytes, Max Element Size : 256 bytes, <strong>Packets : 5</strong><br />
Allow-nth-pak : 0, Duration : 0 (seconds), Max packets : 0, pps : 0<br />
Associated Capture Points:<br />
<strong>Name : FA0_0, Status : Active</strong><br />
Configuration:<br />
monitor capture buffer BUFFER size 512 max-size 256 linear<br />
monitor capture point associate FA0_0 BUFFER<br />
</code></p>
<p>More information can be found in the config guide under Cisco IOS Network Management Configuration Guide-&gt;Troubleshooting, Fault Management, and Logging-&gt;Embedded Packet Capture<br />
<a href="http://www.cisco.com/en/US/docs/ios/netmgmt/configuration/guide/nm_packet_capture_ps6441_TSD_Products_Configuration_Guide_Chapter.html" title="Embedded Packet Capture">Embedded Packet Capture</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=42&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2011/09/03/cisco-ios-epc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
		<item>
		<title>NOTEPAD++ and REGEX</title>
		<link>http://breakintheweb.wordpress.com/2009/07/13/notepad-and-regex/</link>
		<comments>http://breakintheweb.wordpress.com/2009/07/13/notepad-and-regex/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:39:02 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/?p=24</guid>
		<description><![CDATA[As i&#8217;ve been going though my mock CCIE labs, I&#8217;ve had to modify the initial configs before beginning each lab. The main problem i have is my routers are ISR&#8217;s and thus have the #/#/# format for modules vs the older #/# format. I was searching for an easy way to modify all of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=24&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As i&#8217;ve been going though my mock CCIE labs, I&#8217;ve had to modify the initial configs before beginning each lab. The main problem i have is my routers are ISR&#8217;s and thus have the #/#/# format for modules vs the older #/# format. I was searching for an easy way to modify all of the initial configs prior to starting each lab. I ended up solving my problem with notepad++ and regex.</p>
<p>Notepad++ allows you to open multiple files at the same time in separate tabs. Notepad++ then allows you to do a find/replace across all OPEN documents using regex.</p>
<p>I first opened all my initial router configs in notepad++ and used the following settings below. Make sure regex is checked and you press replace all in all open documents.</p>
<p>The [0-9] = any number from 0-9.  (E.G. Serial0/0 Serial0/1)</p>
<p>The Replace string uses a \1 which is replaced with the first Parentheses value from the find string above.</p>
<p><img src="http://breakintheweb.files.wordpress.com/2009/07/replace_all.jpg?w=600" alt="REPLACE_ALL" /></p>
<p>notepad++ can be found at http://notepad-plus.sourceforge.net/uk/site.htm</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=24&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2009/07/13/notepad-and-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>

		<media:content url="http://breakintheweb.files.wordpress.com/2009/07/replace_all.jpg?w=600" medium="image">
			<media:title type="html">REPLACE_ALL</media:title>
		</media:content>
	</item>
		<item>
		<title>OSPF and Default routes</title>
		<link>http://breakintheweb.wordpress.com/2009/07/02/ospf-and-default-routes/</link>
		<comments>http://breakintheweb.wordpress.com/2009/07/02/ospf-and-default-routes/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:25:09 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[nssa]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[stub]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/?p=15</guid>
		<description><![CDATA[For stub areas, a default route is not propogated by default. You must explicetely tell the ABR to send the default route into the NSSA area. router ospf 1 area nssa default-information-originate The above output will generate NSSA Type-2 external default route (LSA type-7). The metric type for the default route above can be changed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=15&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For stub areas, a default route is not propogated by default. You must explicetely tell the ABR to send the default route into the NSSA area.</p>
<p><code>router ospf 1<br />
area  nssa default-information-originate</code></p>
<p>The above output will generate NSSA Type-2 external default route (LSA type-7).<br />
The metric type for the default route above can be changed to a Type 1 with the metric command.</p>
<p><code>router ospf 1 area<br />
nssa default-information-originate metric-type 1 </code></p>
<p>If the area is set to NSSA totally stuby area. An Inter-area default route will be created on the ABR and sent to the NSSA totally stubby area.<br />
<code><br />
router ospf 1 area<br />
nssa default-information-originate no-summary</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=15&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2009/07/02/ospf-and-default-routes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
		<item>
		<title>IP sla history</title>
		<link>http://breakintheweb.wordpress.com/2009/06/24/ip-sla-history/</link>
		<comments>http://breakintheweb.wordpress.com/2009/06/24/ip-sla-history/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:18:00 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/2009/06/24/ip-sla-history/</guid>
		<description><![CDATA[I ran in to an issue where connectivity would drop randomly for around 1 minute. Sometimes this would happen multiple times a day. Other days would have no issues. To help facilitate troubleshooting of the issue, i created an ip sla session to span the path that tracks the last 25 failures. ip sla 1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=13&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran in to an issue where connectivity would drop randomly for around 1 minute. Sometimes this would happen multiple times a day. Other days would have no issues. To help facilitate troubleshooting of the issue, i created an ip sla session to span the path that tracks the last 25 failures.</p>
<p><code>ip sla 1<br />
icmp-echo 10.1.1.1 source-ip 10.1.1.2<br />
threshold 500<br />
frequency 10<br />
history filter failures<br />
history buckets-kept 25<br />
history lives-kept 1<br />
ip sla schedule 1 life forever start-time now</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=13&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2009/06/24/ip-sla-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
		<item>
		<title>tclsh</title>
		<link>http://breakintheweb.wordpress.com/2009/06/22/tclsh/</link>
		<comments>http://breakintheweb.wordpress.com/2009/06/22/tclsh/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:04:57 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[tcl]]></category>
		<category><![CDATA[tclsh]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/2009/06/22/tclsh/</guid>
		<description><![CDATA[I was using a tcl script with the IEWB to test connectivity. The extra data included with the pings made it difficult to check the connectivity. I found the below code that will ping multiple devices and output the results in a clean format with either (OK, FAILED) tclsh proc ping { IP } { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=10&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was using a tcl script with the IEWB to test connectivity. The extra data included with the pings made it difficult to check the connectivity. I found the below code that will ping multiple devices and output the results in a clean format with either (OK, FAILED)</p>
<p><code><br />
tclsh<br />
proc ping { IP } {<br />
set PING [ exec "ping $IP repeat 3" ]<br />
set PING [ regexp -inline -all {[\.!]{3}} $PING ]<br />
if { [ string first "!" $PING ] == -1 } {<br />
puts "[format "%-40s %s" "ping $IP" "\[FAILED\]" ]"<br />
} else {<br />
puts "[format "%-40s %s" "ping $IP" "\[ OK \]" ]"<br />
}<br />
}</p>
<p>foreach address {<br />
155.1.146.1<br />
155.1.146.4<br />
155.1.146.6<br />
155.1.67.6<br />
155.1.67.7<br />
155.1.79.7<br />
155.1.79.9<br />
155.1.9.9<br />
155.1.37.7<br />
155.1.37.3<br />
155.1.13.1<br />
155.1.13.3<br />
155.1.23.3<br />
155.1.23.2<br />
155.1.10.10<br />
155.1.108.10<br />
155.1.108.8<br />
155.1.8.8<br />
155.1.58.8<br />
155.1.58.5<br />
155.1.5.5<br />
155.1.45.5<br />
155.45.1.4<br />
155.1.0.1<br />
155.1.0.2<br />
155.1.0.3<br />
155.1.0.4<br />
155.1.0.5<br />
} { ping $address}</code></p>
<p><strong>And here are my results.</strong></p>
<p>ping 155.1.146.1                         [ OK ]<br />
ping 155.1.146.4                         [FAILED]<br />
ping 155.1.146.6                         [ OK ]<br />
ping 155.1.67.6                          [ OK ]<br />
ping 155.1.67.7                          [ OK ]<br />
ping 155.1.79.7                          [ OK ]<br />
ping 155.1.79.9                          [FAILED]<br />
ping 155.1.9.9                           [FAILED]<br />
ping 155.1.37.7                          [ OK ]<br />
ping 155.1.37.3                          [ OK ]<br />
ping 155.1.13.1                          [ OK ]<br />
ping 155.1.13.3                          [ OK ]<br />
ping 155.1.23.3                          [ OK ]<br />
ping 155.1.23.2                          [ OK ]<br />
ping 155.1.10.10                         [FAILED]<br />
ping 155.1.108.10                        [FAILED]<br />
ping 155.1.108.8                         [ OK ]<br />
ping 155.1.8.8                           [ OK ]<br />
ping 155.1.58.8                          [ OK ]<br />
ping 155.1.58.5                          [ OK ]<br />
ping 155.1.5.5                           [ OK ]<br />
ping 155.1.45.5                          [ OK ]<br />
ping 155.45.1.4                          [FAILED]<br />
ping 155.1.0.1                           [ OK ]<br />
ping 155.1.0.2                           [ OK ]<br />
ping 155.1.0.3                           [ OK ]<br />
ping 155.1.0.4                           [ OK ]<br />
ping 155.1.0.5                           [ OK ]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=10&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2009/06/22/tclsh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
		<item>
		<title>CCIE studies</title>
		<link>http://breakintheweb.wordpress.com/2008/11/26/ccie-studies/</link>
		<comments>http://breakintheweb.wordpress.com/2008/11/26/ccie-studies/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:38:48 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[2511]]></category>
		<category><![CDATA[access server]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been working on my CCIE for a few months. I utilize a Cisco 2511 to connect to my lab remotely. I&#8217;ve found the following to be useful when going through mockup labs. Exit a command (ping, traceroute, etc) press &#8220;ctrl+shift+6&#8243; twice consecutively Remove all routing configuration (config)# no ip routing (config)# ip routing Erase [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=5&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on my CCIE for a few months. I utilize a Cisco 2511 to connect to my lab remotely. I&#8217;ve found the following to be useful when going through mockup labs.</p>
<p><strong>Exit a command (ping, traceroute, etc)</strong><br />
press &#8220;ctrl+shift+6&#8243; twice consecutively</p>
<p><strong>Remove all routing configuration<br />
</strong>(config)# no ip routing<strong><br />
</strong>(config)# ip routing</p>
<p><strong>Erase and reload all routers<br />
</strong>You must have an active session from the 2511 (use # &#8220;show session&#8221; to verify )</p>
<p>send *<br />
{enter}<br />
wr erase<br />
no<br />
reload<br />
{enter}</p>
<p><strong>I&#8217;ll add more things as i think of them.<br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=5&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2008/11/26/ccie-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
		<item>
		<title>QinQ woes</title>
		<link>http://breakintheweb.wordpress.com/2008/07/10/qinq-woes/</link>
		<comments>http://breakintheweb.wordpress.com/2008/07/10/qinq-woes/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:40:49 +0000</pubDate>
		<dc:creator>breakintheweb</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[l2]]></category>
		<category><![CDATA[mtu]]></category>
		<category><![CDATA[qinq]]></category>

		<guid isPermaLink="false">http://breakintheweb.wordpress.com/?p=3</guid>
		<description><![CDATA[I spent a good amount of time troubleshooting a L2 link that is provided across two provider networks. The symptoms were packets above 1496bytes being dropped. I used ICMP echo packets to verify this. # ping x.x.x.x size 1496 Sending 5, 1496-byte ICMP Echos to x.x.x.x, timeout is 2 seconds: !!!!! Success rate is 100 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=3&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent a good amount of time troubleshooting a L2 link that is provided across two provider networks. The symptoms were packets above 1496bytes being dropped. I used ICMP echo packets to verify this.</p>
<p># ping x.x.x.x size 1496<br />
Sending 5, 1496-byte ICMP Echos to x.x.x.x, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms</p>
<p># ping x.x.x.x size 1497<br />
Type escape sequence to abort.<br />
Sending 5, 1497-byte ICMP Echos to x.x.x.x, timeout is 2 seconds:<br />
&#8230;..<br />
Success rate is 0 percent (0/5)</p>
<p>Our switch on each side has an MTU of 1500 with the provider facing link set to DOT1Q. This means packets being sent on the provider link can be 1500bytes plus the 4byte header for the Q tag. If the provider dosen&#8217;t set the link interfaces with an MTU of at least 1504bytes, the traffic will fragment and be dropped.</p>
<p>An easy way to verify the MTU issue on the provider network is to pass traffic in the native VLAN. Since this traffic isn&#8217;t carrying the extra 4byte vlan header tag it should pass.</p>
<p>-Justin</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/breakintheweb.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/breakintheweb.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/breakintheweb.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/breakintheweb.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/breakintheweb.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=breakintheweb.wordpress.com&amp;blog=4001590&amp;post=3&amp;subd=breakintheweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://breakintheweb.wordpress.com/2008/07/10/qinq-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7af025e1cbe20b7705a891cd2cb95a85?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">breakintheweb</media:title>
		</media:content>
	</item>
	</channel>
</rss>
