<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OSPF Lab #2 Tasks</title>
	<atom:link href="http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/</link>
	<description>Just another Cisco blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 23:37:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel M.</title>
		<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/comment-page-1/#comment-1239</link>
		<dc:creator>Daniel M.</dc:creator>
		<pubDate>Tue, 02 Aug 2011 05:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=996#comment-1239</guid>
		<description>8. A more efficient way would be to create a static for 192.168.0.0/21. You use up less of the Class C range.</description>
		<content:encoded><![CDATA[<p>8. A more efficient way would be to create a static for 192.168.0.0/21. You use up less of the Class C range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/comment-page-1/#comment-1202</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 03 May 2011 09:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=996#comment-1202</guid>
		<description>3. an easier way to do it will be to configure R2 as a stub router with the command:

&quot;max-metric router-lsa&quot;

under router ospf process</description>
		<content:encoded><![CDATA[<p>3. an easier way to do it will be to configure R2 as a stub router with the command:</p>
<p>&#8220;max-metric router-lsa&#8221;</p>
<p>under router ospf process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/comment-page-1/#comment-1175</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Thu, 31 Mar 2011 21:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=996#comment-1175</guid>
		<description>1. Same like Ragmac
2. Pending
3. On R2 I&#039;ve filtered out all the routes from area 0 to enter area 245. This way R6 will learn area 0 routes from R4 only

&quot;ip prefix-list FILTER seq 5 deny 0.0.0.0/0 le 32

router ospf 12
  area 245 filter-list prefix FILTER in&quot;

4. Same like Ragmac
5. Virtual-link
6. Under interface S0/1 on R4 and R5 use &quot;ip ospf demand-circuit&quot; command
7. On R2 create route-map that&#039;s denying all the loopback0 interfaces. Use distribute-list and apply the route-map in.

&quot;
access-list 3 permit 1.1.1.1
access-list 3 permit 2.2.2.2
access-list 3 permit 3.3.3.3
access-list 3 permit 4.4.4.4
access-list 3 permit 5.5.5.5
access-list 3 permit 6.6.6.6
access-list 3 permit 7.7.7.7

route-map FILTER_LOOP deny 10
 match ip address 3
!
route-map FILTER_LOOP permit 20

router ospf 12
  distribute-list route-map FILTER_LOOP in&quot;

8. Create loopback interfaces. Create a static route for 192.168.0.0/16 pointing to null 0. Redistribut static under OSPF.

9. NBMA with neighbor statements</description>
		<content:encoded><![CDATA[<p>1. Same like Ragmac<br />
2. Pending<br />
3. On R2 I&#8217;ve filtered out all the routes from area 0 to enter area 245. This way R6 will learn area 0 routes from R4 only</p>
<p>&#8220;ip prefix-list FILTER seq 5 deny 0.0.0.0/0 le 32</p>
<p>router ospf 12<br />
  area 245 filter-list prefix FILTER in&#8221;</p>
<p>4. Same like Ragmac<br />
5. Virtual-link<br />
6. Under interface S0/1 on R4 and R5 use &#8220;ip ospf demand-circuit&#8221; command<br />
7. On R2 create route-map that&#8217;s denying all the loopback0 interfaces. Use distribute-list and apply the route-map in.</p>
<p>&#8221;<br />
access-list 3 permit 1.1.1.1<br />
access-list 3 permit 2.2.2.2<br />
access-list 3 permit 3.3.3.3<br />
access-list 3 permit 4.4.4.4<br />
access-list 3 permit 5.5.5.5<br />
access-list 3 permit 6.6.6.6<br />
access-list 3 permit 7.7.7.7</p>
<p>route-map FILTER_LOOP deny 10<br />
 match ip address 3<br />
!<br />
route-map FILTER_LOOP permit 20</p>
<p>router ospf 12<br />
  distribute-list route-map FILTER_LOOP in&#8221;</p>
<p>8. Create loopback interfaces. Create a static route for 192.168.0.0/16 pointing to null 0. Redistribut static under OSPF.</p>
<p>9. NBMA with neighbor statements</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eisenberger Lukas</title>
		<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/comment-page-1/#comment-944</link>
		<dc:creator>Eisenberger Lukas</dc:creator>
		<pubDate>Sun, 08 Aug 2010 18:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=996#comment-944</guid>
		<description>I think task nr 3 is not about a virtual link. Virtual link is task nr 5. 
In number three all prefixes announced out of the backbone are should get accessed over R4 in point of view of R6. 

I solved that by changing the ospf network type to point-to-multipoint in area 245. And I made two neighorstatements on R6 with:

neighbor 10.1.245.2 cost 65535
neighbor 10.1.245.4 cost 1</description>
		<content:encoded><![CDATA[<p>I think task nr 3 is not about a virtual link. Virtual link is task nr 5.<br />
In number three all prefixes announced out of the backbone are should get accessed over R4 in point of view of R6. </p>
<p>I solved that by changing the ospf network type to point-to-multipoint in area 245. And I made two neighorstatements on R6 with:</p>
<p>neighbor 10.1.245.2 cost 65535<br />
neighbor 10.1.245.4 cost 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragmac</title>
		<link>http://blog.alwaysthenetwork.com/labs/ospf-lab-2-tasks/comment-page-1/#comment-817</link>
		<dc:creator>Ragmac</dc:creator>
		<pubDate>Mon, 31 May 2010 16:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=996#comment-817</guid>
		<description>Posting my solution for your review.

1. Use NBMA  with neighbor statements for R1, R2 ,R3 and R4.

2. Pending

3. Created a virtual-link on R6 for Area 245 to connect to Area 0

4. Totally stubby area accomplish this.

5. See 3.

6. Pending.

7. Crate access list denying All LBK and do a permit any. Create distribute list &quot;out&quot; on R1.

8. Pending.

9. USE ip ospf network broadcast.</description>
		<content:encoded><![CDATA[<p>Posting my solution for your review.</p>
<p>1. Use NBMA  with neighbor statements for R1, R2 ,R3 and R4.</p>
<p>2. Pending</p>
<p>3. Created a virtual-link on R6 for Area 245 to connect to Area 0</p>
<p>4. Totally stubby area accomplish this.</p>
<p>5. See 3.</p>
<p>6. Pending.</p>
<p>7. Crate access list denying All LBK and do a permit any. Create distribute list &#8220;out&#8221; on R1.</p>
<p>8. Pending.</p>
<p>9. USE ip ospf network broadcast.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

