38
RIP* *Routing Information Protocol

RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Embed Size (px)

Citation preview

Page 1: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

RIP*

*Routing Information Protocol

Page 2: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Sommaire

1) Théorie

1) Configuration

1) Vérification

Page 3: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

1) Théorie

RIP* Vecteur de distance

2 versions RIPv1 (RFC 1058) RIPv2 (RFC 1723)

* Routing Information Protocol

Page 4: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Comparatif entre RIPv1 et RIPv2

Authentification des voisins

Support du VLSM

Préfixes et masques de sous-réseau dans les mises à jour

Préfixes dans les mises à jour

Multicast (224.0.0.9) pour les mises à jour

Broadcast pour les mises à jour

ClasslessClassful

RIPv2RIPv1

Page 5: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Caractéristiques de RIP

Métrique = Nombre de sauts Métrique max = 15 Métrique de mesure infinie = 16

MAJ périodiques (30 secondes) MAJ émises en broadcast (RIPv1)

Distance administrative = 120

Page 6: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Avantages et inconvénients

Avantages

Processus léger Implémenté sur tous les systèmes d’exploitation

Inconvénients

Temps de convergence lent Nombre de sauts pour calculer les métriques (max 15)

Page 7: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

RIP et le système autonome

Pas de notion d’AS

Conséquence Ne connaît rien d’autre que lui-même

Seul moyen pour sortir de l’AS RIP Route statique par défaut

Page 8: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Compteurs de temps RIP

Update Intervalle entre les MAJ

Invalid Temps avant de considérer une entrée comme périmée

Holddown Temps avant d’accepter l’entrée par une moins bonne

Flush Temps avant suppression

Page 9: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Compteurs de temps RIP (suite)

Page 10: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Informations supplémentaires

Support des mises à jour déclenchées

Prévu pour les réseaux de LANs homogènes de petite taille

Page 11: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

1) Configuration

Commandes

Procédure de configuration

Page 12: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande router rip

router rip

Mode de configuration globale Active RIP* Passe dans le mode de configuration du routeur

* 1 instance de RIP par routeur

Rout er ( confi g) #r out er r i p

Page 13: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande network

network {préfixe}

Mode de configuration du routeur Interfaces participant au routage RIP Réseau directement connecté à inclure dans les MAJ

Router#conf termEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #net wor k 192. 168. 10. 0Rout er ( confi g- r out er ) #net wor k 10. 0. 0. 0Rout er ( confi g- r out er ) #

Page 14: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande neighbor

neighbor {IP}

Mode de configuration du routeur Définit un voisin pour MAJ unicast Par défaut = Aucun voisin

Router#conf termEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #net wor k 192. 168. 10. 0Rout er ( confi g- r out er ) #net wor k 10. 0. 0. 0Rout er ( confi g- r out er ) #nei ghbor 10. 0. 0. 254Rout er ( confi g- r out er ) #

Page 15: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande passive-interface

passive-interface {type} {numéro}

Mode de configuration du routeur Empêche l’interface d’envoyer des MAJ

Router#conf termEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #net wor k 192. 168. 10. 0Rout er ( confi g- r out er ) #net wor k 10. 0. 0. 0Rout er ( confi g- r out er ) #nei ghbor 10. 0. 0. 254Rout er ( confi g- r out er ) #passi ve- i nt er f ace f ast 0/ 0Rout er ( confi g- r out er ) #

Page 16: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande ip split-horizon

[no] ip split-horizon

Mode de configuration d’interface Active/désactive Split Horizon Actif par défaut

Router#configure terminalEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #i nt er f ace f ast Et her net 0/ 0Rout er ( confi g- i f ) #i p addr ess 10. 0. 0. 1 255. 0. 0. 0Rout er ( confi g- i f ) #no i p spl i t - hor i zonRout er ( confi g- i f ) #

Page 17: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande timers basic

timers basic {update} {invalid} {holddown} {flush}

Mode de configuration du routeur Définit les compteurs de temps pour RIP

Router#conf termEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #t i mer s basi c 30 180 180 240Rout er ( confi g- r out er ) #

Page 18: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande version

version {1 | 2}

Mode de configuration du routeur Version de RIP à utiliser Version pour les MAJ envoyées et reçues Défaut = RIPv1

Router#configure terminalEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #ver si on 2Rout er ( confi g- r out er ) #net wor k 192. 168. 10. 0Rout er ( confi g- r out er ) #net wor k 10. 0. 0. 0Rout er ( confi g- r out er ) #

Page 19: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande ip rip

ip rip {send | receive} version {1 | 2 | 1 2}

