<?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>RIP v2 &#8211; www.expertcisco.fr</title>
	<atom:link href="https://www.expertcisco.fr/category/rip-v2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.expertcisco.fr</link>
	<description>CCIE Routing and Switching Lab Exam</description>
	<lastBuildDate>Wed, 05 Dec 2012 18:10:29 +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>RIP v2 Advanced Lab</title>
		<link>https://www.expertcisco.fr/rip-v2/rip-v2-advanced-lab</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Sat, 10 Mar 2012 17:37:32 +0000</pubDate>
				<category><![CDATA[RIP v2]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=126</guid>

					<description><![CDATA[Les 9 routeurs BB1, BB2, BB3 et R1 à R6 ont été configurés conformément à topologie présentée précédemment. La configuration RIP de base à été en suite ajouté : conf t router rip no auto-summary version 2 network 10.0.0.0 end &#8230; <a href="https://www.expertcisco.fr/rip-v2/rip-v2-advanced-lab">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://www1.expertcisco.fr/images/RIP-Lab3-700.png" title="" rel="lightbox126"><img class="alignright" src="/images/RIP-Lab3-700.png" alt="" width="230" height="230" /></a>Les 9 routeurs BB1, BB2, BB3 et R1 à R6 ont été configurés conformément à<a href="/?p=122"> topologie présentée précédemment</a>.</p>
<p>La configuration RIP de base à été en suite ajouté :</p>
<pre>conf t
  router rip 
     no auto-summary 
     version 2 
     network 10.0.0.0
end</pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications:</strong></span></p>
<pre><span style="color: #ff0000;">R6</span>#<span style="color: #ff0000;">show ip route rip</span>
     10.0.0.0/24 is subnetted, 11 subnets
R       10.1.14.0 [120/1] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.13.0 [120/2] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.12.0 [120/2] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.24.0 [120/1] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.45.0 [120/1] via 10.1.56.5, 00:00:03, FastEthernet0/0
                  [120/1] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.111.0 [120/2] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.100.0 [120/2] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.113.0 [120/3] via 10.1.46.4, 00:00:00, Serial0/0.64
R       10.1.112.0 [120/2] via 10.1.46.4, 00:00:00, Serial0/0.64</pre>
<h3></h3>
<h3>Timers</h3>
<p>La commande « show ip protocols » permet afficher la valeur des timers RIP</p>
<pre><span style="color: #ff0000;">R1</span>#<span style="color: #ff0000;">show ip protocols</span>
Routing Protocol is "<span style="color: #ff0000;">rip</span>"
<span style="color: #3366ff;">Sending updates</span> every 30 seconds, <span style="color: #3366ff;">next due</span> in 20 seconds 
<span style="color: #3366ff;">Invalid</span> after 180 seconds, <span style="color: #3366ff;">hold down</span> 180, <span style="color: #3366ff;">flushed</span> after 240 
 Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2
    Serial0/0.12          2     2
    Serial0/0.13          2     2
    Serial0/0.14          2     2
    Serial0/1             2     2
  Automatic network summarization is not in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.1.14.4            120      00:00:06
    10.1.12.2            120      00:00:05
    10.1.13.3            120      00:00:27
    10.1.100.3           120      00:00:13
  Distance: (default is 120)</pre>
<p>Ces valeurs peuvent être ajustés avec la commandes « timers » :</p>
<pre>R1#conf t
R1(config)#<span style="color: #ff0000;">router rip</span>
R1(config-router)#<span style="color: #ff0000;">timers</span> ?
  basic  Basic routing protocol update timers

R1(config-router)#timers basic ?
    &lt;0-4294967295&gt;  <span style="color: #3366ff;">Interval between updates</span>

R1(config-router)#timers basic 1 ?
    &lt;1-4294967295&gt;  <span style="color: #3366ff;">Invalid</span>

R1(config-router)#timers basic 1 5 ?
    &lt;0-4294967295&gt;  <span style="color: #3366ff;">Holddown</span>

R1(config-router)#timers basic 1 5 5 ?
    &lt;1-4294967295&gt;  <span style="color: #3366ff;">Flush</span>

R1(config-router)#timers basic 1 5 5 5 ?
    &lt;1-4294967295&gt;  <span style="color: #3366ff;">Sleep time, in milliseconds</span>

R1(config-router)#timers basic 1 5 5 5 100 ?</pre>
<h3></h3>
<h3>flash-update-threshold</h3>
<p>Supprime les mises à jour de la flash si les mise à jour arrivent à périodes régulières</p>
<pre>R1(config)#router rip
R1(config-router)#<span style="color: #ff0000;">flash-update-threshold</span> ?
    &lt;0-30&gt;   <span style="color: #3366ff;">threshold in seconds</span>

R1(config-router)#flash-update-threshold 10</pre>
<pre>R1#<span style="color: #ff0000;">show ip protocols</span>
Routing Protocol is "rip"
  Sending updates every 60 seconds, next due in 42 seconds
  <span style="color: #ff0000;">Flash update is suppressed when next update due within 10 seconds</span>
  Invalid after 360 seconds, hold down 360, flushed after 500</pre>
<h3></h3>
<h3>Authentification</h3>
<p style="padding-left: 30px;"><a href="/?p=116">Rip authentification « clear test » ou « md5 »</a></p>
<h3>no validate-update-source</h3>
<p>Contrairement à d&rsquo;autres protocoles de routage, RIP (et IGRP) n&rsquo;accepte que des routes de ces voisins comportant un next-hop valide en vérifiant que l&rsquo;IP utilisée lors de l&rsquo;update est bien directement connectée<br />
Ce comportement par défaut peut-être modifié :</p>
<pre>R1(config)#router rip
R1(config-router)#<span style="color: #ff0000;">no validate-update-source </span></pre>
<h3></h3>
<h3>distribute-list</h3>
<p>Il possible de filtrer les réseaux appris (in) ou diffusés (ou) selon la longueur du préfixe</p>
<pre>R1#<span style="color: #ff0000;">show ip route rip</span> <span style="color: #ff0000;">| inc 10.1.111.111</span>
R       101.0.0.0/8 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       102.0.0.0/9 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       103.0.0.0/10 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       104.0.0.0/11 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       105.0.0.0/14 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       106.1.1.32/27 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       107.1.1.0/25 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       108.1.1.64/26 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       109.1.4.0/22 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0
R       110.1.1.16/28 [120/1] via 10.1.111.111, 00:00:08, FastEthernet0/0</pre>
<pre>R1#conf t
R1(config)#ip prefix-list <span style="color: #ff0000;">NET-OK</span> seq 10 permit 0.0.0.0/0 <span style="color: #ff0000;">ge 10 le 26</span>
R1(config)#ip prefix-list BB1 seq 10 permit 10.1.111.111/32
R1(config)#
R1(config)#router rip
R1(config-router)#<span style="color: #ff0000;">distribute-list prefix NET-OK gateway BB1 in fa0/0 </span></pre>
<pre>R1#<span style="color: #ff0000;">show ip route rip | inc 10.1.111.111</span>
R       103.0.0.0 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0
R       104.0.0.0 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0
R       105.0.0.0 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0
R       107.1.1.0 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0
R       108.1.1.64 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0
R       109.1.4.0 [120/1] via 10.1.111.111, 00:00:32, FastEthernet0/0</pre>
<p>&nbsp;</p>
<h3>offset-list</h3>
<p>« offset-list » permet de modifier le metric des routes annoncées ou reçues, et ainsi d’influencer le routage.<br />
l&rsquo;interface (in ou out) peut être spécifiée?</p>
<p>Par exemple,<br />
R1 annonce le réseau 101.0.0.0/8 à R2 en incrémentant le metric de 9<br />
R1 annonce le réseau 101.0.0.0/8 à R4 en incrémentant le metric de 10</p>
<pre><span style="color: #ff0000;">R1</span>#conf t
R1(config)#access-list 1 permit 101.0.0.0 0.255.255.255
R1(config)#access-list 1 permit 102.0.0.0 0.127.255.255

R1(config)#router rip
R1(config-router)#<span style="color: #ff0000;">offset-list 1</span> out 9 serial 0/0.12
R1(config-router)#<span style="color: #ff0000;">offset-list 1</span> out 10 serial 0/0.14</pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications:</strong></span></p>
<pre><span style="color: #ff0000;">R2</span>#<span style="color: #ff0000;">show ip route 101.0.0.0</span>
Routing entry for 101.0.0.0/8
  Known via "rip", distance 120, <span style="color: #ff0000;">metric 11</span>
  Redistributing via rip
  Last update from 10.1.12.1 on Serial0/0.21, 00:00:14 ago
  Routing Descriptor Blocks:
  * 10.1.12.1, from 10.1.12.1, 00:00:14 ago, via Serial0/0.21
      Route metric is 11, traffic share count is 1</pre>
<p>Puisque R2 ré-annonce le réseau 101.0.0.0/8 à R4 en incrémentant de façon naturel le metric de 1,<br />
R4 obtient 2 routes possibles à metric égale pour atteindre 101.0.00</p>
<pre><span style="color: #ff0000;">R4</span>#<span style="color: #ff0000;">show ip route 101.0.0.0</span>
Routing entry for 101.0.0.0/8
  Known via "rip", distance 120, <span style="color: #ff0000;">metric 12</span>
  Redistributing via rip
  Last update from 10.1.14.1 on Serial0/0.41, 00:00:18 ago
  Routing Descriptor Blocks:
  * 10.1.24.2, from 10.1.24.2, 00:00:24 ago, via FastEthernet0/0
      Route metric is 12, traffic share count is 1
    10.1.14.1, from 10.1.14.1, 00:00:18 ago, via Serial0/0.41
      Route metric is 12, traffic share count is 1</pre>
<h3></h3>
<h3>ip rip triggered</h3>
<p>« ip rip triggered » permet de réduire le trafic RIP sur les liens WAN point à point ou multipoint , seul les changements de topologie seront transmis.</p>
<pre><span style="color: #ff0000;">R1</span>#conf t
R1(config-subif)#int s0/0.14
R1(config-subif)#<span style="color: #ff0000;">ip rip triggered</span></pre>
<h3></h3>
<h3>passive-interface</h3>
<pre><span style="color: #ff0000;">R2</span>#conf t
R2(config)#router rip
R2(config-router)#<span style="color: #ff0000;">default passive-interface default</span>

R2#conf t
R2(config)#router rip
R2(config-router)#<span style="color: #ff0000;">passive-interface fa0/0.24</span></pre>
<h3></h3>
<h3>neighbor</h3>
<p>« neighbor » permet de configurer une relation de voisinage RIP exclusivement en Unicast</p>
<pre><span style="color: #ff0000;">R2</span>#conf t
R2(config)#router rip
R2(config-router)#passive-interface fa0/0.24
R2(config-router)#<span style="color: #ff0000;">neighbor</span> 10.1.24.4

<span style="color: #ff0000;">R4</span>#conf t
R4(config)#router rip
R4(config-router)#passive-interface fa0/0
R4(config-router)#<span style="color: #ff0000;">neighbor</span> 10.1.24.2</pre>
<h3></h3>
<h3>ip rip v2-broadcast</h3>
<pre><span style="color: #ff0000;">R6</span>#conf t
R6(config)#int fa0/0
R6(config-if)#<span style="color: #ff0000;">ip rip v2-broadcast</span></pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications</strong></span></p>
<pre><span style="color: #ff0000;">R6</span>#<span style="color: #ff0000;">debug ip rip</span>
RIP protocol debugging is on

R6#
*Mar  4 18:54:50.819: RIP: sending v2 update to 255.255.255.255 via FastEthernet0/0 (10.1.56.5)</pre>
<h3></h3>
<h3>ip summary-address rip</h3>
<p>Vérifications avant modification :</p>
<pre><span style="color: #ff0000;">BB3</span>#<span style="color: #ff0000;">show ip route 112.0.0.0</span>
R       112.2.2.0 [120/5] via 10.1.113.3, 00:00:13, Ethernet0
R       112.1.1.0 [120/5] via 10.1.113.3, 00:00:13, Ethernet0</pre>
<p>Le router BB2 annonce un /8 au lieu de ces 2 /24</p>
<pre><span style="color: #ff0000;">BB2</span>#conf t
BB2(config)#int e0
BB2(config-if)#<span style="color: #ff0000;">ip summary-address rip 112.1.0.0 255.0.0.0</span></pre>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Vérifications</strong> </span>:</p>
<pre><span style="color: #ff0000;">BB3</span>#<span style="color: #ff0000;">show ip route 112.0.0.0</span>
Routing entry for 112.0.0.0/8, 1 known subnets
  Redistributing via rip

R       112.0.0.0 [120/4] via 10.1.113.3, 00:00:02, Ethernet0</pre>
<p>&nbsp;</p>
<h3>output-delay &amp; input-queue</h3>
<p>« output-delay » permet d&rsquo;introduire un délai entre chaque paquet RIP, afin d&rsquo;éviter d&rsquo;engorger le routeur voisin</p>
<pre><span style="color: #ff0000;">R1</span>(config)#router rip
R1(config-router)#<span style="color: #ff0000;">output-delay</span> ?
    &lt;8-50&gt;  Delay in milliseconds</pre>
<p>« input-queue » permet d&rsquo;introduire un délai entre chaque paquet RIP à la réception :</p>
<pre><span style="color: #ff0000;">R1</span>(config)#router rip
R1(config-router)#<span style="color: #ff0000;">input-queue</span> ?
    &lt;0-1024&gt;  queue depth</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RIP Lab Topologie</title>
		<link>https://www.expertcisco.fr/rip-v2/rip-lab-topologie</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Sat, 10 Mar 2012 17:31:39 +0000</pubDate>
				<category><![CDATA[RIP v2]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=122</guid>

					<description><![CDATA[La configuration d&#8217;un Lab complexe, permet de réaliser un ensemble de test autour du protocole de routage RIP et ces différentes options dans les environnements Ethernet et Frame Relay. Les 9 routeurs sont mis à contribution : hostname BB1 ! &#8230; <a href="https://www.expertcisco.fr/rip-v2/rip-lab-topologie">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>La configuration d&rsquo;un Lab complexe, permet de réaliser un ensemble de test autour du protocole de routage RIP et ces différentes options dans les environnements Ethernet et Frame Relay.</p>
<h3>Les 9 routeurs sont mis à contribution :<a href="http://www1.expertcisco.fr/images/RIP-Lab3-700.png" title="" rel="lightbox122"><img class="aligncenter" src="/images/RIP-Lab3-700.png" alt="" width="421" height="421" /></a></h3>
<pre>hostname <span style="color: #ff0000;">BB1</span>
!
!
interface Loopback1
 ip address 101.0.0.111 255.0.0.0
!
interface Loopback2
 ip address 102.0.0.111 255.128.0.0
!
interface Loopback3
 ip address 103.0.0.111 255.192.0.0
!
interface Loopback4
 ip address 104.0.0.111 255.224.0.0
!
interface Loopback5
 ip address 105.0.0.111 255.252.0.0
!
interface Loopback6
 ip address 106.1.1.33 255.255.255.224
!
interface Loopback7
 ip address 107.1.1.111 255.255.255.128
!
interface Loopback8
 ip address 108.1.1.65 255.255.255.192
!
interface Loopback9
 ip address 109.1.4.111 255.255.252.0
!
interface Loopback10
 ip address 110.1.1.17 255.255.255.240
!
interface Ethernet0
 ip address 10.1.111.111 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">BB2</span>
!
!
interface Loopback0
 ip address 112.1.1.1 255.255.255.0
!
interface Loopback1
 ip address 112.2.2.2 255.255.255.0
!
interface Ethernet0
 ip address 10.1.112.112 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!</pre>
<pre> 
hostname <span style="color: #ff0000;">BB3</span>
!
!
interface Ethernet0
 ip address 10.1.113.1 255.255.255.0
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">R1</span>
!
!
interface FastEthernet0/0
 ip address 10.1.111.1 255.255.255.0
 duplex auto
 speed auto
!
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
!
interface Serial0/0.13 point-to-point
 ip address 10.1.14.1 255.255.255.0
 frame-relay interface-dlci 104
!
interface Serial0/0.14 point-to-point
 ip address 10.1.13.1 255.255.255.0
 frame-relay interface-dlci 103
!
interface Serial0/1
 ip address 10.1.100.1 255.255.255.0
!</pre>
<pre>hostname <span style="color: #ff0000;">R2</span>
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.24
 encapsulation dot1Q 24
 ip address 10.1.24.2 255.255.255.0
 no snmp trap link-status
!
interface FastEthernet0/0.112
 encapsulation dot1Q 112
 ip address 10.1.112.2 255.255.255.0
 no snmp trap link-status
!
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
!
interface Serial0/1
 no ip address
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">R3</span>
!
!
interface FastEthernet0/0
 ip address 10.1.113.3 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
!
interface Serial1/0.31 point-to-point
 ip address 10.1.13.3 255.255.255.0
 frame-relay interface-dlci 301
!
interface Serial1/1
 no ip address
 shutdown
!
interface Serial1/2
 ip address 10.1.100.3 255.255.255.0
 clock rate 64000
!
interface Serial1/3
 no ip address
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">R4</span>
!
interface FastEthernet0/0
 ip address 10.1.24.4 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.41 point-to-point
 ip address 10.1.14.4 255.255.255.0
 frame-relay interface-dlci 401
!
interface Serial0/0.45 point-to-point
 ip address 10.1.45.4 255.255.255.0
 frame-relay interface-dlci 405
!
interface Serial0/0.46 point-to-point
 ip address 10.1.46.4 255.255.255.0
 frame-relay interface-dlci 406
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 encapsulation frame-relay
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">R5</span>
!
!
interface FastEthernet0/0
 ip address 10.1.56.5 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
!
interface Serial0/0.54 point-to-point
 ip address 10.1.45.5 255.255.255.0
 frame-relay interface-dlci 504
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 no ip address
 shutdown
!</pre>
<pre>hostname <span style="color: #ff0000;">R6</span>
!
!
interface FastEthernet0/0
 ip address 10.1.56.6 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 no fair-queue
!
interface Serial0/0.64 point-to-point
 ip address 10.1.46.6 255.255.255.0
 frame-relay interface-dlci 604
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!</pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RIP Authentification</title>
		<link>https://www.expertcisco.fr/rip-v2/rip-authentification</link>
		
		<dc:creator><![CDATA[Fred J.]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 17:23:38 +0000</pubDate>
				<category><![CDATA[RIP v2]]></category>
		<guid isPermaLink="false">http://www1.expertcisco.fr/?p=116</guid>

					<description><![CDATA[Configuration RIP simple : R1#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 R2#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 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 &#8230; <a href="https://www.expertcisco.fr/rip-v2/rip-authentification">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<h3><img class="alignright" src="/images/RIP-Lab2.png" alt="" width="335" height="202" />Configuration RIP simple :</h3>
<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><span style="color: #ff0000;"> R3</span>#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>#<span style="color: #ff0000;">show ip route rip</span>
R    2.0.0.0/8 [120/2] via 10.1.1.3, 00:00:13, FastEthernet0/0
R    3.0.0.0/8 [120/1] via 10.1.1.3, 00:00:16, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
R       10.2.2.0 [120/1] via 10.1.1.3, 00:00:16, FastEthernet0/0</pre>
<pre><span style="color: #ff0000;"> R2</span>#show ip route rip
R    1.0.0.0/8 [120/2] via 10.2.2.3, 00:00:11, FastEthernet0/0
R    3.0.0.0/8 [120/1] via 10.2.2.3, 00:00:11, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
R       10.1.1.0 [120/1] via 10.2.2.3, 00:00:11, FastEthernet0/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:27, FastEthernet0/0
R    2.0.0.0/8 [120/1] via 10.2.2.2, 00:00:09, FastEthernet0/1</pre>
<h3></h3>
<h3>Configuration de l&rsquo;authentification RIPv2 « clear text » entre R1 et R3</h3>
<pre><span style="color: #ff0000;"> R1</span>#conf t
R1(config)#key chain TEST12345
R1(config-keychain)#key 1
R1(config-keychain-key)#key-string CISCO12345

R1(config)#interface fa0/0
R1(config-if)#ip rip authentication key-chain TEST12345</pre>
<pre><span style="color: #ff0000;"> R3</span>#conf t
R3(config)#key chain TEST12345
R3(config-keychain)#key 1
R3(config-keychain-key)#key-string CISCO12345

R3(config)#int fa0/0
R3(config-if)#ip rip authentication key-chain TEST12345</pre>
<h3></h3>
<h3>Configuration de l&rsquo;authentification RIPv2 « MD5 » entre R3 et R2</h3>
<pre><span style="color: #ff0000;"> R3</span>#conf t
R3(config)#key chain TEST123
R3(config-keychain)#key 1
R3(config-keychain-key)#key-string cisco123

R3(config)#interface fa0/1
R3(config-if)#ip rip authentication key-chain TEST123
R3(config-if)#ip rip authentication mode md5</pre>
<pre><span style="color: #ff0000;"> R2</span>#conf t
R2(config)#key chain TEST123
R2(config-keychain)#key 1
R2(config-keychain-key)#key-string cisco123

R2(config)#int fa0/0
R2(config-if)#ip rip authentication key-chain TEST123
R2(config-if)#ip rip authentication mode md5</pre>
<p><span style="text-decoration: underline;"><strong>Vérifications :</strong></span></p>
<pre>  
R2#debug ip rip
RIP protocol debugging is on

*Mar 11 03:50:30.331: RIP: received packet with MD5 authentication
*Mar 11 03:50:30.331: RIP: received v2 update from 10.2.2.3 on FastEthernet0/0
*Mar 11 03:50:30.331:      1.0.0.0/8 via 0.0.0.0 in 2 hops
*Mar 11 03:50:30.335:      3.0.0.0/8 via 0.0.0.0 in 1 hops
*Mar 11 03:50:30.335:      10.1.1.0/24 via 0.0.0.0 in 1 hops</pre>
<pre>  
R2#show ip route rip
R    1.0.0.0/8 [120/2] via 10.2.2.3, 00:00:25, FastEthernet0/0
R    3.0.0.0/8 [120/1] via 10.2.2.3, 00:00:25, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
R       10.1.1.0 [120/1] via 10.2.2.3, 00:00:25, FastEthernet0/0</pre>
]]></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>
	</channel>
</rss>
