Вы находитесь на странице: 1из 8

Comunicación de datos II.

Guía 5

Facultad: Ingeniería
Escuela: Electrónica
Asignatura: Comunicación de datos II

Tema: Enrutamiento dinámico EIGRP

Contenidos

Configuración Básica de los Router.


Configuración de EIGRP en los Route.
Configuración de los IP Host en los routers.

Objetivos Específicos
Aplicar la configuración para el protocolo EIGRP.
Comprobar el buen funcionamiento de EIGRP
Configuración de los HOST en los routers

Materiales y Equipo
Computadora con simulador Packet Tracer

Procedimiento

Configuración
Bibliografía Básica de los Router.

1- Realizar la siguiente configuración de red


Guía 1

2- Realizar la configuración necesaria para cada uno de los router.


2 Comunicación de datos II. Guía 5

a. Configuración 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. Configuración 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
Comunicación de datos II. Guía 5

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. Configuración 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 Comunicación de datos II. Guía 5

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 configuración

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.

Configuración 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 dinámico. Usar el comando show ip route. Deberían aparecer
únicamente las redes directamente conectadas.

El número de sistema autónomo 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. Configuración 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
Comunicación de datos II. Guía 5

b. Configuración 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. Configuración 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 información sobre la internetwork, ponga atención en las
direcciones de red, ahora salen acompañadas por la máscara de subred.

6. Configure las estaciones de trabajo.

a. PC0: Dirección ip: 172.16.0.2, máscara de subred: 255.255.254.0; gateway: 172.16.0.1


b. PC1: Dirección ip: 172.16.2.2, máscara de subred: 255.255.255.0; gateway: 172.16.2.1
c. PC2: Dirección ip: 172.16.3.2, máscara de subred: 255.255.255.192; gateway: 172.16.3.1
d. PC3: Dirección ip: 172.16.3.66 máscar de subred: 255.255.255.192; gateway: 172.16.3.65
e. PC4: Dirección ip: 172.16.3.130 máscara de subred: 255.255.255.248; gateway:
172.16.3.129
f. PC5: Dirección ip: 172.16.3.150 máscara 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.

Configuración 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 Comunicación de datos II. Guía 5

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 configuración 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
Comunicación de datos II. Guía 5

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

Investigación Complementaria

Investigue, Que tendríamos que hacer para que el trafico de las redes LAN utilicen
Guía únicamente
3 los enlaces de 1024 kbps y tengan el de 128 kbps como un backup?
Investigue, cual es la diferencia entre show ip route eigrp y show ip erigrp topology
Guía 4
Bibliografía
fíaNetwork+ 2005 In Depth, Tamara Dean; Course Technology PTR; 1 edition (March 15,
Guía 3
2005)
Local Area Networks (McGraw-Hill Forouzan Networking Series), Forouzan McGraw-Hill
Guía 4 - Europe (February 1, 2002)
Education
CCNA Study Guide Fourth Edition, Sybex
fía

Hoja de cotejo: 1
Docente: 1
Máquina No:
8 Comunicación de datos II. Guía 5

Guía 1: Enrutamiento dinámico EIGRP

Tema: Presentación del programa


Alumno: Máquina No:

Alumno:
Docente: Máquina No: Fecha:
GL:

Docente: GL:

EVALUACION

% 1-4 5-7 8-10 Nota

CONOCIMIENTO Del Conocimiento Conocimiento Conocimiento


20 deficiente y explicación completo y
al de los incompleta de explicación
30% fundamentos los clara de los
teóricos fundamentos fundamentos
teóricos teóricos

APLICACIÓN Del
DEL 40%
CONOCIMIENTO al
60%

ACTITUD
Del No tiene Actitud Tiene actitud
15% actitud propositiva y proactiva y
al proactiva. con sus
30% propuestas no propuestas
aplicables al son
contenido de concretas.
la guía.
TOTAL 100%

Вам также может понравиться