<?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>Daniels quest for CCIE</title>
	<atom:link href="http://lostintransit.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostintransit.se</link>
	<description>Going for that CCIE</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:03:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lostintransit.se' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daniels quest for CCIE</title>
		<link>http://lostintransit.se</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lostintransit.se/osd.xml" title="Daniels quest for CCIE" />
	<atom:link rel='hub' href='http://lostintransit.se/?pushpress=hub'/>
		<item>
		<title>OSPF magic &#8211; Make interarea routes become intraarea</title>
		<link>http://lostintransit.se/2012/01/26/ospf-magic-make-interarea-routes-become-intraarea/</link>
		<comments>http://lostintransit.se/2012/01/26/ospf-magic-make-interarea-routes-become-intraarea/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 07:36:56 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[Discontigous]]></category>
		<category><![CDATA[GRE]]></category>
		<category><![CDATA[IP unnumbered]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=1032</guid>
		<description><![CDATA[This is a follow up post to my last OSPF post about repairing area 0. In the comments section Ray asked me what we can do if we have a scenario where we have another area that is discontigous. In this example we are using area 1. Area 1 is used everywhere but between R1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1032&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a follow up post to my last OSPF post about repairing area 0.<br />
In the comments section Ray asked me what we can do if we have a<br />
scenario where we have another area that is discontigous. In this<br />
example we are using area 1. Area 1 is used everywhere but between<br />
R1 and R4 is the backbone area. The routes will therefore be<br />
interarea. What if we were told to make these routes appear as<br />
intra area? First look at the topology. Download .net file and<br />
initial and final configs <a href="http://www.reaper.nu/Area1.zip" title="Discontigous area 1 scenario" target="_blank">here</a>.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/area1_discontigous.png"><img src="http://reaper81.files.wordpress.com/2012/01/area1_discontigous.png?w=600&#038;h=369" alt="" title="Area1_discontigous" width="600" height="369" class="alignnone size-full wp-image-1033" /></a></p>
<p>First we start by confirming that routes received on R1<br />
are coming in as interarea routes.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_1.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_1.png?w=600&#038;h=109" alt="" title="R1_show_ip_route_ospf_1" width="600" height="109" class="alignnone size-full wp-image-1034" /></a></p>
<p>Yes they are. This is expected behaviour. So what can we do to<br />
make them appear as intraarea? Using a virtual link does not help<br />
since it always belongs to area 0. We could use the tunnel technique<br />
that was used in the previous post. Let&#8217;s try that. Same procedure as<br />
last time. Source tunnel from physical interface. Use IP unnumbered<br />
from an interface in area 1.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/area1_tunnel.png"><img src="http://reaper81.files.wordpress.com/2012/01/area1_tunnel.png?w=600&#038;h=246" alt="" title="Area1_tunnel" width="600" height="246" class="alignnone size-full wp-image-1035" /></a></p>
<p>The tunnel is up and we have a new adjacency.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_int_brief.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_int_brief.png?w=600&#038;h=194" alt="" title="R1_show_ip_ospf_int_brief" width="600" height="194" class="alignnone size-full wp-image-1036" /></a></p>
<p>The IP address is 0.0.0.0/0 and located in area 1. Lets look at the<br />
router LSA for area 1.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data.png?w=600" alt="" title="R1_show_ip_ospf_data"   class="alignnone size-full wp-image-1037" /></a></p>
<p>The address is 0.0.0.16 just as the last time. This should be 10 according<br />
to the SNMP MIB but as one of my friends Patrick pointed out 16 in decimal<br />
is 0&#215;10 in hex. Maybe it is encoded in hex?</p>
<p>So now lets check the routing table.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_2.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_2.png?w=600" alt="" title="R1_show_ip_route_ospf_2"   class="alignnone size-full wp-image-1038" /></a></p>
<p>Problem solved. Routes are now received as intraarea. So there you have it,<br />
another OSPF problem solved.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/1032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/1032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/1032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1032&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2012/01/26/ospf-magic-make-interarea-routes-become-intraarea/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/area1_discontigous.png" medium="image">
			<media:title type="html">Area1_discontigous</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_1.png" medium="image">
			<media:title type="html">R1_show_ip_route_ospf_1</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/area1_tunnel.png" medium="image">
			<media:title type="html">Area1_tunnel</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_int_brief.png" medium="image">
			<media:title type="html">R1_show_ip_ospf_int_brief</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data.png" medium="image">
			<media:title type="html">R1_show_ip_ospf_data</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_2.png" medium="image">
			<media:title type="html">R1_show_ip_route_ospf_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Repairing a discontigous area 0 in OSPF</title>
		<link>http://lostintransit.se/2012/01/25/repairing-a-discontigous-area-0-in-ospf/</link>
		<comments>http://lostintransit.se/2012/01/25/repairing-a-discontigous-area-0-in-ospf/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:09:42 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[Area 0]]></category>
		<category><![CDATA[Discontigous]]></category>
		<category><![CDATA[GRE]]></category>
		<category><![CDATA[IP unnumbered]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=1014</guid>
		<description><![CDATA[First start by looking at the diagram above. This is a scenario I ran into while doing my mock lab. It is pretty obvious that we will have issues with OSPF since area 0 is discontigous. You should be able to spot this by just looking at the diagram. So what are the tools we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1014&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://reaper81.files.wordpress.com/2012/01/ospf_tunnel.png"><img src="http://reaper81.files.wordpress.com/2012/01/ospf_tunnel.png?w=600&#038;h=369" alt="" title="OSPF_tunnel" width="600" height="369" class="alignnone size-full wp-image-1015" /></a></p>
<p>First start by looking at the diagram above. This is a scenario I ran into while<br />
doing my mock lab. It is pretty obvious that we will have issues with OSPF since area 0<br />
is discontigous. You should be able to spot this by just looking at the diagram.</p>
<p>So what are the tools we have to repair discontigous areas? The most common and<br />
straightforward is to use a virtual-link. However in this scenario it is not allowed.<br />
First lets look what issues we will have in this topology. I have prepared the<br />
topology and initial configs with OSPF for you which can be downloaded <a href="http://www.reaper.nu/Tunnel.zip" title="OSPF Tunnel lab" target="_blank">here</a>, final configs are also included.</p>
<p>We start by looking at the routing table of R1.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf.png?w=600&#038;h=48" alt="" title="R1_show_ip_route_ospf" width="600" height="48" class="alignnone size-full wp-image-1016" /></a></p>
<p>We can only see the loopback of R2. Why is that? R1 is an ABR. It has an<br />
interface in area 0 and in another area. It will not install interarea routes<br />
received on a non backbone interface.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data_1.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data_1.png?w=600&#038;h=130" alt="" title="R1_show_ip_ospf_data_1" width="600" height="130" class="alignnone size-full wp-image-1017" /></a></p>
<p>This is the database on R1. We can see that all IA routes are indeed in<br />
the database but they are not being installed into the RIB. To test our<br />
thesis from the last OSPF post, lets shutdown Fa0/0 on R1. This should in<br />
theory mean that R1 is no longer an ABR and that it can install routes<br />
received on a non backbone area.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_shutdown_fa0.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_shutdown_fa0.png?w=600&#038;h=240" alt="" title="R1_shutdown_fa0" width="600" height="240" class="alignnone size-full wp-image-1018" /></a></p>
<p>It works. So our knowledge of OSPF seems good. So this is an option we<br />
can use, although we would not have reachability to R2&#8242;s loopback. The techniques<br />
I show here would generate no points for the OSPF section but having reachability<br />
in IGP is critial so if you can&#8217;t do something the right way, cheat!<br />
What I mean by that is that if you don&#8217;t have reachability you will loose points<br />
later in BGP, MPLS, multicast and maybe even IPv6 and security section. So you<br />
see a lot of points are at stake and if we can&#8217;t solve a task the right way do it<br />
some other way. Use static routes if you must!</p>
<p>We were not allowed to use a virtual-link but lets try that anyway to<br />
see that we can install all the routes.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_virtual_link.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_virtual_link.png?w=600&#038;h=241" alt="" title="R1_virtual_link" width="600" height="241" class="alignnone size-full wp-image-1019" /></a></p>
<p>Yes, now we have reachability. We would loose 2 or 3 points probably for doing<br />
this but could potentially save us 10-15 points later. I ended up having to do<br />
this on my mock since I had problems configuring the solution below.</p>
<p>So if we can&#8217;t use a virtual link, where does that leave us? We need a link<br />
between R1 and R4 that is located in area 0. How about a tunnel? Yes, that is<br />
definately an option. However we are not allowed to introduce any new<br />
IP addresses into the network. How do we solve that? IP unnumbered, we have to<br />
borrow an IP from another interface. Lets setup the tunnel.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_tunnel_to_r4.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_tunnel_to_r4.png?w=600&#038;h=176" alt="" title="R1_tunnel_to_R4" width="600" height="176" class="alignnone size-full wp-image-1020" /></a></p>
<p>We source the tunnel from a physical interface and the destination is the other<br />
side of the FR connection. Why source from the physical interface? We don&#8217;t have<br />
reachability to loopbacks yet since our IGP is broken, therefore we have to use<br />
the physical address. Why unnumbered from the Ethernet interfaces? They are located<br />
in area 0. We must have an IP that is located in area 0 to repair the discontigous network.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_nei.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_nei.png?w=600&#038;h=279" alt="" title="R1_show_ip_ospf_nei" width="600" height="279" class="alignnone size-full wp-image-1021" /></a></p>
<p>So now we have an adjacency both over serial0/0 and over the tunnel. The tunnel<br />
interface is point-to-point and has a very high cost. Notice that the IP for<br />
the tunnel is 0.0.0.0/0.</p>
<p>Now look at the routing table of R1.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_after_tunnel.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_after_tunnel.png?w=600&#038;h=83" alt="" title="R1_show_ip_route_ospf_after_tunnel" width="600" height="83" class="alignnone size-full wp-image-1022" /></a></p>
<p>We can see that prefixes are reached via 155.1.34.4. This is the IP of Fa0/0<br />
on R4 which was derived from the IP unnumbered. So what is interesting here<br />
is that the adjacency between R1 and R4 is not in the same subnet, so we<br />
are bypassing that check. We can also see that we need to recurse routing<br />
lookups since the routes are pointing at 155.1.34.4.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_34_net.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_34_net.png?w=600&#038;h=96" alt="" title="R1_show_ip_route_34_net" width="600" height="96" class="alignnone size-full wp-image-1023" /></a></p>
<p>This route is reached via the tunnel. If we look at the OSPF database on R1<br />
we see a router LSA for R4 and there is the P2P link.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_router_lsa_for_tunnel.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_router_lsa_for_tunnel.png?w=600&#038;h=246" alt="" title="R1_router_LSA_for_tunnel" width="600" height="246" class="alignnone size-full wp-image-1024" /></a></p>
<p>Router Interface address is 0.0.0.16. This is interesting, normally this is<br />
the IP address of the interface. We are now using unnumbered. I&#8217;m not sure<br />
why it is choosing 16. RFC says the following:</p>
<p>&#8220;For unnumbered point-to-pointlinks, the Link Data field should be set to<br />
the unnumbered interface&#8217;s MIB-II [Ref8] ifIndex value.</p>
<p>If we look at the SNMP MIB, must enable SNMP first.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_snmp_mib.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_snmp_mib.png?w=600" alt="" title="R1_SNMP_MIB"   class="alignnone size-full wp-image-1025" /></a></p>
<p>So this value should be 10. Seems like Cisco is not really following<br />
the RFC (RFC2328) here. We can enable that behaviour with interface-id snmp-if-index.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/r1_set_interface_id.png"><img src="http://reaper81.files.wordpress.com/2012/01/r1_set_interface_id.png?w=600&#038;h=287" alt="" title="R1_set_interface_id" width="600" height="287" class="alignnone size-full wp-image-1026" /></a></p>
<p>Now we have the expected value of 10.</p>
<p>You can read more at <a href="http://www.cisco.com/en/US/docs/ios/12_4t/12_4t11/ht_ifndx.html" title="OSPF interface ID" target="_blank">Cisco</a>.</p>
<p>So this should give you a look into OSPF. I have also attached a <a href="http://www.reaper.nu/R1_tunnel.pcap" title="R1 Tunnel packet capture" target="_blank">packet capture</a> so that you can look at the LS Update going over the tunnel interface. We can see that the source of the<br />
packet is 155.1.14.4 which is R4 IP addess and the destination is 155.1.14.1.<br />
In there we have the other IP packet which has a source of 155.1.34.4 and a destination<br />
of 224.0.0.5.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/1014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/1014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/1014/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1014&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2012/01/25/repairing-a-discontigous-area-0-in-ospf/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/ospf_tunnel.png" medium="image">
			<media:title type="html">OSPF_tunnel</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf.png" medium="image">
			<media:title type="html">R1_show_ip_route_ospf</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_data_1.png" medium="image">
			<media:title type="html">R1_show_ip_ospf_data_1</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_shutdown_fa0.png" medium="image">
			<media:title type="html">R1_shutdown_fa0</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_virtual_link.png" medium="image">
			<media:title type="html">R1_virtual_link</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_tunnel_to_r4.png" medium="image">
			<media:title type="html">R1_tunnel_to_R4</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_ospf_nei.png" medium="image">
			<media:title type="html">R1_show_ip_ospf_nei</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_ospf_after_tunnel.png" medium="image">
			<media:title type="html">R1_show_ip_route_ospf_after_tunnel</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_show_ip_route_34_net.png" medium="image">
			<media:title type="html">R1_show_ip_route_34_net</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_router_lsa_for_tunnel.png" medium="image">
			<media:title type="html">R1_router_LSA_for_tunnel</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_snmp_mib.png" medium="image">
			<media:title type="html">R1_SNMP_MIB</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/r1_set_interface_id.png" medium="image">
			<media:title type="html">R1_set_interface_id</media:title>
		</media:content>
	</item>
		<item>
		<title>First mock lab done (Cisco 360)</title>
		<link>http://lostintransit.se/2012/01/20/first-mock-lab-done-cisco-360/</link>
		<comments>http://lostintransit.se/2012/01/20/first-mock-lab-done-cisco-360/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 19:39:19 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Cisco 360]]></category>
		<category><![CDATA[Mock lab]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=1012</guid>
		<description><![CDATA[So I had my first run at a mock lab (Cisco 360). It was not a great score by any means. I got 59% on the TS and 49% on the config. Still, it does show that I&#8217;m not THAT far away. The lab was rated as advanced and there were a lot of tricky [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1012&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I had my first run at a mock lab (Cisco 360). It was not a great score by any means. I got 59% on the TS and 49% on the config. Still, it does show that I&#8217;m not THAT far away. The lab was rated as advanced and there were a lot of tricky stuff. Some tasks I solved but not in the way I should have done.</p>
<p>I learned a lot of leassons. How to read the tasks and how to solve tasks in TS without breaking requirements. I spent a lot of time on some EIGRP config because I misread the task. The task was to do unequal load balance but I thought I wasn&#8217;t allowed to change the delay of the interface which I was.</p>
<p>Very good practice indeed. Will try another mock in a couple of weeks.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/1012/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/1012/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1012&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2012/01/20/first-mock-lab-done-cisco-360/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>50000 views!</title>
		<link>http://lostintransit.se/2012/01/17/50000-views/</link>
		<comments>http://lostintransit.se/2012/01/17/50000-views/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:19:32 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[50000]]></category>
		<category><![CDATA[Cisco360]]></category>
		<category><![CDATA[Mock lab]]></category>

		<guid isPermaLink="false">http://reaper81.wordpress.com/?p=1009</guid>
		<description><![CDATA[The site has now hit 50000 views. I did not really expect this when I started the blog. Thanks to all my readers I&#8217;m doing my final prep for the CCIE. Vol1 has be finished. Right now I&#8217;m focusing on full scale labs and troubleshooting labs. Tonight I have 2 TS labs planned and on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1009&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The site has now hit 50000 views. I did not really expect this when I started the blog. Thanks to all my readers <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m doing my final prep for the CCIE. Vol1 has be finished. Right now I&#8217;m focusing on full scale labs and troubleshooting labs. Tonight I have 2 TS labs planned and on friday I&#8217;m taking a Cisco360 mock lab. I&#8217;ve heard that they are high quality and close to the experience of the real exam. I hope so because they cost a pretty penny.</p>
<p>I&#8217;ll post my results when done,  hopefully they won&#8217;t be too terrible but I&#8217;m not expecting a really good result either.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/1009/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/1009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/1009/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=1009&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2012/01/17/50000-views/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>How well do you really know OSPF?</title>
		<link>http://lostintransit.se/2012/01/15/how-well-do-you-really-know-ospf/</link>
		<comments>http://lostintransit.se/2012/01/15/how-well-do-you-really-know-ospf/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 11:33:29 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[ABR]]></category>
		<category><![CDATA[Virtual links]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=994</guid>
		<description><![CDATA[OSPF is by far the most complicated IGP on the RS lab if we go in to the details of the protocol and the loop prevention mechanisms. While doing some labs this week I ran in to some interesting issues. This post will describe different scenarios and test your understanding of OSPF. I will show [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=994&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OSPF is by far the most complicated IGP on the RS lab if we go in to the details of the protocol and the loop prevention mechanisms. While doing some labs this week I ran in to some interesting issues. This post will describe different scenarios and test your understanding of OSPF. I will show a diagram and ask a question, try to answer it and when you want to know the answer then the text is hidden below. You can see the text by marking it since it&#8217;s written with a white font.</p>
<p>Lets begin. We will start with an issue I ran into while doing an ASET lab (Cisco partner labs). Look at the following diagram.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/mpls_vpn.png"><img src="http://reaper81.files.wordpress.com/2012/01/mpls_vpn.png?w=600&#038;h=379" alt="" title="MPLS_VPN" width="600" height="379" class="alignnone size-full wp-image-997" /></a></p>
<p>R5 is a PE in a MPLS VPN backbone. R5 is running OSPF in a VRF towards the CE R4. However R5 will not install interarea routes received from R4, why? Look at the following output.</p>
<p>R5#sh ip ospf data sum 1.1.1.3</p>
<p>            OSPF Router with ID (1.1.1.5) (Process ID 100)</p>
<p>            OSPF Router with ID (5.5.5.5) (Process ID 1)</p>
<p>                Summary Net Link States (Area 51)</p>
<p>  Routing Bit Set on this LSA<br />
  LS age: 1386<br />
  Options: (No TOS-capability, DC, Upward)<br />
  LS Type: Summary Links(Network)<br />
  Link State ID: 1.1.1.3 (summary Network Number)<br />
  Advertising Router: 1.1.1.4<br />
  LS Seq Number: 80000003<br />
  Checksum: 0xED3<br />
  Length: 28<br />
  Network Mask: /32<br />
        TOS: 0  Metric: 76</p>
<p><span style="color:#ffffff;">R5 is part of the MPLS super backbone (area0) so it is an ABR. ABRs will not install interarea routes that are received over a non backbone area. If the area between R4 and R5 was area 0 then there would be no issues but since we are using area 51 we have to use a workaround. We enable the capability vrf-lite under the ospf process which disables the loop checks of the PE</span></p>
<p>Now lets define some of the concepts of OSPF and test your understanding. Look at the diagram.</p>
<p><a href="http://reaper81.files.wordpress.com/2012/01/ospf_topology.png"><img src="http://reaper81.files.wordpress.com/2012/01/ospf_topology.png?w=600" alt="" title="OSPF_topology"   class="alignnone size-full wp-image-1000" /></a></p>
<p>Is R3 an ABR?</p>
<p><span style="color:#ffffff;">No, the definition is that an ABR is a router with an UP interface in the backbone area and at least another area.</span></p>
<p>Will R3 generate IA routes for Area 1 and 2?</p>
<p><span style="color:#ffffff;">No, it is not an ABR so it will not generate any IA routes.</span></p>
<p>Now we create a loopback on R3 and put it in OSPF area 0. No OSPF adjacencies can of course be built over this interface. Will R3 generate any summary routes now?</p>
<p><span style="color:#ffffff;">Yes, even though R3 is not really connected to Area 0 it has an UP interface in area 0 so it will announce itself as an ABR and generate summary routes.</p>
<p>R2#sh ip ospf border-routers</p>
<p>OSPF Process 1 internal Routing Table</p>
<p>Codes: i &#8211; Intra-area route, I &#8211; Inter-area route</p>
<p>i 1.1.1.1 [1] via 155.1.12.1, FastEthernet0/1, ABR, Area 1, SPF 7<br />
i 3.3.3.3 [1] via 155.1.23.3, FastEthernet0/0, ABR, Area 1, SPF 7</p>
<p>                Summary Net Link States (Area 1)</p>
<p>Link ID         ADV Router      Age         Seq#       Checksum<br />
33.33.33.33     3.3.3.3         13          0&#215;80000001 0&#215;004566<br />
155.1.16.0      1.1.1.1         1958        0x8000000D 0x00B9C5<br />
155.1.34.0      1.1.1.1         939         0&#215;80000006 0x00155D<br />
155.1.34.0      3.3.3.3         19          0&#215;80000001 0x00CEA2<br />
155.1.35.0      1.1.1.1         942         0&#215;80000006 0x00145C<br />
155.1.35.0      3.3.3.3         21          0&#215;80000001 0x00C3AC<br />
155.1.45.0      1.1.1.1         942         0&#215;80000006 0x009BCB<br />
155.1.45.0      3.3.3.3         21          0&#215;80000001 0x005F06<br />
155.1.46.0      1.1.1.1         942         0&#215;80000006 0x0086E0<br />
</span></p>
<p>If we traceroute the IP of R5 this is the path.</p>
<p>R1#traceroute 155.1.35.5</p>
<p>Type escape sequence to abort.<br />
Tracing the route to 155.1.35.5</p>
<p>  1 155.1.16.6 140 msec 76 msec 48 msec<br />
  2 155.1.46.4 92 msec 64 msec 64 msec<br />
  3 155.1.45.5 184 msec *  108 msec</p>
<p>Why is this and how can we make the path go directly from R1 to R3 to R5? Look at the OSPF database.</p>
<p>                Summary Net Link States (Area 1)</p>
<p>Link ID         ADV Router      Age         Seq#       Checksum<br />
33.33.33.33     3.3.3.3         534         0&#215;80000001 0&#215;004566<br />
155.1.16.0      1.1.1.1         437         0x8000000E 0x00B7C6<br />
155.1.34.0      1.1.1.1         1459        0&#215;80000006 0x00155D<br />
155.1.34.0      3.3.3.3         542         0&#215;80000001 0x00CEA2<br />
155.1.35.0      1.1.1.1         1463        0&#215;80000006 0x00145C<br />
155.1.35.0      3.3.3.3         543         0&#215;80000001 0x00C3AC<br />
155.1.45.0      1.1.1.1         1463        0&#215;80000006 0x009BCB<br />
155.1.45.0      3.3.3.3         543         0&#215;80000001 0x005F06<br />
155.1.46.0      1.1.1.1         1463        0&#215;80000006 0x0086E0</p>
<p>R3 is announcing the summary but it is not being used by R1. Why?</p>
<p><span style="color:#ffffff;">R1 and R4 have full adjacencies via Area 0 so they will not accept summary routes received on a non backbone interface. To fix this we need a full adjacency between R1 and R3 which is created with a virtual link.</p>
<p>R3(config-router)#area 1 virtual-link 1.1.1.1<br />
R1(config-router)#area 1 virtual-link 3.3.3.3</p>
<p>R1#sh ip ospf data sum 155.1.35.0</p>
<p>            OSPF Router with ID (1.1.1.1) (Process ID 1)</p>
<p>                Summary Net Link States (Area 0)</p>
<p>  Routing Bit Set on this LSA<br />
  LS age: 10 (DoNotAge)<br />
  Options: (No TOS-capability, DC, Upward)<br />
  LS Type: Summary Links(Network)<br />
  Link State ID: 155.1.35.0 (summary Network Number)<br />
  Advertising Router: 3.3.3.3<br />
  LS Seq Number: 80000001<br />
  Checksum: 0xC3AC<br />
  Length: 28<br />
  Network Mask: /24<br />
        TOS: 0  Metric: 1</p>
<p>R1#traceroute 155.1.35.5</p>
<p>Type escape sequence to abort.<br />
Tracing the route to 155.1.35.5</p>
<p>  1 155.1.13.3 64 msec 40 msec 44 msec<br />
  2 155.1.35.5 80 msec *  64 msec</p>
<p>R1 is now using the direct path since R3 is now a real ABR. However as R3 now has an adjacency to Area 0 it will no longer accept summary routes from R4. If we want to fix this another virtual link is needed.<br />
</span></p>
<p>I hope this post gave you some things to think about regarding OSPF. This post was mostly inspired by the great document from Petr Lapukhov <a href="http://blog.ine.com/wp-content/uploads/2011/01/Loop-Prevention-in-OSPF.pdf" title="OSPF loop prevention" target="_blank"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/994/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/994/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/994/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=994&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2012/01/15/how-well-do-you-really-know-ospf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/mpls_vpn.png" medium="image">
			<media:title type="html">MPLS_VPN</media:title>
		</media:content>

		<media:content url="http://reaper81.files.wordpress.com/2012/01/ospf_topology.png" medium="image">
			<media:title type="html">OSPF_topology</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy new year!</title>
		<link>http://lostintransit.se/2011/12/31/happy-new-year/</link>
		<comments>http://lostintransit.se/2011/12/31/happy-new-year/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 16:02:53 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://reaper81.wordpress.com/?p=989</guid>
		<description><![CDATA[Here is to a great 2012 for everyone reading this blog. I hope all your dreams come true in 2012. I will only make one new years resolution. I will become a CCIE in 2012. Happy new year!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=989&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is to a great 2012 for everyone reading this blog. I hope all your dreams come true in 2012. I will only make one new years resolution. I will become a CCIE in 2012.</p>
<p>Happy new year!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/989/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/989/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/989/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=989&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2011/12/31/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>Merry X-mas!</title>
		<link>http://lostintransit.se/2011/12/23/merry-x-mas/</link>
		<comments>http://lostintransit.se/2011/12/23/merry-x-mas/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 14:29:34 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=987</guid>
		<description><![CDATA[Wanted to wish everyone a merry christmas. I&#8217;ve been labbing a lot lately and today I finished the Vol1 security section. I have MPLS, IP services and Applications left. I might do some revision of QoS as well. I&#8217;m trying hard to be in good shape for the lab but time is not on my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=987&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wanted to wish everyone a merry christmas. I&#8217;ve been labbing a lot lately and today I finished the Vol1 security section. I have MPLS, IP services and Applications left. I might do some revision of QoS as well. I&#8217;m trying hard to be in good shape for the lab but time is not on my side. So far I have spent 800h preparing for the CCIE.</p>
<p>I&#8217;m taking a few days off to charge my batteries and I&#8217;ll be back next week.</p>
<p>Merry christmas and a happy new year to everyone!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/987/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/987/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/987/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=987&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2011/12/23/merry-x-mas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>Quiz &#8211; AAA authorization</title>
		<link>http://lostintransit.se/2011/12/18/quiz-aaa-authorization/</link>
		<comments>http://lostintransit.se/2011/12/18/quiz-aaa-authorization/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 19:49:53 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[AAA]]></category>
		<category><![CDATA[Authorization]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=984</guid>
		<description><![CDATA[I&#8217;m doing the security section of Vol1 right now and this is something I think people might have confused. Look at the following configuration: ! Scenario 1 aaa authentication login default group tacacs+ none aaa authorization exec default none ! line console 0 privilege level 15 ! Scenario 2 aaa authentication login default group tacacs+ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=984&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing the security section of Vol1 right now and this is something I think people might have confused. Look at the following configuration:</p>
<p>! Scenario 1<br />
aaa authentication login default group tacacs+ none<br />
aaa authorization exec default none<br />
!<br />
line console 0<br />
privilege level 15<br />
! Scenario 2<br />
aaa authentication login default group tacacs+ none<br />
aaa authorization exec default if-authenticated<br />
!<br />
line console 0<br />
privilege level 15</p>
<p>Assume that the Tacacs+ servers are unavailable. What will be the result and what is the difference between scenario 1 and 2? Post your answer in comments.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/984/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=984&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2011/12/18/quiz-aaa-authorization/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>Frame-relay IPv6 speed drill</title>
		<link>http://lostintransit.se/2011/12/13/frame-relay-ipv6-speed-drill/</link>
		<comments>http://lostintransit.se/2011/12/13/frame-relay-ipv6-speed-drill/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 21:29:41 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Frame relay]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Frame-relay]]></category>
		<category><![CDATA[Speed drill]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=982</guid>
		<description><![CDATA[Going for the lab we need both speed and skills. I made a simple IPv6 frame-relay lab that should test your speed. Time yourself and post your time to configure in the comments. Just by looking at the time I could probably tell if you are typing manually or not. This is the scenario. Routers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=982&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Going for the lab we need both speed and skills. I made a simple IPv6 frame-relay lab that should test your speed. Time yourself and post your time to configure in the comments. Just by looking at the time I could probably tell if you are typing manually or not. This is the scenario.</p>
<p>Routers R1, R2, R3 and R4 are connected to a frame-relay cloud. They are all spokes connecting to the hub R5. R1 has a DLCI 105 to R5 which is 501 from R5 POV. R2 has a DLCI that is 205 and 502 from R5 POV and so on. This is the task.</p>
<p>Configure all devices with a global address of 2001:1:0:1234::Y where Y is the device number.<br />
Configure static mappings on all devices.<br />
All devices should be able to ping each other.</p>
<p>Download the .net from <a href="http://www.reaper.nu/fr-speed-drill.net" title="Frame relay speed drill" target="_blank">here</a> and then edit for your IOS version and working dir etc. </p>
<p>I didn&#8217;t time myself but I think I could do it in less than 2 minutes for sure. Later I will post some tips on how to improve speed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/982/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/982/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/982/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=982&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2011/12/13/frame-relay-ipv6-speed-drill/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
		<item>
		<title>Followup on multicast helper map</title>
		<link>http://lostintransit.se/2011/12/09/followup-on-multicast-helper-map/</link>
		<comments>http://lostintransit.se/2011/12/09/followup-on-multicast-helper-map/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:31:32 +0000</pubDate>
		<dc:creator>reaper81</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Multicast]]></category>

		<guid isPermaLink="false">http://lostintransit.se/?p=978</guid>
		<description><![CDATA[I had some requests for the final configs so I have fixed those. You can download them here. Also I had some issues getting the traffic through but thanks to my helpful readers like zumzum I now have it figured out. Lets start on R4 since this is the source of the traffic. R4 wants [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=978&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had some requests for the final configs so I have fixed those. You can download them <a href="http://www.reaper.nu/mhelper_final_conf.zip" title="Multicast helper final config" target="_blank">here</a>. Also I had some issues getting the traffic through but thanks to my helpful readers like zumzum I now have it figured out.</p>
<p>Lets start on R4 since this is the source of the traffic.</p>
<p>R4 wants to send traffic to 1.1.1.1 with a source of 155.1.12.4. We know that route via RIP and the next-hop is 155.1.12.1. That network is directly connected (secondary). We need to find out the MAC address of 155.1.12.1 for our ARP entry. R3 has proxy arp enabled, which is the default. However it will not respond to R4 ARP request since it does not have the subnet 155.1.12.0/24 connected. R4 must therefore have a static ARP entry. I did an error here earlier by typing in R1 MAC but this should be the MAC of R3 Fa0/0 since that is the link connecting us. We create the static ARP with arp 155.1.12.1 xxxx.xxxx.xxxx arpa. R4 now has all the info needed.</p>
<p>Packet travels to R3. R3 does not have a route for 1.1.1.1. We create a static route, ip route 1.1.1.0 255.255.255.0 155.1.23.2. We also need a static route back to R4 for the 155.1.12.4 IP. Ip route 155.1.12.4 255.255.255.0 155.1.34.4.</p>
<p>Packet now travels to R2. R2 also needs to know about 1.1.1.1 so we add a route there as well. Ip route 1.1.1.0 255.255.255.0 155.1.12.1. R2 also needs to find its way back to R4 so we add a static route, ip route 155.1.12.4 255.255.255.255 155.1.23.2.</p>
<p>Packet goes to R1 which will respond. It will send the packet out Fa0/0. R1 needs to know the MAC address for 155.1.12.4. R2 has proxy ARP enabled so it will reply with its own MAC address to R1. R1 will insert this into ARP cache and adjacency table and then we are good to go.</p>
<p>So except learning a multicast feature we also got to practice how to make connectivitiy in an unusual way and think through the whole process of packet flow.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reaper81.wordpress.com/978/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reaper81.wordpress.com/978/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reaper81.wordpress.com/978/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lostintransit.se&amp;blog=14928697&amp;post=978&amp;subd=reaper81&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lostintransit.se/2011/12/09/followup-on-multicast-helper-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa9e672ca444eb4c9378feec578ca1df?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">reaper81</media:title>
		</media:content>
	</item>
	</channel>
</rss>
