<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebProNews &#187; OSPF</title>
	<atom:link href="http://www.webpronews.com/tag/ospf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webpronews.com</link>
	<description>Breaking News in Tech, Search, Social, &#38; Business</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:13:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OSPF Route Redistribution Review</title>
		<link>http://www.webpronews.com/ospf-route-redistribution-review-2007-01</link>
		<comments>http://www.webpronews.com/ospf-route-redistribution-review-2007-01#comments</comments>
		<pubDate>Mon, 15 Jan 2007 14:48:38 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=34404</guid>
		<description><![CDATA[OSPF route redistribution is an important topic on the BSCI exam, and its a topic full of details and defaults that you need to know for the exam room and the job.
]]></description>
			<content:encoded><![CDATA[<p>OSPF route redistribution is an important topic on the BSCI exam, and its a topic full of details and defaults that you need to know for the exam room and the job.</p>
<p>To help you pass the BSCI exam, heres a quick review of some of the OSPF route redistribution basics.</p>
<p>To see if a router is an ABR or ASBR, run show ip ospf. This also displays any routes being redistributed into OSPF on this router.</p>
<p><code>R1#show ip ospf</p>
<p>Routing Process "ospf 1" with ID 1.1.1.1</p>
<p>Supports only single TOS(TOS0) routes</p>
<p>Supports opaque LSA</p>
<p>It is an area border and autonomous system boundary router</p>
<p>Redistributing External Routes from,</p>
<p>connected, includes subnets in redistribution</p>
<p>rip, includes subnets in redistribution</code></p>
<p>When redistributing RIP into OSPF, the &#8220;subnets&#8221; option is needed to include subnets in redistribution. When redistributing OSPF into RIP, a seed metric must be specified. (OSPF gives redistributed routes a default metric of 20 &#8211; this can be changed, but a seed metric does not have to be set.)</p>
<p><code>R1(config)#router ospf 1</p>
<p>R1(config-router)#redistribute connected</p>
<p>% Only classful networks will be redistributed</p>
<p>R1(config-router)#redistribute connected subnets</p>
<p>R1(config-router)#redistribute rip subnets</p>
<p>R1(config-router)#router rip</p>
<p>R1(config-router)#redistribute connected metric 1</p>
<p>R1(config-router)#redistribute ospf 1 metric 1 </code></p>
<p>By default, routes redistributed into OSPF are marked as E2 routes. The metric for these routes reflects only the cost of the path from the ASBR to the destination network and does not include the cost of the path from the local router to the ASBR. By contrast, E1 routes include the cost of the entire path from the local router to the destination network.</p>
<p><code>O E2 5.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>6.0.0.0/32 is subnetted, 1 subnets</p>
<p>O E2 6.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks</p>
<p>O E2 172.12.21.0/30 [110/20] via 172.34.34.3, 00:33:32, Ethernet0</p>
<p>O E2 7.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>15.0.0.0/24 is subnetted, 1 subnets</p>
<p>O E2 15.1.1.0 [110/20] via 172.34.34.3, 00:33:32, Ethernet0</code></p>
<p>To redistribute routes into OSPF and mark them as E1 upon redistribution, use the metric-type option with the redistribution command.</p>
<p><code>R1(config)#router ospf 1</p>
<p>R1(config-router)#redistribute rip subnets metric-type ?</p>
<p>1 Set OSPF External Type 1 metrics</p>
<p>2 Set OSPF External Type 2 metrics</p>
<p>R1(config-router)#redistribute rip subnets metric-type 1</code></p>
<p>Look at the same two routes in R4s routing table, which are now displayed as E1 routes:</p>
<p><code>O E1 5.1.1.1 [110/94] via 172.34.34.3, 00:04:13, Ethernet0</p>
<p>6.0.0.0/32 is subnetted, 1 subnets</p>
<p>O E1 6.1.1.1 [110/94] via 172.34.34.3, 00:04:14, Ethernet0</code></p>
<p>BSCI exam success and earning your CCNP certification depends on knowing the details, and there are plenty of details involved in OSPF route redistribution! Keep studying, practice different scenarios in your CCNA / CCNP home lab or rack rental, and youll master these details and pass the exam!</p>
<p>Tag:   </p>
<p>Add to <a href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.t  itle),'delicious','toolbar=no,width=700,height=400'); return false;"   CLASS="printMailTop"><img src="http://images.ientrymail.com/webpronews/delicious-pic.png" border=0> Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src="http://images.ientrymail.com/webpronews/digg-pic.png" border=0> Digg</a> | <a href="javascript:location.href='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title)"><img  src="http://images.ientrymail.com/webpronews/reddit.png" border=0>Reddit</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ '   '"><img src="http://images.ientrymail.com/webpronews/furl-pic.png" border=0> Furl</a> </p>
<p> Bookmark WebProNews: <a href="http://www.webpronews.com"><img src="http://images.ientrymail.com/webpronews/wpn-readit.jpg" border=0></a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/ospf-route-redistribution-review-2007-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSPF Hub-And-Spoke Details You Must Know!</title>
		<link>http://www.webpronews.com/ospf-hubandspoke-details-you-must-know-2006-09</link>
		<comments>http://www.webpronews.com/ospf-hubandspoke-details-you-must-know-2006-09#comments</comments>
		<pubDate>Mon, 18 Sep 2006 14:20:19 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=31527</guid>
		<description><![CDATA[CCNA exam success depends greatly on knowing the details, and if theres one protocol that has a lot of details, its OSPF!
]]></description>
			<content:encoded><![CDATA[<p>CCNA exam success depends greatly on knowing the details, and if theres one protocol that has a lot of details, its OSPF!</p>
<p>This is true particularly of hub-and-spoke networks, so in this CCNA OSPF tutorial well take a look at some of the more important hub-and-spoke OSPF details.  This will help you in working with real-world networks as well, since this OSPF network type is one of the more typical network topologies.</p>
<p>In OSPF, the hub must become the designated router (DR).  The DR elections deciding value is the OSPF interface priority, and the default value is 1.  Its not enough to set the hubs OSPF interface to 2, however, since the spoke routers must not become the DR or BDR.  You must set the spoke interfaces to an OSPF priority of zero.</p>
<p><code>R2(config)#int s0</p>
<p>R2(config-if)#ip ospf priority 0</code></p>
<p>This ensures that the spokes will not become the DR or BDR if the hub goes down.</p>
<p>The hub does require a bit more configuration, though.  The neighbor command must be used on the hub to indicate the IP address of the potential neighbors.</p>
<p><code>R1(config)#router ospf 1</p>
<p>R1(config-router)#neighbor 172.12.123.2</p>
<p>R1(config-router)#neighbor 172.12.123.3</code></p>
<p>Its common to have an ISDN link as a backup in an OSPF network, and when that ISDN link comes up the hello packets must be able to cross the link.  What you dont want is to have the hellos keep the link up!  By configuring the ISDN link as an OSPF demand circuit, the link will drop in the absence of interesting traffic, but the OSPF adjacency that formed across the ISDN link will be assumed by the router to still be up.  (You usually see this command configured on both sides of the ISDN link, but its only needed on one side.  It doesnt hurt anything to put it on both sides, though.)</p>
<p><code>R2(config)#int bri0</p>
<p>R2(config-if)#ip ospf demand-circuit</code></p>
<p>A final detail of OSPF hub-and-spoke and demand circuits actually takes place at Layer 2.  For the OSPF hello packets to successfully be transmitted across an ISDN link or a frame relay network, the broadcast option must be enabled in the appropriate frame and dialer map statements.  Failure to enable this option can lead to a situation where pings will be successful, but OSPF adjacencies will not form.  </p>
<p><code>R2(config-if)#dialer map ip 172.12.21.1 name R1 broadcast 5551111</p>
<p>R2(config-if)#frame map ip 172.12.123.1 221 broadcast</code></p>
<p>When you\re troubleshooting OSPF in a production network or your CCNA / CCNP home lab, don\t just look at Layer 3 &#8211; because everything\s got to be right at the physical and data link layers in order for the network layer to function correctly!</p>
<p>Add to <a href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURICo  mponent(location.href)+'&#038;title ='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return   false;" CLASS="printMailTop"><img src=http://images1.ientrymail.com/webpronews/delicious-pic.png border=0> Del.icio.us</a> |   <a  href="javascript:voidwindow.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','  popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img   src=http://images1.ientrymail.com/webpronews/digg-pic.png border=0> Digg</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href),'popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)   "><img src=http://images1.ientrymail.com/webpronews/yahoo-pic.png border=0> Yahoo! My Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeUR  IComponent(document.title)+' '"><img src=http://images1.ientrymail.com/webpronews/furl-pic.png border=0> Furl</a></p>
<p>Bookmark WebProNews: <a href=http://www.webpronews.com><img src=http://images.ientrymail.com/webpronews/wpn-readit.jpg border=0></a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/ospf-hubandspoke-details-you-must-know-2006-09/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Route Summarization And The OSPF Null Interface</title>
		<link>http://www.webpronews.com/route-summarization-and-the-ospf-null-interface-2006-05</link>
		<comments>http://www.webpronews.com/route-summarization-and-the-ospf-null-interface-2006-05#comments</comments>
		<pubDate>Tue, 30 May 2006 21:02:58 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=29574</guid>
		<description><![CDATA[CCNP exam success, particularly on the BSCI exam, demands you understand the details of route summarization.
]]></description>
			<content:encoded><![CDATA[<p>CCNP exam success, particularly on the BSCI exam, demands you understand the details of route summarization.</p>
<p>This skill not only requires that you have a comfort level with binary conversions, but you have to know how and where to apply route summarization with each individual protocol.</p>
<p>You also have to know the &#8220;side effects&#8221; of route summarization.  With OSPF, there will actually be an extra interface created at the point of summarization, and this catches a lot of CCNP candidates by surprise.  Let&#8217;s take a look at the null0 interface and how it relates to OSPF summarization.</p>
<p>On R1, the following networks are redistributed into OSPF, and then summarized.</p>
<p><code>interface Loopback16</p>
<p> ip address 16.16.16.16 255.0.0.0</p>
<p>interface Loopback17</p>
<p> ip address 17.17.17.17 255.0.0.0</p>
<p>interface Loopback18</p>
<p> ip address 18.18.18.18 255.0.0.0</p>
<p>interface Loopback19</p>
<p> ip address 19.19.19.19 255.0.0.0</p>
<p>R1(config)#router ospf 1</p>
<p>R1(config-router)#redistribute connected subnets</p>
<p>R1(config-router)#summary-address 16.0.0.0 252.0.0.0</code></p>
<p>The summary address appears on R2, a downstream router.</p>
<p><code>R2#show ip route ospf</p>
<p>O E2 16.0.0.0/6 [110/20] via 172.12.123.1, 00:00:05, Serial0</code></p>
<p>Let&#8217;s go back to R1 and look at its OSPF table.</p>
<p><code>R1#show ip route ospf</p>
<p>O    16.0.0.0/6 is a summary, 00:01:51, Null0</code></p>
<p>Where did the null0 interface come from, and why is it there?  Packets sent to the null interface are dropped, and in this case, that&#8217;s a good thing. </p>
<p>When you configure summary routes in OSPF, a route to null0 will be installed into the OSPF routing table.  This helps to prevent routing loops.  Any packets destined for the routes that have been summarized will have a longer match in the routing table, as shown below&#8230;</p>
<p><code>C    17.0.0.0/8 is directly connected, Loopback17</p>
<p>C    16.0.0.0/8 is directly connected, Loopback16</p>
<p>C    19.0.0.0/8 is directly connected, Loopback19</p>
<p>C    18.0.0.0/8 is directly connected, Loopback18</p>
<p>O  16.0.0.0/6 is a summary, 00:01:51, Null0</code></p>
<p>.. and packets that do not match one of the summarized routes but do match the summary route will be dropped.</p>
<p>Preventing routing loops when performing route redistribution and summarization is vital.  OSPF gives us a little help in that regard in this situation, and as you study more complex redistribution scenarios on your way to the CCNP and CCIE, you&#8217;ll realize that we&#8217;ll take all the help we can get!</p>
<p>Add to <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&#038;noui&#038;jump=close&#038;url='+enco   deURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');   return false;">Del.icio.us</a> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.   location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,locati   on=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encode   URIComponent(document.title)+'&#038;u='+encodeURIComponent(window.location.href)+   '&#038;tag=','popup','width=520px,height=420px,status=0,location=0,resizable=1,sc rollbars=1,left=100,top=50',0)">Yahoo! My   Web</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR   IComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ ' '">Furl</a></p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/route-summarization-and-the-ospf-null-interface-2006-05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSPF Router Types</title>
		<link>http://www.webpronews.com/ospf-router-types-2006-03</link>
		<comments>http://www.webpronews.com/ospf-router-types-2006-03#comments</comments>
		<pubDate>Thu, 09 Mar 2006 20:05:59 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[routers]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=27510</guid>
		<description><![CDATA[When youre preparing to pass the BSCI exam on the way to the coveted Cisco CCNP certification, you can be quickly overwhelmed by the sheer amount of BGP and OSPF knowledge you must demonstrate a mastery of.
]]></description>
			<content:encoded><![CDATA[<p>When youre preparing to pass the BSCI exam on the way to the coveted Cisco CCNP certification, you can be quickly overwhelmed by the sheer amount of BGP and OSPF knowledge you must demonstrate a mastery of.</p>
<p>One set of details that some BSCI and CCNP candidates underestimate are the differences between the OSPF router types.  </p>
<p>An OSPF Internal router has one rule &#8211; it must have all its interfaces in a single area.  It does not mean that area has to be Area 0.</p>
<p>An OSPF Backbone router is a router with at least a single area in the OSPF backbone area, Area 0. A router can be both an Internal and Backbone router if all its interfaces are in Area 0.</p>
<p>An Area Border Router has at least one interface in Area 0 and another interface in a non-backbone area.  ABRs are also one of two router types that can perform OSPF route summarization.  (To advertise a summary route from one OSPF area to another, use the area range command on the ABR.)</p>
<p>Finally, an ASBR is an OSPF router that is performing route redistribution by injecting routes from another source into the OSPF domain.   This is the other OSPF router type that can perform route summarization; to summarize routes being redistributed into OSPF, use the summary-address command on the ASBR. </p>
<p>There are several commands you can use to determine the router types in a given OSPF area.  The command &#8220;show ip ospf&#8221; will display quite a bit of information regarding the local router, and this includes whether that router is acting as an ABR or ASBR.   To see the routes to the ABRs and ASBRs from the local router, run &#8220;show ip ospf border-routers&#8221;.</p>
<p>Add to <script language='javascript'> document.write("<a   href='http://del.icio.us/post?url="+encodeURIComponent(document.location.href)+"&#038;title="+encodeURIComponent(document.title)+"  '>Del.icio.us</a>")</script> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','popup','width=520px,h  eight=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=10  0,top=50',0)">Yahoo! My Web</a></p>
<p>Technorati: </p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/ospf-router-types-2006-03/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA Exam Tutorial:  Route Summarization For RIP, EIGRP, And OSPF</title>
		<link>http://www.webpronews.com/cisco-ccna-exam-tutorial-route-summarization-for-rip-eigrp-and-ospf-2006-03</link>
		<comments>http://www.webpronews.com/cisco-ccna-exam-tutorial-route-summarization-for-rip-eigrp-and-ospf-2006-03#comments</comments>
		<pubDate>Thu, 02 Mar 2006 15:56:45 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[EIGRP]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=27313</guid>
		<description><![CDATA[Preparing to pass the CCNA exam and earn this important Cisco certification?
]]></description>
			<content:encoded><![CDATA[<p>Preparing to pass the CCNA exam and earn this important Cisco certification?</p>
<p>Route summarization is just one of the many skills youll have to master in order to earn your CCNA.  Whether its RIP version 2, OSPF, or EIGRP, the CCNA exam will demand that you can flawlessly configure route summarization.</p>
<p>Route summarization isnt just important for the CCNA exam.  Its a valuable skill to have in the real world as well.  Correctly summarizing routes can lead to smaller routing tables that are still able to route packets accurately &#8211; what I like to call &#8220;concise and complete&#8221; routing tables.</p>
<p>The first skill youve got to have in order to work with route summarization is binary math; more specifically, you must be able to take multiple routes and come up with both a summary route and mask to advertise to downstream routers.  Given the networks 100.16.0.0 /16, 100.17.0.0 /16, 100.18.0.0 /16, and 100.19.0.0 /16, could you quickly come up with both the summary address and mask?  All you need to do is break the four network numbers down into binary strings.  We know the last two octets will all convert to the binary string 00000000, so in this article well only illustrate how to convert the first and second octet from decimal to binary.<br />
100 16 = 01100100  00010000</p>
<p>100 17 = 01100100  00010001</p>
<p>100 18 = 01100100  00010010</p>
<p>100 19 = 01100100  00010011</p>
<p>To come up with the summary route, just work from left to right and draw a line where the four networks no longer have a bit in common.  For these four networks, that point comes between the 14th and 15th bits.  This leaves us with this string:  01100100 000100xx.  All you need to do is convert that string back to decimal, which gives us 100 for the first octet and 16 for the second.  (The two x values are bits on the right side of the line, which arent used in calculating the summary route.)  Since we know that zero is the value for the last two octets, the resulting summary network number is 100.16.0.0.</p>
<p>But were not done!  We now have to come up with the summary mask to advertise along with the summary route.  To arrive at the summary route, write out a mask in binary with a &#8220;1&#8243; for every bit to the left of the line we drew previously, and a &#8220;0&#8243; for every bit to the right.  That gives us the following string:</p>
<p>11111111 11111100  00000000  00000000</p>
<p>Converting that to dotted decimal, we arrive at the summary mask 255.252.0.0.  The correct summary network and mask to advertise are 100.16.0.0 252.0.0.0.</p>
<p>For the CCNA exam, emphasis is put on knowing how to advertise these summary routes in RIPv2 and EIGRP.  For both of these protocols, route summarization happens at the interface level &#8211; its not configured under the protocol.  On the interface that should advertise the summary route, use the command &#8220;ip summary-address&#8221;.  Here are examples of how the above summary route would be configured on ethernet0 in both RIPv2 and EIGRP.</p>
<p>R1(config-if)#ip summary-address rip 100.16.0.0 255.252.0.0</p>
<p>R1(config-if)#ip summary-address eigrp 100 100.16.0.0 255.252.0.0</p>
<p>The main difference between the two is that the EIGRP command must specify the AS number &#8211; thats what the &#8220;100&#8243; is in the middle of the EIGRP command.  Since RIPv2 does not use AS numbers, theres no additional value needed in the configuration.</p>
<p>For OSPF, the commands differ.  If youre configuring inter-area route summarization, use the &#8220;area range&#8221; command; if you are summarizing routes that are being redistributed into OSPF, use the summary-address command under the OSPF routing process on the ASBR.  Neither of these are interface-level commands.</p>
<p>I speak from experience when I tell you that practice makes perfect on the CCNA exam, especially with binary and summarization questions.  The great thing about these questions is that there are no grey areas with these questions &#8211; you either know how to do it or you dont.  And with practice and an eye for detail, you can master these skills, pass the exam, and become a CCNA.  Heres to your success!</p>
<p>Add to <script language='javascript'> document.write("<a   href='http://del.icio.us/post?url="+encodeURIComponent(document.location.href)+"&#038;title="+encodeURIComponent(document.title)+"  '>Del.icio.us</a>")</script> | <a href="javascript:void   window.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','popup','width=520px,h  eight=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)">DiggThis</a>  | <a href="javascript:void   window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&#038;u='+encodeURICompo  nent(window.location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=10  0,top=50',0)">Yahoo! My Web</a></p>
<p>Technorati: </p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccna-exam-tutorial-route-summarization-for-rip-eigrp-and-ospf-2006-03/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNP / BSCI Tutorial:  Comparing OSPF and ISIS Hellos</title>
		<link>http://www.webpronews.com/cisco-ccnp-bsci-tutorial-comparing-ospf-and-isis-hellos-2006-01</link>
		<comments>http://www.webpronews.com/cisco-ccnp-bsci-tutorial-comparing-ospf-and-isis-hellos-2006-01#comments</comments>
		<pubDate>Tue, 24 Jan 2006 21:39:10 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[BSCI]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ISIS]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=26229</guid>
		<description><![CDATA[While studying to pass the BSCI exam and preparing to earn your CCNP certification, youll quickly notice that while OSPF and ISIS are both link-state protocols, there are a lot of differences between the two.
]]></description>
			<content:encoded><![CDATA[<p>While studying to pass the BSCI exam and preparing to earn your CCNP certification, youll quickly notice that while OSPF and ISIS are both link-state protocols, there are a lot of differences between the two.</p>
<p>One major difference is the way the two protocols handle hello packets.</p>
<p>Hello packets are imperative to keeping OSPF and ISIS adjacencies alive.  Since they are both link-state protocols, neither of them will send updates at any specified time.  Hello packets are the only method by which routers running OSPF and ISIS can see that a neighboring router is still available.</p>
<p>OSPF gives us some great options when it comes to keeping routing table size down via the use of stub and total stub areas, but to OSPF, a hello packet is a hello packet.  ISIS routers are capable of sending two different types of hellos &#8211; Level 1 and Level 2.</p>
<p>ISIS routers are classified as Level 1 (L1), Level 2 (L2), and Level 1-2 (L1-L2).  By default, Cisco routers are L1-L2 routers; this means that every ISIS-enabled interface will send out both L1 and L2 hellos.  </p>
<p>If one of the interfaces is forming only an L1 or L2 adjacency, theres no reason to send out hellos for the other adjacency type.  For example, if R1 is forming an L1 adjacency with R2 via its ethernet0 interface, there is no reason to allow the router to transmit L2 hellos.  To hardcode a router interface to send only L1 or L2 hellos, use the isis circuit-type command.</p>
<p>R1(config)#interface ethernet0</p>
<p>R1(config-if)#isis circuit-type level-1</p>
<p>Note: To configure this interface to send only L2 hellos, the full command is &#8220;isis circuit-type level-2-only&#8221;, not just &#8220;level-2&#8243;.</p>
<p>This configuration would prevent L2 hellos from being transmitted out ethernet0.  While this does save router resources and prevents unnecessary bandwidth usage, there is also no way an L2 adjacency can be formed &#8211; so double-check your network topology before using this command!</p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/cisco-ccnp-bsci-tutorial-comparing-ospf-and-isis-hellos-2006-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSPF E1 E2 Routes</title>
		<link>http://www.webpronews.com/ospf-e-e-routes-2005-11</link>
		<comments>http://www.webpronews.com/ospf-e-e-routes-2005-11#comments</comments>
		<pubDate>Mon, 14 Nov 2005 16:52:55 +0000</pubDate>
		<dc:creator>Chris Bryant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=24568</guid>
		<description><![CDATA[OSPF is a major topic on both the CCNA and CCNP exams, and it's also the topic that requires the most attention to detail.
]]></description>
			<content:encoded><![CDATA[<p>OSPF is a major topic on both the CCNA and CCNP exams, and it&#8217;s also the topic that requires the most attention to detail.</p>
<p>Where dynamic routing protocols such as RIP and IGRP have only one router type, a look at a Cisco routing table shows several different OSPF route types.</p>
<p>R1#show ip route</p>
<p>Codes: C &#8211; connected, S &#8211; static, I &#8211; IGRP, R &#8211; RIP, M &#8211; mobile, B &#8211; BGP<br />
       D &#8211; EIGRP, EX &#8211; EIGRP external, <b>O &#8211; OSPF, IA &#8211; OSPF inter area<br />
       N1 &#8211; OSPF NSSA external type 1, N2 &#8211; OSPF NSSA external type 2</b><br />
       E1 &#8211; OSPF external type 1, E2 &#8211; OSPF external type 2, E &#8211; EGP</p>
<p>In this tutorial, we&#8217;ll take a look at the difference between two of these route types, E1 and E2.</p>
<p>Route redistribution is the process of taking routes learned via one routing protocol and injecting those routes into another routing domain.  (Static and connected routes can also be redistributed.)  When a router running OSPF takes routes learned by another routing protocol and makes them available to the other OSPF-enabled routers it&#8217;s communicating with, that router becomes an Autonomous System Border Router (ASBR).  </p>
<p>Let&#8217;s work with an example where R1 is running both OSPF and RIP.  R4 is in the same OSPF domain as R1, and we want R4 to learn the routes that R1 is learning via RIP.  This means we have to perform route redistribution on the ASBR.  The routes that are being redistributed from RIP into OSPF will appear as E2 routes on R4:</p>
<p><b>R4#show ip route ospf</p>
<p>O E2    5.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     6.0.0.0/32 is subnetted, 1 subnets</p>
<p>O E2    6.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks</p>
<p>O E2    172.12.21.0/30 [110/20] via 172.34.34.3, 00:33:32,<br />
Ethernet0</p>
<p>O E2    7.1.1.1 [110/20] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     15.0.0.0/24 is subnetted, 1 subnets</p>
<p>O E2    15.1.1.0 [110/20] via 172.34.34.3, 00:33:32, Ethernet0</b></p>
<p>E2 is the default route type for routes learned via redistribution.  The key with E2 routes is that the cost of these routes reflects only the cost of the path from the ASBR to the final destination; the cost of the path from R4 to R1 is not reflected in this cost.  (Remember that OSPF&#8217;s metric for a path is referred to as &#8220;cost&#8221;.) </p>
<p>In this example, we want the cost of the routes to reflect the entire path, not just the path between the ASBR and the destination network.  To do so, the routes must be redistributed into OSPF as E1 routes on the ASBR, as shown here. </p>
<p>R1#conf t</p>
<p>Enter configuration commands, one per line.  End with CNTL/Z.</p>
<p>R1(config)#router ospf 1</p>
<p><b>R1(config-router)#redistribute rip subnets metric-type 1</b></p>
<p>Now on R4, the routes appear as E1 routes and have a larger metric, since the entire path cost is now reflected in the routing table.</p>
<p><b>O E1    5.1.1.1 [110/94] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     6.0.0.0/32 is subnetted, 1 subnets</p>
<p>O E1   6.1.1.1 [110/100] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     172.12.0.0/16 is variably subnetted, 2 subnets, 2 masks</p>
<p>O E1    172.12.21.0/30 [110/94] via 172.34.34.3, 00:33:32, Ethernet0</p>
<p>O E1    7.1.1.1 [110/94] via 172.34.34.3, 00:33:21, Ethernet0</p>
<p>     15.0.0.0/24 is subnetted, 1 subnets</p>
<p>O E1    15.1.1.0 [110/94] via 172.34.34.3, 00:33:32, Ethernet0</b></p>
<p>Knowing the difference between E1 and E2 routes is vital for CCNP exam success, as well as fully understanding a production router&#8217;s routing table.   Good luck in your studies!</p>
<p>Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (<a href="http://www.thebryantadvantage.com">www.thebryantadvantage.com</a>), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.  </p>
<p>For a FREE copy of his latest e-books, &#8220;How To Pass The CCNA&#8221; or &#8220;How To Pass The CCNP&#8221;, and for free daily exam question, visit the website and download your copies!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/ospf-e-e-routes-2005-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/35 queries in 0.020 seconds using memcached
Object Caching 442/521 objects using memcached

Served from: webpronews.com @ 2012-02-12 13:33:23 -->