Mode de configuration d’interface Version pour les MAJ envoyées ou reçues Défaut = RIPv1

Rout er ( confi g- i f ) # i p r i p send ver si on 1

Page 20: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande default-information

default-information originate

Mode de configuration du routeur Propage le réseau candidat par défaut aux autres routeurs

RIP

Router#configure terminalEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #ver si on 2Rout er ( confi g- r out er ) #net wor k 192. 168. 10. 0Rout er ( confi g- r out er ) #net wor k 10. 0. 0. 0Rout er ( confi g- r out er ) #def aul t - i nf or mat i on or i gi nat eRout er ( confi g- r out er ) #

Page 21: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande maximum-paths

maximum-paths {nombre}

Mode de configuration du routeur Nombre max de liens avec le même métrique pouvant être

utilisés pour la répartition de charge Max = 6 ou 16 (IOS >= 12.3(2)T) Défaut = 4

Router#configure terminalEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #maxi mum- pat hs 4Rout er ( confi g- r out er ) #

Page 22: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande redistribute

redistribute static

Mode de configuration du routeur Injecte les routes statiques dans RIP

Router#configure terminalEnt er confi gur at i on commands, one per l i ne. End wi t h CNTL/ Z.Rout er ( confi g) #r out er r i pRout er ( confi g- r out er ) #maxi mum- pat hs 4Rout er ( confi g- r out er ) #r edi st r i but e st at i cRout er ( confi g- r out er ) #

Page 23: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Procédure de configuration

OBLIGATOIRE : Étape n°1 : Activer RIP Étape n°2 : Spécifier les réseaux

OPTIONEL : Étape n°3 : Désactiver les émissions inutiles Étape n°4 : Ajuster les compteurs de temps Étape n°5 : Choisir la version de RIP Étape n°6 : Propager une route par défaut Étape n°7 : Activer la répartition de charge

Page 24: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°1 (obligatoire)

Activer le protocole de routage RIP

Commande router rip

Page 25: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°2 (obligatoire)

Spécifier les réseaux participant au routage RIP

Commande network

Page 26: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°3 (optionnelle)

Désactiver les émissions inutiles de MAJ

Commande passive-interface

Page 27: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°4 (optionnelle)

Ajuster les compteurs de temps pour RIP

Commande timers basic

Page 28: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°5 (optionnelle)

Choisir la version de RIP

Commande version Commande ip rip

Page 29: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°6 (optionnelle)

Propager une route par défaut

Commande default-information originate

Page 30: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Étape n°7 (optionnelle)

Activer la répartition de charge

Commande maximum-paths

Page 31: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Exemple de configuration

Lab_A Lab_BS0/0

F0/0

F0/1

192.5.5.0/24

201.100.11.0/24

205.7.5.0/24

Lab_A( confi g) #r out er r i pLab_A( confi g- r out er ) #net wor k 192. 5. 5. 0Lab_A( confi g- r out er ) #net wor k 205. 7. 5. 0Lab_A( confi g- r out er ) #net wor k 201. 100. 11. 0

Page 32: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

1) Vérification

Commandes show

Commandes debug

Page 33: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande show ip protocols

Lab_A#show i p pr ot ocol s Rout i ng Pr ot ocol i s " r i p" Sendi ng updat es ever y 30 seconds, next due i n 19 seconds I nval i d af t er 180 seconds, hol d down 180, fl ushed af t er 240 Out goi ng updat e fi l t er l i st f or al l i nt er f aces i s not set I ncomi ng updat e fi l t er l i st f or al l i nt er f aces i s not set Redi st r i but i ng: r i p Def aul t ver si on cont r ol : send ver si on 1, r ecei ve any ver si on I nt er f ace Send Recv Tr i gger ed RI P Key- chai n Fast Et her net 0/ 0 1 1 2 Ser i al 0/ 0 1 1 2 Loopback0 1 1 2 Aut omat i c net wor k summar i zat i on i s i n eff ect Maxi mum pat h: 4 Rout i ng f or Net wor ks: 192. 5. 5. 0 201. 100. 11. 0 205. 7. 5. 0 Rout i ng I nf or mat i on Sour ces: Gat eway Di st ance Last Updat e 201. 100. 11. 2 120 00: 00: 23 Di st ance: ( def aul t i s 120)

Page 34: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande show ip rip database

