<?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: Quick BGP Challenge #1</title>
	<atom:link href="http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/</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: Ariel Weher</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-1048</link>
		<dc:creator>Ariel Weher</dc:creator>
		<pubDate>Sat, 13 Nov 2010 02:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-1048</guid>
		<description>The origin solution looks best to me because this is checked before the AS_PATH length.

So, other crazy ways are filtering the network from R3 or put a shutdown on the R3 peering for a while so R2 have the most stable (aged) route .

Regards</description>
		<content:encoded><![CDATA[<p>The origin solution looks best to me because this is checked before the AS_PATH length.</p>
<p>So, other crazy ways are filtering the network from R3 or put a shutdown on the R3 peering for a while so R2 have the most stable (aged) route .</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loggi</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-792</link>
		<dc:creator>loggi</dc:creator>
		<pubDate>Wed, 19 May 2010 09:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-792</guid>
		<description>R1(config)#route-map R2Origin permit 10
R1(config)#set origin incomplete
R1(config)#exit
R1(config-router)#nei R2 route-map R2Origin in</description>
		<content:encoded><![CDATA[<p>R1(config)#route-map R2Origin permit 10<br />
R1(config)#set origin incomplete<br />
R1(config)#exit<br />
R1(config-router)#nei R2 route-map R2Origin in</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loggi</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-791</link>
		<dc:creator>loggi</dc:creator>
		<pubDate>Wed, 19 May 2010 09:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-791</guid>
		<description>use the set origin command in the route-map configuration mode, the bgp path selection process simply does the rest. lol</description>
		<content:encoded><![CDATA[<p>use the set origin command in the route-map configuration mode, the bgp path selection process simply does the rest. lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colby</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-790</link>
		<dc:creator>Colby</dc:creator>
		<pubDate>Tue, 18 May 2010 21:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-790</guid>
		<description>Yep, that would work!</description>
		<content:encoded><![CDATA[<p>Yep, that would work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hoyosa</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-789</link>
		<dc:creator>hoyosa</dc:creator>
		<pubDate>Tue, 18 May 2010 20:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-789</guid>
		<description>How about prepending announcements received from R2, with a route-map in the inbound direction, on R1?

router bgp 100
 neighbor R2 remote-as 234
 neighbor R2 route-map prepend-last-as in
 neighbor R3 remote-as 234
!
route-map prepend-last-as permit 10
 set as-path prepend last-as 2</description>
		<content:encoded><![CDATA[<p>How about prepending announcements received from R2, with a route-map in the inbound direction, on R1?</p>
<p>router bgp 100<br />
 neighbor R2 remote-as 234<br />
 neighbor R2 route-map prepend-last-as in<br />
 neighbor R3 remote-as 234<br />
!<br />
route-map prepend-last-as permit 10<br />
 set as-path prepend last-as 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: errtime</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-784</link>
		<dc:creator>errtime</dc:creator>
		<pubDate>Fri, 14 May 2010 10:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-784</guid>
		<description>yes, with configuring the source-ip.</description>
		<content:encoded><![CDATA[<p>yes, with configuring the source-ip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colby</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-783</link>
		<dc:creator>Colby</dc:creator>
		<pubDate>Thu, 13 May 2010 19:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-783</guid>
		<description>And you can apply it to a specific neighbor?</description>
		<content:encoded><![CDATA[<p>And you can apply it to a specific neighbor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: errtime</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-782</link>
		<dc:creator>errtime</dc:creator>
		<pubDate>Thu, 13 May 2010 19:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-782</guid>
		<description>argh, somehow my code is replaced with a smiley.

i meant,

distance [AD] [source ip] [wildcard] [ACL]</description>
		<content:encoded><![CDATA[<p>argh, somehow my code is replaced with a smiley.</p>
<p>i meant,</p>
<p>distance [AD] [source ip] [wildcard] [ACL]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: errtime</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-781</link>
		<dc:creator>errtime</dc:creator>
		<pubDate>Thu, 13 May 2010 18:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-781</guid>
		<description>Colby, in this case u can indeed set the AD for particular route lower or higher, like MrPaul said.
It is doable just like in EIGRP and OSPF.
distance     ;)</description>
		<content:encoded><![CDATA[<p>Colby, in this case u can indeed set the AD for particular route lower or higher, like MrPaul said.<br />
It is doable just like in EIGRP and OSPF.<br />
distance     <img src='http://blog.alwaysthenetwork.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colby</title>
		<link>http://blog.alwaysthenetwork.com/quick-challenge/quick-bgp-challenge-1/comment-page-1/#comment-780</link>
		<dc:creator>Colby</dc:creator>
		<pubDate>Thu, 13 May 2010 17:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alwaysthenetwork.com/?p=986#comment-780</guid>
		<description>Ah. Well still, use BGP. ;)</description>
		<content:encoded><![CDATA[<p>Ah. Well still, use BGP. <img src='http://blog.alwaysthenetwork.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

