<?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>Cisco Networking Answers &#187; frame relay</title>
	<atom:link href="http://cisco-network.com/tag/frame-relay/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisco-network.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 20:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Multilink PPP over Frame Relay</title>
		<link>http://cisco-network.com/hands-on/multilink-ppp-over-frame-relay/</link>
		<comments>http://cisco-network.com/hands-on/multilink-ppp-over-frame-relay/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 06:25:26 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[cisco router]]></category>
		<category><![CDATA[frame relay]]></category>
		<category><![CDATA[multilink ppp]]></category>

		<guid isPermaLink="false">http://cisco-network.com/uncategorized/multiple-ppp-over-frame-relay/</guid>
		<description><![CDATA[If you have two frame relay line between two location and you need these lines to balance the load, then this article will guide you. We need two techniques to do it. First one is multilink PPP, which can be used to bundle leased lines. The second one is PPP over Frame Relay, which lets [...]]]></description>
			<content:encoded><![CDATA[<p>If you have two frame relay line between two location and you need these lines to balance the load, then this article will guide you. We need two techniques to do it. First one is multilink PPP, which can be used to bundle leased lines. The second one is PPP over Frame Relay, which lets frame relay lines used like leased lines.</p>
<p>In my example, I will show how I bundle two 2 Mbps frame relay line to act as one 4 Mbps line.<br />
<img src="http://cisco-network.com/wp-content/uploads/2007/09/pppofr.PNG" alt="PPPoFR Schema" /><br />
We have to do below configuration on both sides.</p>
<p>1)We will make an ordinary frame relay configuration on serial interfaces except “frame-relay interface-dlci 16 ppp Virtual-Template1” line. Here we are adding Virtual-Template1. frame-relay traffic-shaping command is a MUST.<br />
2)Under “interface Virtual-Template1“, we describe that it is a part of multilink interface<br />
3)Under “interface Multilink1” we will configure IP settings.</p>
<blockquote><p><strong>interface Serial0/0<br />
description Physical Interface 1<br />
bandwidth 2000<br />
no ip address<br />
encapsulation frame-relay<br />
frame-relay fragmentation voice-adaptive deactivation 15<br />
frame-relay traffic-shaping<br />
frame-relay interface-dlci 16 ppp Virtual-Template1<br />
frame-relay lmi-type ansi</strong></p>
<p><strong>interface Serial0/1<br />
description Physical Interface 2<br />
bandwidth 2000<br />
no ip address<br />
encapsulation frame-relay<br />
frame-relay fragmentation voice-adaptive deactivation 15<br />
frame-relay traffic-shaping<br />
frame-relay interface-dlci 16 ppp Virtual-Template1<br />
frame-relay lmi-type ansi</strong></p>
<p><code><strong>interface Virtual-Template1<br />
no ip address<br />
ppp multilink<br />
ppp multilink group 1</strong></code></p>
<p><code><strong>interface Multilink1<br />
 description Bundled Interface<br />
 bandwidth 4000<br />
 ip address 10.87.1.1 255.255.255.248<br />
 ppp multilink<br />
 ppp multilink group 1</strong></code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/hands-on/multilink-ppp-over-frame-relay/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
