You are on page 1of 8

Comunicacin de datos I.

Gua 9 Facultad: Ingeniera Escuela: Electrnica Asignatura: Comunicacin de datos I

Tema: Enrutamiento dinmico EIGRP


Contenidos
Configuracin Bsica de los Router. Configuracin de EIGRP en los Route. Configuracin de los IP Host en los routers.

Objetivos Especficos
Aplicar la configuracin para el protocolo EIGRP. Comprobar el buen funcionamiento de EIGRP Configuracin de los HOST en los routers

Materiales y Equipo
Computadora con simulador Packet Tracer

Procedimiento
Configuracin Bsica de los Router. Bibliografa
1- Realizar la siguiente configuracin de red

Gua 1

2- Realizar la configuracin necesaria para cada uno de los router.

2 Comunicacin de datos I. Gua 9

a. Configuracin del Router0


Router>enable Router#configure terminal Router(config)#hostname GAUS GAUS(config)#enable secret cisco GAUS(config)#line vty 0 4 GAUS(config-line)#password cisco GAUS(config-lin)#login GAUS(config-line)#exit GAUS(config)#line console 0 GAUS(config-line)#password cisco GAUS(config-lin)#login GAUS(config-line)#exit GAUS(config)#interface FastEthernet 0/0 GAUS(config-if)#ip address 172.16.3.149 255.255.255.252 GAUS(config-if)#description Enlace FastEthernet con INTERNET GAUS(config-if)#no shutdown GAUS(config-if)#exit GAUS(config)#interface FastEthernet 0/1 GAUS(config-if)#ip address 172.16.3.129 255.255.255.248 GAUS(config-if)#description Enlace FastEthernet con la red LAN de GAUS GAUS(config-if)#no shutdown GAUS(config-if)#exit GAUS(config)#interface Serial 0/0 GAUS(config-if)# ip address 172.16.3.141 255.255.255.252 GAUS(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/0 de ERA GAUS(config-if)#clock rate 56000 GAUS(config-if)#bandwidth 128 GAUS(config-if)#no shutdown GAUS(config-if)#exit GAUS(config)#interface Serial 0/1 GAUS(config-if)# ip address 172.16.3.137 255.255.255.252 GAUS(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/0 de ORION GAUS(config-if)#clock rate 56000 GAUS(config-if)#bandwidth 1024 GAUS(config-if)#no shutdown GAUS(config-if)#exit GAUS(config)#exit GAUS(config)#copy running-config startup-config

b. Configuracin del Router1


Router>enable Router#configure terminal Router(config)#hostname ORION ORION(config)#enable secret cisco ORION(config)#line vty 0 4 ORION(config-line)#password cisco

Comunicacin de datos I. Gua 9 ORION(config-lin)#login ORION(config-line)#exit ORION(config)#line console 0 ORION(config-line)#password cisco ORION(config-lin)#login ORION(config-line)#exit ORION(config)#interface FastEthernet 0/0 ORION(config-if)#ip address 172.16.3.1 255.255.255.192 ORION(config-if)#description Enlace FastEthernet con la red LAN 1 de ORION ORION(config-if)#no shutdown ORION(config-if)#exit ORION(config)#interface FastEthernet 0/1 ORION(config-if)#ip address 172.16.3.65 255.255.255.192 ORION(config-if)#description Enlace FastEthernet con la red LAN 2 de ORION ORION(config-if)#no shutdown ORION(config-if)#exit ORION(config)#interface Serial 0/0 ORION(config-if)# ip address 172.16.3.138 255.255.255.252 ORION(config-if)#bandwidth 1024 ORION(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/1 de GAUS ORION(config-if)#no shutdown ORION(config-if)#exit ORION(config)#interface Serial 0/1 ORION(config-if)# ip address 172.16.3.146 255.255.255.252 ORION(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/1 de ERA ORION(config-if)#bandwidth 1024 ORION(config-if)#no shutdown ORION(config-if)#exit ORION(config)#exit ORION(config)#copy running-config startup-config

c. Configuracin del Router3


Router>enable Router#configure terminal Router(config)#hostname ERA ERA(config)#enable secret cisco ERA(config)#line vty 0 4 ERA(config-line)#password cisco ERA(config-lin)#login ERA(config-line)#exit ERA(config)#line console 0 ERA(config-line)#password cisco ERA(config-lin)#login ERA(config-line)#exit ERA(config)#interface FastEthernet 0/0 ERA(config-if)#ip address 172.16.0.1 255.255.255.0 ERA(config-if)#description Enlace FastEthernet con la red LAN 1 de ERA ERA(config-if)#no shutdown ERA(config-if)#exit

4 Comunicacin de datos I. Gua 9


