<?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>Ali Abbas &#187; bgp</title>
	<atom:link href="http://alouche.net/blog/tag/bgp/feed/" rel="self" type="application/rss+xml" />
	<link>http://alouche.net/blog</link>
	<description>Unix - Networking - News</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BGP Next-Hop-Self Attribute</title>
		<link>http://alouche.net/blog/2010/04/15/bgp-next-hop-self-attribute/</link>
		<comments>http://alouche.net/blog/2010/04/15/bgp-next-hop-self-attribute/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 19:31:41 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[BGP]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[ebgp]]></category>
		<category><![CDATA[ibgp]]></category>
		<category><![CDATA[next-hop]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=816</guid>
		<description><![CDATA[The BGP Next Hop Attribute is useful when passing routes received from an eBGP speaker and advertised to an iBGP speaker within the same Autonomous System. By default when a route is advertised to an eBGP outside of the AS, the router will make sure that the next hop attribute reflects its IP address&#8230; now [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2010/04/15/bgp-next-hop-self-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>quaggOS 0.1a1 released &#8211; OSPF/BGP routing solution</title>
		<link>http://alouche.net/blog/2010/03/04/quaggos-0-1a1-released-ospfbgp-routing-solution/</link>
		<comments>http://alouche.net/blog/2010/03/04/quaggos-0-1a1-released-ospfbgp-routing-solution/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:53:45 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[BGP]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[quagga]]></category>
		<category><![CDATA[quaggOS]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=777</guid>
		<description><![CDATA[Hi, I am pleased to announce that quaggOS in alpha version has been released. quaggOS is a live linux distribution I created which turns a server/pc into a full BGP/OSPF router. This is achieved by using the Quagga routing solution application. For more information, visit http://quaggOS.org To download and test the alpha release, click here]]></description>
		<wfw:commentRss>http://alouche.net/blog/2010/03/04/quaggos-0-1a1-released-ospfbgp-routing-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Filter networks with BGP</title>
		<link>http://alouche.net/blog/2009/09/20/filter-networks-with-bgp/</link>
		<comments>http://alouche.net/blog/2009/09/20/filter-networks-with-bgp/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 15:25:17 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[BGP]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[as]]></category>
		<category><![CDATA[autonomous system]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[routers]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=536</guid>
		<description><![CDATA[There are 3 easy ways to filter/restrict certain networks to be announced through BGP to a remote/adjacent AS (Autonomous System). Those 3 simple ways include: prefix-list &#124; Extended Access-list + Route-map &#124; Extended Access-list + Distribute-list To Note: before we go on, I need to specify that creating an extended access list to be in [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2009/09/20/filter-networks-with-bgp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBGP route reflectors</title>
		<link>http://alouche.net/blog/2009/09/18/ibgp-route-reflectors/</link>
		<comments>http://alouche.net/blog/2009/09/18/ibgp-route-reflectors/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:40:28 +0000</pubDate>
		<dc:creator>Ali Abbas</dc:creator>
				<category><![CDATA[BGP]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[ibgp]]></category>
		<category><![CDATA[route reflectors]]></category>

		<guid isPermaLink="false">http://alouche.net/blog/?p=500</guid>
		<description><![CDATA[It is by default that all BGP peers within the same autonomous systems must peer with each other to form a full mesh in order for each peer to be able to advertise routes to its adjacent peer. &#8220;Disclaimer: BGP confederacies will not be tackled in this post&#8221; For example if routerB learns a new [...]]]></description>
		<wfw:commentRss>http://alouche.net/blog/2009/09/18/ibgp-route-reflectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->