<?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>iantomkins.com &#187; BGP</title>
	<atom:link href="http://iantomkins.com/tag/bgp/feed/" rel="self" type="application/rss+xml" />
	<link>http://iantomkins.com</link>
	<description>Just my thoughts</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixed vyatta-quagga package</title>
		<link>http://iantomkins.com/2009/05/fixed-vyattaquagga-package/</link>
		<comments>http://iantomkins.com/2009/05/fixed-vyattaquagga-package/#comments</comments>
		<pubDate>Mon, 04 May 2009 00:32:03 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[32-bit ASN]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[quagga]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=71</guid>
		<description><![CDATA[I have built a copy of the latest vyatta-quagga package from the git repositories which includes the fix for the BGP issue with long AS paths containing 32bit ASNs. [...]]]></description>
			<content:encoded><![CDATA[<p>I have built a copy of the latest vyatta-quagga package from the git repositories which includes the fix for the BGP issue with 32bit ASNs discussed <a href="http://www.vyatta.org/forum/viewtopic.php?t=1974">here</a>.</p>
<p>You can download my copy of the package here:</p>
<p><a href="http://iantomkins.com/wp-content/uploads/2009/05/vyatta-quagga_09910-33islavista2_i386.deb">vyatta-quagga_09910-33islavista2_i386</a></p>
<p>Note that this hasn&#8217;t received exhaustive testing by me but it does apply cleanly to my VC 4.1.4 boxes, appears to be working OK and looks to have resolved the issue.</p>
<p>**UPDATE**<br />
The version above should only be used by users of VC5 (islavista), I have also prepared a version for VC4 (hollywood) using git-cherry-pick 6bbd6d283c4fcf5870bb10af9f8bd6e562682cfc here:</p>
<p><a href="http://iantomkins.com/wp-content/uploads/2009/05/vyatta-quagga_0999-14b_i386.deb">vyatta-quagga_0999-14b_i386</a></p>
<p>**Further UPDATE**<br />
Well it looks as though the problem route is back, but I am pleased to report that our routers running the patched code are working fine.</p>
<p>Also, in case anyone needs to know, just download the patch file onto your vyatta router and then run the following command to install:</p>
<p>sudo dpkg -i /path/to/filename.deb</p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2009/05/fixed-vyattaquagga-package/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vyatta, open source networking that works.</title>
		<link>http://iantomkins.com/2009/05/vyatta-open-source-networking-works/</link>
		<comments>http://iantomkins.com/2009/05/vyatta-open-source-networking-works/#comments</comments>
		<pubDate>Sat, 02 May 2009 00:21:55 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[recommended]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://iantomkins.com/?p=56</guid>
		<description><![CDATA[What's so great about Vyatta? In testing and practical use of Vyatta as our primary edge routing platform at Modrus I can say the following: Stability: We have deployed Vyatta routers as our primary edge BGP routers, and they have proved to be extremely reliable... [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s so great about <a href="http://www.vyatta.com/">Vyatta</a>?</p>
<p>In testing and practical use of Vyatta as our primary edge routing platform at <a href="http://www.modrus.com/">Modrus</a> I can say the following:</p>
<p><strong>Stability</strong>:<br />
We have deployed Vyatta routers as our primary edge <a href="http://en.wikipedia.org/wiki/BGP">BGP</a> routers, and they have proved to be extremely reliable.  Typically we use them in pairs with <a href="http://en.wikipedia.org/wiki/VRRP">VRRP</a> for failover.</p>
<p><strong>Scalability</strong>:<br />
In planning our deployment of BGP we were keen to know what others had found that worked successfully for them. During this we heard of issues with using generic x86 hardware as a network platform, specifically issues with throughput.</p>
<p>So when we were considering Vyatta I was very keen to ensure that this was not going to be an issue. In testing I was able to easily achieve wire-speed forwarding and with the system running live we have never encountered any throughput capacity issues using it on our gigabit Internet links.</p>
<p><strong>Ease of use</strong>:<br />
Having worked with plenty of mainstream network vendor products (the obvious comparison being Cisco) I can say that I love the command line interface of Vyatta. I find it intuitive, easy to read and obvious where new configuration should go, not something I would ever say about Cisco.  And in the event of any difficulty the documentation is available and pretty good.</p>
<p><strong>Flexible</strong>:<br />
One of the best features is that because it is &#8216;just software&#8217; you can run it as a virtual machine, which makes workbench testing trivial and really opens up your deployment options.  For example we have a small testing and monitoring datacentre running entirely on <a href="http://www.vmware.com/products/esxi/">VMware ESXi</a> using Vyatta as the main border router in a VM.</p>
<p>I should say that no solution is ever perfect, however we have not yet had any occasion to regret choosing Vyatta over the mainstream vendor options, not least because of the potfull of cash we saved ourselves.</p>
<p>Finally I should say that if this blog entry reads like a sales pitch, I suppose it is, however I have no affiliation with Vyatta or financial incentive for writing this.</p>
]]></content:encoded>
			<wfw:commentRss>http://iantomkins.com/2009/05/vyatta-open-source-networking-works/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