ERA(config)#interface FastEthernet 0/2 ERA(config-if)#ip address 172.16.2.1 255.255.255.0 ERA(config-if)#description Enlace FastEthernet con la red LAN 2 de ERA ERA(config-if)#no shutdown ERA(config-if)#exit ERA(config)#interface Serial 0/0 ERA(config-if)# ip address 172.16.3.142 255.255.255.252 ERA(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/0 de GAUS ERA(config-if)#bandwidth 128 ERA(config-if)#no shutdown ERA(config-if)#exit ERA(config)#interface Serial 0/1 ERA(config-if)# ip address 172.16.3.145 255.255.255.252 ERA(config-if)#description Enlace Serial punto a punto con la interfaz Serial 0/1 de ORION ERA(config-if)#clock rate 64000 ERA(config-if)#bandwidth 1024 ERA(config-if)#no shutdown ERA(config-if)#exit ERA(config)#exit ERA(config)#copy running-config startup-config 3. Compruebe su configuracin a. Usando el comando show interface. Verifique la salida en los 3 routers GAUS#show interface b. Use el comando show cdp neighbors. Verifique la salida en los 3 routers GAUS#show cdp neighbors c. Ejecute pruebas con el comando ping.

Configuracin de EIGRP en los Router


4. Configurar el protocolo EIGRP en los tres enrutadores. Revisar las redes que actualmente forman parte de la tabla de enrutamiento antes de configurar el protocolo dinmico. Usar el comando show ip route. Deberan aparecer nicamente las redes directamente conectadas. El nmero de sistema autnomo se usa para identificar todos los routers que pertenecen a la internetwork. Este valor debe coincidir para todos los routers dentro de la internetwork.

a. Configuracin de EIGRP para GAUS


GAUS#configure terminal GAUS(config)#router eigrp 10 GAUS(config-router)#network 172.16.3.128 GAUS(config-router)#network 172.16.3.140 GAUS(config-router)#network 172.16.3.136 GAUS(config-router)#CTRL+Z

Comunicacin de datos I. Gua 9

b. Configuracin de EIGRP para ORION


ORION#configure terminal ORION(config)#router eigrp 10 ORION(config-router)#network 172.16.3.136 ORION(config-router)#network 172.16.3.64 ORION(config-router)#network 172.16.3.0 ORION(config-router)#network 172.16.3.144 ORION(config-router)#CTRL+Z

c. Configuracin de EIGRP para ERA


ERA#configure terminal ERA(config)#router eigrp 10 ERA(config-router)#network 172.16.3.144 ERA(config-router)#network 172.16.2.0 ERA(config-router)#network 172.16.0.0 ERA(config-router)#network 172.16.3.140 ERA(config-router)#CTRL+Z 5. Verifique de nuevo las tablas de enrutamiento a. Deje pasar unos segundos para que la red converja y luego revise de nuevo las tablas de enrutamiento de cada equipo con el comando show ip route. Podr ver como ahora todos los routers poseen la misma informacin sobre la internetwork, ponga atencin en las direcciones de red, ahora salen acompaadas por la mscara de subred. 6. Configure las estaciones de trabajo. a. PC0: Direccin ip: 172.16.0.2, mscara de subred: 255.255.254.0; gateway: 172.16.0.1 b. PC1: Direccin ip: 172.16.2.2, mscara de subred: 255.255.255.0; gateway: 172.16.2.1 c. PC2: Direccin ip: 172.16.3.2, mscara de subred: 255.255.255.192; gateway: 172.16.3.1 d. PC3: Direccin ip: 172.16.3.66 mscar de subred: 255.255.255.192; gateway: 172.16.3.65 e. PC4: Direccin ip: 172.16.3.130 mscara de subred: 255.255.255.248; gateway: 172.16.3.129 f. PC5: Direccin ip: 172.16.3.150 mscara de subred: 255.255.255.252; gateway: 172.16.3.149 7. Compruebe la conectividad de extremo a extremo. a. Realice varias pruebas usando las herramientas ping y traceroute, tanto desde la consola de los routers como desde las estaciones de trabajo (tracert). Tendr respuesta desde cualquier dispositivo de la internetwork.

Configuracin de los IP Host en los routers.


a. Configurando el router GAUS
GAUS#configure terminal GAUS(config)#ip host ORION 172.16.3.136

6 Comunicacin de datos I. Gua 9


GAUS(config)#ip host ERA 172.16.3.142 GAUS(config)#ip host PC0 172.16.0.2 GAUS(config)#ip host PC1 172.16.2.2 GAUS(config)#ip host PC2 172.16.3.2 GAUS(config)#ip host PC3 172.16.3.66 GAUS(config)#ip host PC4 172.16.3.130 GAUS(config)#ip host PC5 172.16.3.150 GAUS(config)#CTRL+Z

