<?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>Frame Relay &#8211; www.expertcisco.fr</title>
	<atom:link href="https://www.expertcisco.fr/category/frame-relay/feed" rel="self" type="application/rss+xml" />
	<link>https://www.expertcisco.fr</link>
	<description>CCIE Routing and Switching Lab Exam</description>
	<lastBuildDate>Thu, 13 Dec 2012 14:11:51 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4</generator>
	<item>
		<title>OSPF Point-to-Multipoint Networks</title>
		<link>https://www.expertcisco.fr/frame-relay/ospf-point-to-multipoint-networks</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 14:03:12 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[OSPF]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=445</guid>

					<description><![CDATA[OSPF &#8211; Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify &#8230; <a href="https://www.expertcisco.fr/frame-relay/ospf-point-to-multipoint-networks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h3>OSPF &#8211; Hub and spoke Topology</h3>
<p><img class="aligncenter" alt="" src="/images/OSPF-Lab12.png" width="335" height="202" /></p>
<p>Dans une architecture « <a title="OSPF – Hub &amp; Spoke Topology" href="http://www.expertcisco.fr/ospf/ospf-hub-spoke-topology">Hub and spoke</a> » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF :</p>
<pre>R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network ?</span>
<span style="color: #00ffff;">broadcast      </span> Specify OSPF broadcast multi-access network
<span style="color: #00ffff;">non-broadcast</span>       Specify OSPF NBMA network
<span style="color: #00ffff;">point-to-multipoint</span> Specify  OSPF point-to-multipoint network
<span style="color: #00ffff;">point-to-point</span>      Specify OSPF point-to-point network</pre>
<p>&nbsp;</p>
<h3>Configuration de tous les routeurs en mode « point-to-mulitipoint »</h3>
<pre>R1#configure t
R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network point-to-multipoint
</span></pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip ospf interface s0/0</span>
Serial0/0 is up, line protocol is up
  Internet Address 10.1.1.1/24, Area 0
  Process ID 1, Router ID 1.1.1.1, Network Type POINT_TO_MULTIPOINT, Cost: 64
  Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT,
  Timer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 5
    oob-resync timeout 40
    Hello due in 00:00:03
  Supports Link-local Signaling (LLS)
  Index 2/2, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 2, maximum is 2
  Last flood scan time is 0 msec, maximum is 4 msec
  Neighbor Count is 3, Adjacent neighbor count is 3
    Adjacent with neighbor 4.4.4.4
    Adjacent with neighbor 3.3.3.3
    Adjacent with neighbor 2.2.2.2
  Suppress hello for 0 neighbor(s)</pre>
<p>Dans cette configuration, le routage des routeurs « spoke » converge vers le routeur « hub » , une route host (/32) est également ajoutée :</p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    2.0.0.0/8 [110/65] via 10.1.1.2, 00:01:47, Serial0/0
O    3.0.0.0/8 [110/65] via 10.1.1.3, 00:01:47, Serial0/0
O    4.0.0.0/8 [110/65] via 10.1.1.4, 00:01:47, Serial0/0
     10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
O       10.1.1.2/32 [110/64] via 10.1.1.2, 00:01:47, Serial0/0
O       10.1.1.3/32 [110/64] via 10.1.1.3, 00:01:47, Serial0/0
O       10.1.1.4/32 [110/64] via 10.1.1.4, 00:01:47, Serial0/0

<span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    1.0.0.0/8 [110/65] via 10.1.1.1, 00:02:15, Serial0/0
O    3.0.0.0/8 [110/129] via 10.1.1.1, 00:02:15, Serial0/0
O    4.0.0.0/8 [110/129] via 10.1.1.1, 00:02:15, Serial0/0
     10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
O       10.1.1.3/32 [110/128] via 10.1.1.1, 00:02:15, Serial0/0
O       10.1.1.1/32 [110/64] via 10.1.1.1, 00:02:15, Serial0/0
O       10.1.1.4/32 [110/128] via 10.1.1.1, 00:02:15, Serial0/0

<span style="color: #ff0000;">R3</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    1.0.0.0/8 [110/782] via 10.1.1.1, 00:02:32, Serial1/0
O    2.0.0.0/8 [110/846] via 10.1.1.1, 00:02:32, Serial1/0
O    4.0.0.0/8 [110/846] via 10.1.1.1, 00:02:32, Serial1/0
     10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
O       10.1.1.2/32 [110/845] via 10.1.1.1, 00:02:32, Serial1/0
O       10.1.1.1/32 [110/781] via 10.1.1.1, 00:02:32, Serial1/0
O       10.1.1.4/32 [110/845] via 10.1.1.1, 00:02:32, Serial1/0

<span style="color: #ff0000;">R4</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    1.0.0.0/8 [110/65] via 10.1.1.1, 00:02:50, Serial0/0
O    2.0.0.0/8 [110/129] via 10.1.1.1, 00:02:50, Serial0/0
O    3.0.0.0/8 [110/129] via 10.1.1.1, 00:02:50, Serial0/0
     10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
O       10.1.1.2/32 [110/128] via 10.1.1.1, 00:02:50, Serial0/0
O       10.1.1.3/32 [110/128] via 10.1.1.1, 00:02:50, Serial0/0
O       10.1.1.1/32 [110/64] via 10.1.1.1, 00:02:50, Serial0/0</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSPF Broadcast Networks</title>
		<link>https://www.expertcisco.fr/frame-relay/ospf-broadcast-networks</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 13:50:39 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[OSPF]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=440</guid>

					<description><![CDATA[OSPF &#8211; Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify &#8230; <a href="https://www.expertcisco.fr/frame-relay/ospf-broadcast-networks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h3>OSPF &#8211; Hub and spoke Topology</h3>
<p><img class="aligncenter" alt="" src="/images/OSPF-Lab12.png" width="335" height="202" /></p>
<p>Dans une architecture « <a title="OSPF – Hub &amp; Spoke Topology" href="http://www.expertcisco.fr/ospf/ospf-hub-spoke-topology">Hub and spoke</a> » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF :</p>
<pre>R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network ?</span>
<span style="color: #00ffff;">broadcast      </span> Specify OSPF broadcast multi-access network
<span style="color: #00ffff;">non-broadcast</span>       Specify OSPF NBMA network
<span style="color: #00ffff;">point-to-multipoint</span> Specify  OSPF point-to-multipoint network
<span style="color: #00ffff;">point-to-point</span>      Specify OSPF point-to-point network</pre>
<p>&nbsp;</p>
<p>Configuration des interaces de  tous les routeurs en mode broadcast</p>
<pre>R1#conf t
R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network broadcast
</span></pre>
<p>Dans cette configuration, la découverte de voisins OSPF est automatique</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications:</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip ospf interface s0/0</span>
Serial0/0 is up, line protocol is up
  Internet Address 10.1.1.1/24, Area 0
  Process ID 1, Router ID 1.1.1.1, Network Type <span style="color: #ff0000;">BROADCAST</span>, Cost: 64
  Transmit Delay is 1 sec, State DR, Priority 255
  Designated Router (ID) 1.1.1.1, Interface address 10.1.1.1
  No backup designated router on this network
  Timer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 5
    oob-resync timeout 40
    Hello due in 00:00:03
  Supports Link-local Signaling (LLS)
  Index 2/2, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 1, maximum is 2
  Last flood scan time is 0 msec, maximum is 4 msec
  Neighbor Count is 3, Adjacent neighbor count is 3
    Adjacent with neighbor 2.2.2.2
    Adjacent with neighbor 3.3.3.3
    Adjacent with neighbor 4.4.4.4   
  Suppress hello for 0 neighbor(s)</pre>
<pre>R1#<span style="color: #ff0000;">show ip ospf neighbor</span>

Neighbor ID     Pri   State           Dead Time   Address         Interface
2.2.2.2           0   FULL/DROTHER    00:00:19    10.1.1.2        Serial0/0
3.3.3.3           0   FULL/DROTHER    00:00:15    10.1.1.3        Serial0/0
4.4.4.4           0   FULL/DROTHER    00:00:16    10.1.1.4        Serial0/0</pre>
<p>Dans ce mode, les routeurs « spoke » obtiennent les IP des autres « spoke » comme next hop, la configuration frame relay doit permettre d&rsquo;atteindre tous les next hop</p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    2.0.0.0/8 [110/65] via 10.1.1.2, 00:03:59, Serial0/0
O    3.0.0.0/8 [110/65] via 10.1.1.3, 00:03:59, Serial0/0
O    4.0.0.0/8 [110/65] via 10.1.1.4, 00:03:59, Serial0/0

<span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip  route ospf</span>
O    1.0.0.0/8 [110/65] via 10.1.1.1, 00:07:11, Serial0/0
O    3.0.0.0/8 [110/65] via 10.1.1.3, 00:07:11, Serial0/0
O    4.0.0.0/8 [110/65] via 10.1.1.4, 00:07:11, Serial0/0

<span style="color: #ff0000;">R3</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    1.0.0.0/8 [110/782] via 10.1.1.1, 00:07:29, Serial1/0
O    2.0.0.0/8 [110/782] via 10.1.1.2, 00:07:29, Serial1/0
O    4.0.0.0/8 [110/782] via 10.1.1.4, 00:07:29, Serial1/0

<span style="color: #ff0000;">R4</span>#<span style="color: #ff0000;">show ip route ospf</span>
O    1.0.0.0/8 [110/65] via 10.1.1.1, 00:07:46, Serial0/0
O    2.0.0.0/8 [110/65] via 10.1.1.2, 00:07:46, Serial0/0
O    3.0.0.0/8 [110/65] via 10.1.1.3, 00:07:46, Serial0/0</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSPF Non-Broadcast Networks</title>
		<link>https://www.expertcisco.fr/frame-relay/ospf-non-broadcast-networks</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 11:02:57 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[OSPF]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=427</guid>

					<description><![CDATA[OSPF &#8211; Hub and spoke Topology Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access network non-broadcast Specify &#8230; <a href="https://www.expertcisco.fr/frame-relay/ospf-non-broadcast-networks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h3>OSPF &#8211; Hub and spoke Topology</h3>
<p><img class="aligncenter" alt="" src="/images/OSPF-Lab12.png" width="335" height="202" /></p>
<p>Dans une architecture « <a title="OSPF – Hub &amp; Spoke Topology" href="http://www.expertcisco.fr/ospf/ospf-hub-spoke-topology">Hub and spoke</a> » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF :</p>
<pre>R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network ?</span>
<span style="color: #00ffff;">broadcast      </span> Specify OSPF broadcast multi-access network
<span style="color: #00ffff;">non-broadcast</span>       Specify OSPF NBMA network
<span style="color: #00ffff;">point-to-multipoint</span> Specify  OSPF point-to-multipoint network
<span style="color: #00ffff;">point-to-point</span>      Specify OSPF point-to-point network</pre>
<p>&nbsp;</p>
<h3>Par défaut, les interfaces sérial sont en mode « Non-Broadcast »</h3>
<p style="padding-left: 30px;">Configuration basique de R1 (et des autres routeurs)</p>
<pre>router ospf 1
 log-adjacency-changes
 network 1.1.1.1 0.0.0.0 area 0
 network 10.1.1.1 0.0.0.0 area 0</pre>
<pre>R1#<span style="color: #ff0000;">show ip ospf interface s0/0</span>
Serial0/0 is up, line protocol is up
  Internet Address 10.1.1.1/24, Area 0
  Process ID 1, Router ID 1.1.1.1, Network Type <span style="color: #ff0000;">NON_BROADCAST</span>, Cost: 64
  Transmit Delay is 1 sec, State WAITING, Priority 1
  No designated router on this network
  No backup designated router on this network
  Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
    oob-resync timeout 120
    Hello due in 00:00:12
    Wait time before Designated router selection 00:01:12
  Supports Link-local Signaling (LLS)
  Index 2/2, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 0, maximum is 0
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 0, Adjacent neighbor count is 0
  Suppress hello for 0 neighbor(s)</pre>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Dans cette configuration, les voisins OSPF doivent être spécifiés sur le routeur hub :</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#conf t
R1(config)#router ospf 1
R1(config-router)#
R1(config-router)#<span style="color: #ff0000;">neighbor</span> 10.1.1.2
R1(config-router)#neighbor 10.1.1.3
R1(config-router)#neighbor 10.1.1.4</pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications:</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip ospf neighbor</span>

Neighbor ID     Pri   State           Dead Time   Address         Interface
4.4.4.4           0   FULL/DROTHER    968 msec    10.1.1.4        Serial0/0
3.3.3.3           0   FULL/DROTHER    932 msec    10.1.1.3        Serial0/0
2.2.2.2           0   FULL/DROTHER    944 msec    10.1.1.2        Serial0/0</pre>
<pre>  
R1#show ip route ospf
O    2.0.0.0/8 [110/65] via 10.1.1.2, 00:00:45, Serial0/0
O    3.0.0.0/8 [110/65] via 10.1.1.3, 00:00:45, Serial0/0
O    4.0.0.0/8 [110/65] via 10.1.1.4, 00:00:45, Serial0/0</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSPF &#8211; Hub &#038; Spoke Topology</title>
		<link>https://www.expertcisco.fr/frame-relay/ospf-hub-spoke-topology</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 09:08:53 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[OSPF]]></category>
		<guid isPermaLink="false">http://www.expertcisco.fr/?p=420</guid>

					<description><![CDATA[Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF : Non-Broadcast Networks Broadcast Networks Priority Point-to-Point Networks Point-to-Multipoint Networks R1(config)#int s0/0 R1(config-if)#ip ospf network ? broadcast Specify OSPF broadcast multi-access &#8230; <a href="https://www.expertcisco.fr/frame-relay/ospf-hub-spoke-topology">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Dans une architecture « Hub and spoke » Frame relay, les interfaces peuvent être configurées dans 4 modes de communication OSPF :</p>
<blockquote>
<ul>
<li><a title="OSPF Non-Broadcast Networks" href="http://www.expertcisco.fr/frame-relay/ospf-non-broadcast-networks">Non-Broadcast Networks</a></li>
<li><a title="OSPF Broadcast Networks" href="http://www.expertcisco.fr/frame-relay/ospf-broadcast-networks">Broadcast Networks</a><a title="Priority OSPF" href="http://www.expertcisco.fr/ospf/priority-ospf">
<ul>
<li>Priority</li>
</ul>
<p></a></li>
<li><a title="OSPF Point-to-Point Networks" href="http://www.expertcisco.fr/non-classe/ospf-point-to-point-networks">Point-to-Point Networks</a></li>
<li><a title="OSPF Point-to-Multipoint Networks" href="http://www.expertcisco.fr/frame-relay/ospf-point-to-multipoint-networks">Point-to-Multipoint Networks</a></li>
</ul>
</blockquote>
<pre>R1(config)#int s0/0
R1(config-if)#<span style="color: #ff0000;">ip ospf network ?</span>
  <span style="color: #00ffff;">broadcast      </span> Specify OSPF broadcast multi-access network
  <span style="color: #00ffff;">non-broadcast</span>       Specify OSPF NBMA network
  <span style="color: #00ffff;">point-to-multipoint</span> Specify  OSPF point-to-multipoint network
  <span style="color: #00ffff;">point-to-point</span>      Specify OSPF point-to-point network</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RIPv2 and Frame Relay</title>
		<link>https://www.expertcisco.fr/rip-v2/ripv2-and-frame-relay</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 17:08:04 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<category><![CDATA[RIP v2]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=108</guid>

					<description><![CDATA[Dans cette exemple une liaison de type point à point FrameRelay est configuré entre R2&#60;-&#62;R1, et R3&#60;-&#62;R1 , de la façon suivante R1 interface Serial0/0.100 multipoint ip address 10.1.1.1 255.255.255.0 frame-relay map ip 10.1.1.2 102 broadcast frame-relay map ip 10.1.1.3 &#8230; <a href="https://www.expertcisco.fr/rip-v2/ripv2-and-frame-relay">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><img class="alignright" src="/images/RIP-Lab1.png" alt="" width="302" height="182" /></p>
<p>Dans cette exemple une liaison de type point à point FrameRelay est configuré entre R2&lt;-&gt;R1, et R3&lt;-&gt;R1 , de la façon suivante</p>
<pre><strong><span style="color: #ff0000;">R1</span></strong>
interface Serial0/0.100 multipoint
 ip address 10.1.1.1 255.255.255.0
 frame-relay map ip 10.1.1.2 102 broadcast
 frame-relay map ip 10.1.1.3 103 broadcas</pre>
<pre><strong><span style="color: #ff0000;">R2</span></strong>
interface Serial0/0
 ip address 10.1.1.2 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 10.1.1.1 201
 frame-relay map ip 10.1.1.3 201
 no frame-relay inverse-arp</pre>
<pre><strong><span style="color: #ff0000;">R3</span></strong>
interface Serial1/0
 ip address 10.1.1.3 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 10.1.1.1 301
 frame-relay map ip 10.1.1.2 301
 no frame-relay inverse-arp</pre>
<p>Une interface loopback est configurée sur chaque routeur</p>
<h3>Configuration de RIP v2</h3>
<p>Configuration classique, et très simple, sur chaque routeur</p>
<pre><span style="color: #ff0000;">R1</span>#conf t
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#no auto-summary
R1(config-router)#network 10.0.0.0
R1(config-router)#network 1.0.0.0</pre>
<pre><span style="color: #ff0000;">R2</span>#conf t
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#no auto-summary
R2(config-router)#network 10.0.0.0
R2(config-router)#network 2.0.0.0</pre>
<pre>R3#conf t
R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#no auto-summary
R3(config-router)#network 10.0.0.0
R3(config-router)#network 3.0.0.0</pre>
<p><span style="text-decoration: underline;"><strong>Vérifications :</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#sho ip route rip
R    2.0.0.0/8 [120/1] via 10.1.1.2, 00:00:21, Serial0/0.100
R    3.0.0.0/8 [120/1] via 10.1.1.3, 00:00:09, Serial0/0.100</pre>
<pre><span style="color: #ff0000;">R2</span>#show ip route rip
R    1.0.0.0/8 [120/1] via 10.1.1.1, 00:00:19, Serial0/0</pre>
<pre><span style="color: #ff0000;">R3</span>#show ip route rip
R    1.0.0.0/8 [120/1] via 10.1.1.1, 00:00:08, Serial1/0</pre>
<p>De part la nature de cette topologie « point à point », les routeurs R2 et R2 ne reçoivent pas correctement les informations de routage propagés par RIP</p>
<p><strong>Raison du dysfonctionnement :</strong> SPLIT HORIZON est activé sur le routeur R1</p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip interface s0/0.100</span>
Serial0/0.100 is up, line protocol is up
  Internet address is 10.1.1.1/24
  Broadcast address is 255.255.255.255
  Address determined by non-volatile memory
  MTU is 1500 bytes
  Helper address is not set
  Directed broadcast forwarding is disabled
  Multicast reserved groups joined: 224.0.0.9
  Outgoing access list is not set
  Inbound  access list is not set
  Proxy ARP is enabled
  Local Proxy ARP is disabled
  Security level is default
  <span style="color: #ff0000;">Split horizon is enabled</span>
  ICMP redirects are always sent
  ICMP unreachables are always sent
  ICMP mask replies are never sent
  IP fast switching is enabled
  IP fast switching on the same interface is enabled
  IP Flow switching is disabled
  IP CEF switching is enabled
  IP CEF Fast switching turbo vector
  IP multicast fast switching is enabled
  IP multicast distributed fast switching is disabled
  IP route-cache flags are Fast, CEF
  Router Discovery is disabled
  IP output packet accounting is disabled
  IP access violation accounting is disabled
  TCP/IP header compression is disabled
  RTP/IP header compression is disabled
  Policy routing is disabled
  Network address translation is disabled
  BGP Policy Mapping is disabled</pre>
<p>Correction : désactivation de « split horizon » sur R1</p>
<pre><span style="color: #ff0000;">R1</span>(config)#int s0/0.100
R1(config-subif)#<span style="color: #ff0000;">no ip split-horizon </span></pre>
<p><span style="text-decoration: underline;"><strong>Vérifications :</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip interface s0/0.100 | inc Spli</span>
  Split horizon is disabled

<span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip route rip</span>
R    1.0.0.0/8 [120/1] via 10.1.1.1, 00:00:09, Serial0/0
R    3.0.0.0/8 [120/2] via 10.1.1.3, 00:00:09, Serial0/0</pre>
<p><strong>Attention :</strong> R1 et R2 doivent pouvoir s&rsquo;atteindre mutuellement (via R1) ,<br />
il est donc nécessaire de faire évoluer la configuration :</p>
<pre><span style="color: #ff0000;">R2</span>#conf t
R2(config)#int s0/0
R2(config-if)#<span style="color: #ff0000;">frame-relay map ip 10.1.1.3 201 </span></pre>
<pre><span style="color: #ff0000;">R3</span>#conf t
R3(config)#int s1/0
R3(config-if)#<span style="color: #ff0000;">frame-relay map ip 10.1.1.2 301 </span></pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Frame Relay Back-to-Back</title>
		<link>https://www.expertcisco.fr/frame-relay/frame-relay-back-to-back</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Sat, 25 Feb 2012 19:18:34 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=187</guid>

					<description><![CDATA[Configuration Frame relay simple en back to back avec une liaison serial R1 est DTE R2 est DCE (clock rate) Remarque : dans cette configuration, en l&#8217;absence de nuage FrameRelay, l&#8217;envoie de paquets LMI doit être désactivé « no keepalive » Un &#8230; <a href="https://www.expertcisco.fr/frame-relay/frame-relay-back-to-back">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Configuration Frame relay simple en back to back avec une liaison serial</p>
<ul>
<li>R1 est DTE</li>
<li>R2 est DCE (clock rate)</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Remarque :</strong></span></p>
<p>dans cette configuration, en l&rsquo;absence de nuage FrameRelay, l&rsquo;envoie de paquets LMI doit être désactivé « no keepalive »<br />
Un DLCI est utilisé entre R1 et R2, un autre entre R2 et R1 ( mais un seul DLCI aurait pu être utilisé)</p>
<h3>Configuration<img style="float: right;" src="/images/Frame-Relay3.png" alt="" width="335" height="142" /></h3>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show run int s0/1</span>

interface Serial0/1
 ip address 200.1.1.1 255.255.255.0
 encapsulation frame-relay
 <span style="color: #ff0000;">no keepalive</span>
 frame-relay map ip 200.1.1.3 303
 frame-relay interface-dlci 113
end</pre>
<pre><span style="color: #ff0000;">R3</span>#show run int s1/2

interface Serial1/2
 ip address 200.1.1.3 255.255.255.0
 encapsulation frame-relay
 <span style="color: #ff0000;">no keepalive</span>
 clock rate 64000
 frame-relay map ip 200.1.1.1 113
 frame-relay interface-dlci 303
end</pre>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications</strong></span></p>
<pre><span style="color: #ff0000;">R3</span>#<span style="color: #ff0000;">sh frame map</span>
Serial1/2 (up): ip 200.1.1.1 dlci 113(0x71,0x1C10), static,
              CISCO</pre>
<pre><span style="color: #ff0000;">R3</span>#<span style="color: #ff0000;">debug frame-relay packet</span>
Frame Relay packet debugging is on

*Mar  6 08:30:16.911: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:16.911: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:16.943: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:16.943: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:16.975: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:16.975: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:17.007: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:17.011: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:17.043: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:17.043: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:27.651: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104
*Mar  6 08:30:27.651: Serial1/2(o): dlci 113(0x1C11), pkt type 0x800(IP), datagramsize 104
*Mar  6 08:30:27.683: Serial1/2(i): dlci 303(0x48F1), pkt type 0x800, datagramsize 104</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Frame relay Multilinking</title>
		<link>https://www.expertcisco.fr/frame-relay/frame-relay-multilinking</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 19:12:43 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=185</guid>

					<description><![CDATA[Configuration d&#8217;un lien Multilink entre une interface multipoint avec 2 DLCI (R1) et 2 interfaces Point to Point (R2) Création de l&#8217;interface multilink Création de l&#8217;interface virtual-template Association du virtual-template aux interface dlci Configuration R1 interface Multilink12 ip address 10.1.12.1 &#8230; <a href="https://www.expertcisco.fr/frame-relay/frame-relay-multilinking">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Configuration d&rsquo;un lien Multilink entre une interface multipoint avec 2 DLCI (R1) et 2 interfaces Point to Point (R2)</p>
<ul>
<li>Création de l&rsquo;interface multilink</li>
<li>Création de l&rsquo;interface virtual-template</li>
<li>Association du virtual-template aux interface dlci</li>
</ul>
<h3>Configuration<img style="float: right;" src="/images/Frame-Relay2.png" alt="" width="335" height="202" /></h3>
<pre><span style="color: #ff0000;">R1</span>
<span style="color: #ff0000;">interface Multilink12</span>
 ip address 10.1.12.1 255.255.255.0
 ppp multilink
 ppp multilink <span style="color: #ff0000;">group 12</span>
!
<span style="color: #ff0000;">interface Virtual-Template12</span>
 no ip address
 ppp multilink <span style="color: #ff0000;">group 12</span>
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.12 multipoint
 frame-relay interface-dlci 102 ppp <span style="color: #ff0000;">Virtual-Template12</span>
 frame-relay interface-dlci 112 ppp <span style="color: #ff0000;">Virtual-Template12</span>
!</pre>
<pre><span style="color: #ff0000;">R2</span>

<span style="color: #ff0000;">interface Multilink21</span>
 ip address 10.1.12.2 255.255.255.0
 ppp multilink
 ppp multilink <span style="color: #ff0000;">group 21</span>
!
interface Virtual-Template21
 no ip address
 ppp multilink <span style="color: #ff0000;">group 21</span>
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.201 point-to-point
 frame-relay interface-dlci 201 ppp <span style="color: #ff0000;">Virtual-Template21</span>
!
interface Serial0/0.211 point-to-point
 frame-relay interface-dlci 211 ppp <span style="color: #ff0000;">Virtual-Template21</span>
!</pre>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Vérifications</strong></span></p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ppp multilink</span>

Multilink12, bundle name is R2
  Endpoint discriminator is R2
  Bundle up for 00:07:26, total bandwidth 200000, load 1/255
  Receive buffer limit 24000 bytes, frag timeout 1000 ms
    0/0 fragments/bytes in reassembly list
    0 lost fragments, 0 reordered
    0/0 discarded fragments/bytes, 0 lost received
    0xC received sequence, 0xE sent sequence
  Member links: 2 active, 1 inactive (max not set, min not set)
    Vi3, since 00:06:27
    Vi2, since 00:05:22
    Vt12 (inactive)
No inactive multilink interfaces

<span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip int bri</span>
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  unassigned      YES NVRAM  up                    up
Serial0/0.12               unassigned      YES unset  up                    up
Virtual-Access1            unassigned      YES unset  down                  down
Virtual-Access2            unassigned      YES TFTP   up                    up
Virtual-Access3            unassigned      YES TFTP   up                    up
Multilink12                10.1.12.1       YES manual up                    up
Virtual-Template12         unassigned      YES unset  down                  down

<span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip route con</span>
     10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C       10.1.12.2/32 is directly connected, Multilink12
C       10.1.12.0/24 is directly connected, Multilink12</pre>
<pre><span style="color: #ff0000;">R2</span>#show ppp multilink

Multilink21, bundle name is R1
  Endpoint discriminator is R1
  Bundle up for 00:09:42, total bandwidth 200000, load 1/255
  Receive buffer limit 24000 bytes, frag timeout 1000 ms
    0/0 fragments/bytes in reassembly list
    1 lost fragments, 1 reordered
    1/168 discarded fragments/bytes, 0 lost received
    0x12 received sequence, 0x10 sent sequence
  Member links: 2 active, 1 inactive (max not set, min not set)
    Vi3, since 00:08:42
    Vi2, since 00:07:37
    Vt21 (inactive)
No inactive multilink interfaces

<span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip interface brief</span>
Serial0/0                  unassigned      YES TFTP   up                    up
Serial0/0.201              unassigned      YES unset  up                    up
Serial0/0.211              unassigned      YES unset  up                    up
Virtual-Access1            unassigned      YES unset  down                  down
Virtual-Access2            unassigned      YES TFTP   up                    up
Virtual-Access3            unassigned      YES TFTP   up                    up
Multilink21                10.1.12.2       YES manual up                    up
Virtual-Template21         unassigned      YES unset  down                  down</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tricky frame-relay configuration</title>
		<link>https://www.expertcisco.fr/frame-relay/tricky-frame-relay-configuration</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 19:11:05 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=180</guid>

					<description><![CDATA[PPP permet de configurer Frame Relay sans ip maping Il est possible d&#8217;utiliser une interface de loopback : ip unnumbered Loopback « Ip local policy route-map » peut être mis en place sur les routeurs Spoke afin d&#8217;atteindre les autres Spoke Configuration &#8230; <a href="https://www.expertcisco.fr/frame-relay/tricky-frame-relay-configuration">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>PPP permet de configurer Frame Relay sans ip maping</p>
<p>Il est possible d&rsquo;utiliser une interface de loopback :</p>
<ul>
<li>ip unnumbered Loopback</li>
</ul>
<p>« Ip local policy route-map » peut être mis en place sur les routeurs Spoke afin d&rsquo;atteindre les autres Spoke</p>
<h3>Configuration<img style="float: right;" src="/images/Frame-Relay.png" alt="" width="335" height="202" /></h3>
<pre><span style="color: #ff0000;">


R1</span>
interface <span style="color: #ff0000;">Loopback0</span>
 ip address 1.1.1.1 255.0.0.0
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 frame-relay interface-dlci 102 ppp Virtual-Template1
 frame-relay interface-dlci 103 ppp Virtual-Template1
 frame-relay interface-dlci 104 ppp Virtual-Template1
!
interface Virtual-Template1
 <span style="color: #ff0000;">ip unnumbered</span> Loopback0</pre>
<pre><span style="color: #ff0000;">R2</span>
interface Loopback0
 ip address 2.2.2.2 255.0.0.0
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 frame-relay interface-dlci 201 ppp Virtual-Template2
!
interface Virtual-Template2
 ip unnumbered Loopback0
!
<span style="color: #ff0000;">ip local policy route-map TEST</span>
!
<span style="color: #ff0000;">route-map</span> TEST permit 10
 set ip next-hop 1.1.1.1
!
route-map TEST permit 20
!</pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications</strong></span></p>
<pre><span style="color: #ff0000;">R1</span># <span style="color: #ff0000;">show ip route</span>

C    1.0.0.0/8 is directly connected, Loopback0
     2.0.0.0/32 is subnetted, 1 subnets
C       2.2.2.2 is directly connected, Virtual-Access1
     3.0.0.0/32 is subnetted, 1 subnets
C       3.3.3.3 is directly connected, Virtual-Access2
     4.0.0.0/32 is subnetted, 1 subnets
C       4.4.4.4 is directly connected, Virtual-Access3</pre>
<pre><span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip route</span>

     1.0.0.0/32 is subnetted, 1 subnets
C       1.1.1.1 is directly connected, Virtual-Access1
C    2.0.0.0/8 is directly connected, Loopback0</pre>
<pre><span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">ping 3.3.3.3</span>
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 116/116/116 ms</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Frame-Relay End-to-End Keepalive</title>
		<link>https://www.expertcisco.fr/frame-relay/frame-relay-end-to-end-keepalive</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 19:02:25 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=178</guid>

					<description><![CDATA[Frame Relay utilise les messages LMI pour maintenir les connections actives, mais certains réseaux ne supportent pas les paquets LMI FREEK (Frame Relay End to End Keepalive) permet de maintenir une session entre 2 routeurs Plusieurs paramètres peuvent être ajusté &#8230; <a href="https://www.expertcisco.fr/frame-relay/frame-relay-end-to-end-keepalive">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Frame Relay utilise les messages LMI pour maintenir les connections actives, mais certains réseaux ne supportent pas les paquets LMI</p>
<p><strong>FREEK</strong> (Frame Relay End to End Keepalive) permet de maintenir une session entre 2 routeurs</p>
<p>Plusieurs paramètres peuvent être ajusté :</p>
<ul>
<li>frame-relay end-to-end keepalive <span style="color: #ff0000;">mode</span>
<ul>
<li> bidirectional Set bidirectional mode</li>
<li> passive-reply Set passive-reply mode</li>
<li>reply Set unidirectional reply mode</li>
<li>request Set unidirectional request mode</li>
</ul>
</li>
<li>frame-relay end-to-end keepalive<span style="color: #ff0000;"> error-threshold</span></li>
<li>frame-relay end-to-end keepalive <span style="color: #ff0000;">succes-events</span></li>
<li>frame-relay end-to-end keepalive <span style="color: #ff0000;">timer</span></li>
<li>frame-relay end-to-end keepalive <span style="color: #ff0000;">event-windows</span></li>
</ul>
<h3>Configuration<img style="float: right;" src="/images/Frame-Relay.png" alt="" width="335" height="202" /></h3>
<pre>R1
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.12 point-to-point
 ip address 10.1.12.1 255.255.255.0
 frame-relay interface-dlci 102  
  <span style="color: #ff0000;">class</span> TEST-KEEPALIVE
!
interface Serial0/0.13 point-to-point
 ip address 10.1.13.1 255.255.255.0
 frame-relay interface-dlci 103  
!
interface Serial0/0.14 point-to-point
 ip address 10.1.14.1 255.255.255.0
 frame-relay interface-dlci 104  
!
!
<span style="color: #ff0000;">map-class frame-relay</span> TEST-KEEPALIVE
 frame-relay end-to-end keepalive mode bidirectional
 frame-relay end-to-end keepalive timer recv 10
 frame-relay end-to-end keepalive event-window send 5
 frame-relay end-to-end keepalive event-window recv 5
 frame-relay end-to-end keepalive error-threshold send 3
 frame-relay end-to-end keepalive error-threshold recv 3
 frame-relay end-to-end keepalive success-events send 4
 frame-relay end-to-end keepalive success-events recv 4
!</pre>
<pre>R2
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.21 point-to-point
 ip address 10.1.12.2 255.255.255.0
 frame-relay interface-dlci 201  
 <span style="color: #ff0000;">class TEST</span>
!
!
<span style="color: #ff0000;">map-class frame-relay TEST</span>
 frame-relay end-to-end keepalive mode bidirectional
 frame-relay end-to-end keepalive timer recv 10
 frame-relay end-to-end keepalive event-window send 5
 frame-relay end-to-end keepalive event-window recv 5
 frame-relay end-to-end keepalive error-threshold send 3
 frame-relay end-to-end keepalive error-threshold recv 3
 frame-relay end-to-end keepalive success-events send 4
 frame-relay end-to-end keepalive success-events recv 4
!</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Frame-Relay and Authentification</title>
		<link>https://www.expertcisco.fr/frame-relay/frame-relay-and-authentification</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 18:57:41 +0000</pubDate>
				<category><![CDATA[Frame Relay]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=175</guid>

					<description><![CDATA[l&#8217;utilisation de PPP over Frame Relay permet de mettre en place une authentification « callin » le challenge d&#8217;authentification est déclenché lors de l&#8217;appel entrant « send-username » spécifie les informations d’envoi Configuration R1 ! username R2 password 0 cisco12 username R4 password 0 &#8230; <a href="https://www.expertcisco.fr/frame-relay/frame-relay-and-authentification">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>l&rsquo;utilisation de PPP over Frame Relay permet de mettre en place une authentification</p>
<ul>
<li>« callin » le challenge d&rsquo;authentification est déclenché lors de l&rsquo;appel entrant</li>
<li>« send-username » spécifie les informations d’envoi</li>
</ul>
<h3>Configuration<img style="float: right;" src="/images/Frame-Relay.png" alt="" width="335" height="202" /></h3>
<pre><span style="color: #ff0000;">
R1</span>
!
username R2 password 0 cisco12
username R4 password 0 cisco
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.12 point-to-point
 frame-relay interface-dlci 102 ppp Virtual-Template12
!
interface Serial0/0.13 point-to-point
 frame-relay interface-dlci 103 ppp Virtual-Template13
!
interface Serial0/0.14 point-to-point
 frame-relay interface-dlci 104 ppp Virtual-Template14
!
interface Serial0/1
 no ip address
 shutdown
!
interface Virtual-Template12
 ip address 10.1.12.1 255.255.255.0
 ppp authentication chap callin
 ppp chap hostname R1
!
interface Virtual-Template13
 ip address 10.1.13.1 255.255.255.0
 ppp pap sent-username R1 password 0 cisco13
!
interface Virtual-Template14
 ip address 10.1.14.1 255.255.255.0
 ppp authentication chap callin
 ppp pap sent-username R1-PAP password 0 ciscoPAP
!</pre>
<pre><span style="color: #ff0000;">R2</span>
!
username R1 password 0 cisco12
!
interface Serial0/0.21 point-to-point
 frame-relay interface-dlci 201 ppp Virtual-Template21
!
interface Virtual-Template21
 ip address 10.1.12.2 255.255.255.0
 ppp chap hostname R2
!</pre>
<pre><span style="color: #ff0000;">R3</span>
!
username R1 password 0 cisco13
!
interface Serial1/0.31 point-to-point
 frame-relay interface-dlci 301 ppp Virtual-Template31
!
interface Virtual-Template31
 ip address 10.1.13.3 255.255.255.0
 ppp authentication pap callin
!</pre>
<pre><span style="color: #ff0000;">R4</span>
!
username R1-PAP password 0 ciscoPAP
username R1 password 0 cisco
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.41 point-to-point
 frame-relay interface-dlci 401
!
interface Virtual-Template41
 ip address 10.1.14.4 255.255.255.0
 ppp authentication pap callin
!</pre>
<h3></h3>
<h3>Debug</h3>
<pre><span style="color: #ff0000;">R4</span>#<span style="color: #ff0000;">debug ppp authentication</span>
PPP authentication debugging is on
R4#
*Mar  4 14:59:32.128: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
*Mar  4 14:59:32.128: Vi1 PPP: Using default call direction
*Mar  4 14:59:32.128: Vi1 PPP: Treating connection as a dedicated line
*Mar  4 14:59:32.128: Vi1 PPP: Session handle[EA000095] Session id[144]
*Mar  4 14:59:32.132: Vi1 PPP: Authorization required
*Mar  4 14:59:33.396: Vi1 PAP: I AUTH-REQ id 70 len 20 from "R1-PAP"
*Mar  4 14:59:33.396: Vi1 PAP: Authenticating peer R1-PAP
*Mar  4 14:59:33.400: Vi1 PPP: Sent PAP LOGIN Request
*Mar  4 14:59:33.400: Vi1 CHAP: I CHALLENGE id 23 len 23 from "R1"
*Mar  4 14:59:33.404: Vi1 PPP: Received LOGIN Response PASS
*Mar  4 14:59:33.408: Vi1 PPP: Sent LCP AUTHOR Request
*Mar  4 14:59:33.408: Vi1 PPP: Sent IPCP AUTHOR Request
*Mar  4 14:59:33.408: Vi1 CHAP: Using hostname from unknown source
*Mar  4 14:59:33.408: Vi1 CHAP: Using password from AAA
*Mar  4 14:59:33.408: Vi1 CHAP: O RESPONSE id 23 len 23 from "R4"
*Mar  4 14:59:33.412: Vi1 LCP: Received AAA AUTHOR Response PASS
*Mar  4 14:59:33.412: Vi1 IPCP: Received AAA AUTHOR Response PASS
*Mar  4 14:59:33.412: Vi1 PAP: O AUTH-ACK id 70 len 5
*Mar  4 14:59:33.436: Vi1 CHAP: I SUCCESS id 23 len 4
*Mar  4 14:59:33.440: Vi1 PPP: Sent IPCP AUTHOR Request
*Mar  4 14:59:34.440: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, changed state to up</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
