<?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>My Geek Finds &#187; ppp</title>
	<atom:link href="http://www.mygeekfinds.com/tag/ppp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekfinds.com</link>
	<description>Tech notes, Virtualization, Networking</description>
	<lastBuildDate>Tue, 23 Feb 2010 13:43:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multilink PPP on a Cisco Router</title>
		<link>http://www.mygeekfinds.com/2009/03/multilink-ppp-on-a-cisco-router/</link>
		<comments>http://www.mygeekfinds.com/2009/03/multilink-ppp-on-a-cisco-router/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:27:10 +0000</pubDate>
		<dc:creator>Hersey</dc:creator>
				<category><![CDATA[My Notes]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[multilink]]></category>
		<category><![CDATA[ppp]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[t1]]></category>

		<guid isPermaLink="false">http://www.mygeekfinds.com/?p=12</guid>
		<description><![CDATA[We recently increased our Internet bandwidth from a single 1.54Mbps T1 to what Verizon calls 3Mbps Bonded Service.  This takes two 1.54Mbps T1s and puts them in a ppp multilink group to double your bandwidth.
Here is the quick and dirty configuration for bonding two Serial (T1) PPP links on a Cisco 1841 router.
interface Mulitlink1
ip address [...]]]></description>
			<content:encoded><![CDATA[<p>We recently increased our Internet bandwidth from a single 1.54Mbps T1 to what Verizon calls 3Mbps Bonded Service.  This takes two 1.54Mbps T1s and puts them in a ppp multilink group to double your bandwidth.</p>
<p>Here is the quick and dirty configuration for bonding two Serial (T1) PPP links on a Cisco 1841 router.</p>
<blockquote><p>interface Mulitlink1<br />
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx<br />
ppp multilink<br />
ppp multilink group 1</p>
<p>interface Serial 0/0<br />
no ip address<br />
encapsulation ppp<br />
ppp multilink<br />
ppp multilink group 1</p>
<p>interface Serial 0/1<br />
no ip address<br />
encapsulation ppp<br />
ppp multilink<br />
ppp multilink group 1</p></blockquote>
<p>The two serial interfaces then look like one &#8211; the Multilink1 interface.  The PPP ip address for this end will be the ip address of the Multilink1 interface. You can still check the status of each serial interface using &#8220;show interface serial 0/x&#8221; .  This will also show you what Multilink group the serial interface is a member of</p>
<blockquote><p>Link is a member of Multilink bundle Multilink1</p></blockquote>
<p>You can also check the status of the Multilink interface by using &#8220;show interface Multilink1&#8243;.  The command &#8220;show ppp multilink interface multilink1&#8243; will display what interfaces belong to the multilink group (useful if you are on a larger router with multiple multilink ppp groups).</p>
<p>I have set up these multilink interfaces in the past, but I can say I am not sure what happens if just one of the T1s fail.  I would guess that the PPP would not like this and bring the whole interface down.</p>
<p>Does losing one T1 bring the whole Multilink interface down or will it the protocol stay up? Is there a better way to do this that will keep the interface up if one of the T1s fail?</p>
<p>Going to have to test this when I get a chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygeekfinds.com/2009/03/multilink-ppp-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