b. Configurando el router ORION

ORION#configure terminal ORION(config)#ip host GAUS 172.16.3.137 ORION(config)#ip host ERA 172.16.3.145 ORION(config)#ip host PC0 172.16.0.2 ORION(config)#ip host PC1 172.16.2.2 ORION(config)#ip host PC2 172.16.3.2 ORION(config)#ip host PC3 172.16.3.66 ORION(config)#ip host PC4 172.16.3.130 ORION(config)#ip host PC5 172.16.3.150 ORION(config)#CTRL+Z

c. Configurando el router ERA

ERA#configure terminal ERA(config)#ip host GAUS 172.16.3.141 ERA(config)#ip host ORION 172.16.3.146 ERA(config)#ip host PC0 172.16.0.2 ERA(config)#ip host PC1 172.16.2.2 ERA(config)#ip host PC2 172.16.3.2 ERA(config)#ip host PC3 172.16.3.66 ERA(config)#ip host PC4 172.16.3.130 ERA(config)#ip host PC5 172.16.3.150 ERA(config-router)#CTRL+Z NOTA: Probar la conectividad con las herramientas ping y traceroute, haciendo uso del nombre y no de la IP 9. Verificar la configuracin de cada uno de los routers y guardarla en la NVRAM. a. Router GAUS GAUS#show run GAUS#copy running-config startup-config b. Router ORION ORION#show run ORION#copy running-config startup-config c. Router ERA ERA#show run ERA#copy running-config startup-config

Comunicacin de datos I. Gua 9 10. Comprobar el funcionamiento de EIGRP en los routers a. Router GAUS GAUS#show ip protocols GAUS#show ip interfaces FastEthernet 0/0 GAUS#show ip interfaces Serial 0/0 GAUS#show interface b. Router ORION ORION#show ip protocols ORION#show ip interfaces FastEthernet 0/0 ORION#show ip interfaces Serial 0/0 ORION#show ip interfaces Serial 0/1 ORION#show interface c. Router ERA ERA#show ip protocols ERA#show ip interfaces FastEthernet 0/0 ERA#show ip interfaces Serial 0/0 ERA#show interface 11. Comandos de verificacion de EIGRP (.......)#show ip route muestra la tabla de enrrutamiento (.......)#show ip route eigrp muestra unicamente las entradas EIGRP en la tabla de enrrutamiento (.......)#show ip eigrp neightbors muestra todos los vecinos EIGRP (.......)#show ip erigrp topology muestra todas las entradas EIGRP

Investigacin Complementaria Gua nicamente los enlaces de 1024 kbps y tengan el de 128 kbps como un backup? 3
Investigue, Que tendramos que hacer para que el trafico de las redes LAN utilicen

Investigue, cual es la diferencia entre show ip route eigrp y show ip erigrp topology

Gua 4 Bibliografa
fa Network+ 2005 In Depth, Tamara Dean; Course Technology PTR; 1 edition (March 15, Gua 3 2005) Local Area Networks (McGraw-Hill Forouzan Networking Series), Forouzan McGraw-Hill Gua 4 - Europe (February 1, 2002) Education CCNA Study Guide Fourth Edition, Sybex fa

8 Comunicacin de datos I. Gua 9

Hoja de cotejo:

Docente:

Gua 9: Enrutamiento dinmico EIGRP


Mquina No:
Alumno:
Tema: Presentacin del programa

9 1

Mquina No: GL:


Mquinaa No: Fecha: GL: GL:

Alumno: : Docente Docente:

EVALUACION %
CONOCIMIENTO 25

1-4
Demostr poco conocimiento sobre el tema de la prctica. Realizo la configuracin bsica de la topologa

5-7
Demostr conocimiento medio sobre el tema de la prctica. Realizo la configuracin bsica de la topologa Comprob el funcionamiento del protocolo EIGRP y obtuvo la informacin de la tabla de enrutamiento

8-10
Demostr buen conocimiento sobre el tema de la prctica. Realizo la configuracin bsica de la topologa Comprob el funcionamiento del protocolo EIGRP y obtuvo la informacin de la tabla de enrutamiento. Comprendi y configuro los IP Host en los router.

Nota

APLICACIN DEL CONOCIMIENTO

70

ACTITUD

2.5

Es un observador pasivo.

2.5

Es ordenado pero no hace un uso adecuado de los recursos.

Participa ocasionalmente o lo hace constantemente pero sin coordinarse con su compaero. Hace un uso adecuado de recursos respetando las pautas de seguridad, pero es desordenado.

Participa propositiva e integralmente en toda la prctica. Hace un manejo responsable y adecuado de los recursos conforme a pautas de seguridad e higiene.

TOTAL

100

You might also like