Lab_A#show i p r i p dat abase 192. 5. 5. 0/ 24 aut o- summar y192. 5. 5. 0/ 24 di r ect l y connect ed, Fast Et her net 0/ 0199. 6. 13. 0/ 24 aut o- summar y199. 6. 13. 0/ 24 [ 1] vi a 201. 100. 11. 2, 00: 00: 07, Ser i al 0/ 0201. 100. 11. 0/ 24 aut o- summar y201. 100. 11. 0/ 24 di r ect l y connect ed, Ser i al 0/ 0204. 204. 7. 0/ 24 aut o- summar y204. 204. 7. 0/ 24 [ 2] vi a 201. 100. 11. 2, 00: 00: 07, Ser i al 0/ 0205. 7. 5. 0/ 24 aut o- summar y205. 7. 5. 0/ 24 di r ect l y connect ed, Fast Et her net 0/ 1210. 97. 105. 0/ 24 aut o- summar y210. 97. 105. 0/ 24 [ 2] vi a 201. 100. 11. 2, 00: 00: 07, Ser i al 0/ 0219. 17. 100. 0/ 24 aut o- summar y219. 17. 100. 0/ 24 [ 1] vi a 201. 100. 11. 2, 00: 00: 07, Ser i al 0/ 0223. 8. 151. 0/ 24 aut o- summar y223. 8. 151. 0/ 24 [ 2] vi a 201. 100. 11. 2, 00: 00: 07, Ser i al 0/ 0

Page 35: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande debug ip rip [events]

Lab_A#debug i p r i p RI P pr ot ocol debuggi ng i s onLab_A#*Mar 1 00: 54: 57. 915: RI P: sendi ng v1 updat e t o 255. 255. 255. 255 vi a Fast Et her net 0/ 0 ( 192. 5. 5. 1)*Mar 1 00: 54: 57. 915: RI P: bui l d updat e ent r i es*Mar 1 00: 54: 57. 915: net wor k 199. 6. 13. 0 met r i c 2*Mar 1 00: 54: 57. 915: net wor k 201. 100. 11. 0 met r i c 1*Mar 1 00: 54: 57. 915: net wor k 204. 204. 7. 0 met r i c 3*Mar 1 00: 54: 57. 915: net wor k 205. 7. 5. 0 met r i c 1*Mar 1 00: 54: 57. 915: net wor k 210. 97. 105. 0 met r i c 3*Mar 1 00: 54: 57. 915: net wor k 219. 17. 100. 0 met r i c 2*Mar 1 00: 54: 57. 915: net wor k 223. 8. 151. 0 met r i c 3*Mar 1 00: 54: 58. 675: RI P: sendi ng v1 updat e t o 255. 255. 255. 255 vi a Fast Et her net 0/ 1 ( 205. 7. 5. 1)*Mar 1 00: 54: 58. 675: RI P: bui l d updat e ent r i es*Mar 1 00: 54: 58. 675: net wor k 192. 5. 5. 0 met r i c 1*Mar 1 00: 54: 58. 675: net wor k 199. 6. 13. 0 met r i c 2*Mar 1 00: 54: 58. 675: net wor k 201. 100. 11. 0 met r i c 1*Mar 1 00: 54: 58. 675: net wor k 204. 204. 7. 0 met r i c 3*Mar 1 00: 54: 58. 675: net wor k 210. 97. 105. 0 met r i c 3*Mar 1 00: 54: 58. 675: net wor k 219. 17. 100. 0 met r i c 2*Mar 1 00: 54: 58. 675: net wor k 223. 8. 151. 0 met r i c 3

Page 36: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Commande debug ip rip [events]

Lab_A#debug i p r i p event s RI P event debuggi ng i s onLab_A#*Mar 1 00: 55: 26. 967: RI P: sendi ng v1 updat e t o 255. 255. 255. 255 vi a Fast Et her net 0/ 0 ( 192. 5. 5. 1)*Mar 1 00: 55: 26. 967: RI P: Updat e cont ai ns 7 r out es*Mar 1 00: 55: 26. 967: RI P: Updat e queued*Mar 1 00: 55: 26. 967: RI P: Updat e sent vi a Fast Et her net 0/ 0*Mar 1 00: 55: 27. 231: RI P: sendi ng v1 updat e t o 255. 255. 255. 255 vi a Fast Et her net 0/ 1 ( 205. 7. 5. 1)*Mar 1 00: 55: 27. 231: RI P: Updat e cont ai ns 7 r out es*Mar 1 00: 55: 27. 231: RI P: Updat e queued*Mar 1 00: 55: 27. 231: RI P: Updat e sent vi a Fast Et her net 0/ 1

Page 37: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Questions types CCNA

Page 38: RIP* *Routing Information Protocol. Sommaire 1)Théorie 1)Configuration 1)Vérification

Questions types CCNA