[]
[]
[]
[]
[]
[]
[]
[Web Creator] [LMSOFT]

R4:

R4-D#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R4-D(config)#router eigrp 10
R4-D(config-router)#network 192.168.1.192
R4-D(config-router)#network 200.200.100.192
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.253 (Serial0/0/1) is up: new adjacency
R4-D(config-router)#network 200.200.100.128
R4-D(config-router)#no auto-summary
R4-D(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.253 (Serial0/0/1) is up: new adjacency

R3:

R3-C#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3-C(config)#router eigrp 10
R3-C(config-router)#network 192.168.1.128
R3-C(config-router)#network 200.200.100.64
R3-C(config-router)# no auto-summary
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.125 (Serial0/1/1) is up: new adjacency
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.190 (Serial0/0/0) is up: new adjacency

R3-C(config-router)#network 200.200.100.128

R2:
R2-B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2-B(config)#router eigrp 10
R2-B(config-router)#network 192.168.1.64
R2-B(config-router)#network 200.200.100.0
R2-B(config-router)#no auto-summary
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.61 (Serial0/1/0) is up: new adjacency

R1 :
R1-A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1-A(config)#router eigrp 10
R1-A(config-router)#network 192.168.1.0
R1-A(config-router)#network 200.200.100.0
R1-A(config-router)#no auto-summary
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 200.200.100.62 (Serial0/1/0) is up: new adjacency

Une fois la présentation des plan faite, on va commencer la configuration de cet environnement, voici donc la procédure étape par étape comme le précédent cours sur OSPF, il ya bien sur des étapes que je vais sauter car elles sont déjà traitées dans les autres TP que j’ai faits auparavant. Ici je vais aborder juste la notion et la partie de configuration du protocole EIGRP

Procédure par étape :

  • 1ere étape :   Consiste à nommer le routeur selon son emplacement

  • 2eme étape : Attribution des mots de passe (pour la sécurité et l’accès en Telnet)

  • 3eme étape : Attribution des adresses IP aux interfaces des routeurs.

  • 4eme étape : Configuration du protocole de routage (EIGRP)

  • 5eme étape : Vérification du bon fonctionnement sur les différentes couches du modèle OSI.


Les étapes qui vont être développées ici sont les étapes 4 et 5.


Voici donc les Scripts Shell pour la configuration du protocole de routage EIGRP
  
SEYSCO