4/24/2014

Tutorial écrit sur le Routage dynamique avec protocole EIGRP


Tutorial écrit sur le Routage dynamique avec protocole EIGRP (CCNA)


Dans ce tutorial pratique de protocole EIGRP on va faire comme d'habitude une maquette simple et basic pour entrainer et mettre nos connaissances cette fois ca sera le protocole EIGRP et dans notre simulateur Cisco packet tracer bien sur

On commence par la maquette comme toujours


maquette EIGRP




R1 DROIT ET R2 A GAUCHE

R1


Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface f0/0
Router(config-if)#ip address 15.0.0.1 255.0.0.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#ex
Router(config)#interface s2/0
Router(config-if)#clock rate 64000
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
Router(config-if)#
Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#
Router#wr
Building configuration...
[OK]
Router#
Router#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up



R2

Router>
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface f0/0
Router(config-if)#ip address 16.0.0.1 255.0.0.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#ex
Router(config)#interface s2/0
Router(config-if)#ip address 192.168.3.2 255.255.255.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#
Router#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

Router#
Router#wr
Building configuration...
[OK]


PC0

15.0.0.2  255.0.0.0 15.0.0.1

PC1

16.0.0.2 255.0.0.0 16.0.0.1



PASSONS AU ROUTAGE avec EIGRP

LE SYNATXE DE EIGRP

ROUTER EIGRP 100
NETWORK X.X.X.X

c'est comme rip mais avec le numéro autonomous


Pour R1


Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#rou
Router(config)#router ei
Router(config)#router eigrp 100
Router(config-router)#net
Router(config-router)#network 15.0.0.0
Router(config-router)#network 192.168.3.0
Router(config-router)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.3.2 (Serial2/0) is up: new adjacency



Pour R2

Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#rout
Router(config)#router ei
Router(config)#router eigrp 100
Router(config-router)#ne
Router(config-router)#network 192.168.3.0
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.3.1 (Serial2/0) is up: new adjacency

Router(config-router)#ne
Router(config-router)#network 16.0.0.0
Router(config-router)#
Router(config-router)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console



TEST DE PING DE PC0 VERS PC1

PC0 VERS PC1

PING ET FAIT


UNE VUE DANS LA TABLE DE ROUTAGE DE R1 AVEC 
SHOW IP ROUTE


Router#show ip route 
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    15.0.0.0/8 is directly connected, FastEthernet0/0
D    16.0.0.0/8 [90/20514560] via 192.168.3.2, 00:00:48, Serial2/0
C    192.168.3.0/24 is directly connected, Serial2/0



ET UNE AUTRE POUR VOIR LE PROTOCOLE DE ROUTAGE UTILISé avec 
show ip protocols



Router#show ip protocols 

Routing Protocol is "eigrp  100 " 
  Outgoing update filter list for all interfaces is not set 
  Incoming update filter list for all interfaces is not set 
  Default networks flagged in outgoing updates  
  Default networks accepted from incoming updates 
  EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
  EIGRP maximum hopcount 100
  EIGRP maximum metric variance 1
Redistributing: eigrp 100
  Automatic network summarization is in effect  
  Automatic address summarization: 
  Maximum path: 4
  Routing for Networks:  
     15.0.0.0
     192.168.3.0
  Routing Information Sources:  
    Gateway         Distance      Last Update 
    192.168.3.2     90            261391     
  Distance: internal 90 external 170


Toute est en ordre


Merci










Aucun commentaire:

Enregistrer un commentaire