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

DIRECCIN GENERAL DE EDUCACIN SUPERIOR TECNOLGICA

Instituto Tecnolgico de San Juan del Ro

Instituto Tecnolgico de San Juan del Ro

Proyecto final CISCO 2

P RE S E N T A:

Snchez Garca Uriel


10590273
Ingeniera en Sistemas Computacionales.

PERIODO [Enero Junio 2014]

Av. Tecnolgico No. 2 Esq. Av. Paseo Central C.P. 76800


San Juan del Ro, Qro. Tels. (01427) 2724118, 2724178, 2728546, Ext. 111, Fax: 2724238
Email: Pgina de Internet: raul.noriega@itsanjuan.edu.mx

Tabla de contenido
1. PROYECTO FINAL ........................................................................................................ 3
1.1 INTRODUCCIN .......................................................................................................... 3
1.2 OBJETIVOS ................................................................................................................... 3
1.2.1 Objetivos Generales. ................................................................................................ 3
1.2.2 Objetivos Especficos. .............................................................................................. 3
1.3 DESARROLLO .............................................................................................................. 3
1.3.1 Diagrama de la Tipologa. ....................................................................................... 4
1.3.2 Tabla de direccionamiento. ..................................................................................... 4
1.3.3 Configuracin de las interfaces de los Routers. .................................................... 5
1.3.4 Configuracin de los Router OSPF........................................................................ 9
1.3.5 Configuracin de los Router EIGRP. .................................................................. 11
1.3.6 Comprobacin de la tabla de enrutamiento. ....................................................... 12
1.3.7 Comprobacin de OSPF de DR, BDR y DRothers. ............................................ 15

[Escribir texto]

Pgina 2

1. PROYECTO FINAL
1.1 INTRODUCCIN
En este documento se mostrar la elaboracin de una tipologa que contiene dos tipos de
protocolos EIGRP 2 y OSPF 1, con el fin de aplicar el conocimiento adquirido e investigar
un nuevo comando para sincronizar los protocolos ya antes mencionados.

1.2 OBJETIVOS
1.2.1 Objetivos Generales.
Elaborar una tipologa utilizando los conocimientos antes adquiridos del el curso de
Conmutacin y Enrutamiento de Redes de Dato, e investigar y aplicar un comando que nos
sirva para la sincronizacin de los dos protocolos ya dichos.

1.2.2 Objetivos Especficos.


1. Enrutar la topologa de acuerdo a lo indicado en ella OSPF y EIGRP 2.
2. Realizar el diseo de direccionamiento de toda la topologa.
3. Documentar cada uno de los dispositivos con sus configuraciones totales.
4. Documentar las pruebas de la configuracin (utilizar los comandos de show).
5. Documentar las pruebas de conectividad entre los diferentes protocolos y de todos
los dispositivos.

1.3 DESARROLLO

[Escribir texto]

Pgina 3

1.3.1 Diagrama de la Tipologa.


1.3.2 Tabla de direccionamiento.
Router
MTY

GDL2
GDL3
GDL1
GDL4

MEXICO3

SUCURSAL1

[Escribir texto]

Fa0/0
Eth1/0
S0/0/0
Fa0/0
Eth1/0
S0/0/0
Lo0
Fa0/0
Eth1/0
Fa0/0
Eth1/0
Fa0/0
S0/0/0
Fa0/0
Eth1/0
S0/0/0
S0/0/1

Direccin IP
100.10.64.1 - 255.255.248.0
100.10.82.1 255.255.255.0
100.10.84.161 255.255.255.252
100.10.84.1 - 255.255.255.128
100.10.84.129 - 255.255.255.224
100.10.84.162 - 255.255.255.252
10.10.10.41 - 255.255.255.252
100.10.84.130 - 255.255.255.224
100.10.84.131 - 255.255.255.224
100.10.0.1 - 255.255.192.0
100.10.84.132 - 255.255.255.224
100.10.83.1 255.255.255.0
100.10.84.165 255.255.255.252
100.10.80.1 255.255.254.0
100.10.72.1 255.255.248.0
100.10.84.166 255.255.255.252
192.168.1.210 255.255.255.240

Fa0/0
Eth1/0
S0/0/0

192.168.1.225 255.255.255.240
192.168.1.241 255.255.255.240
192.168.1.209 255.255.255.240

Puerta Gateway
No Aplica

No Aplica
No Aplica
No Aplica
No Aplica

No Aplica

No Aplica

Pgina 4

1.3.3 Configuracin de las interfaces de los Routers.


a) Router MTY:
enable
config t
hostname MTY
!
interface FastEthernet0/0
ip address 100.10.64.1 255.255.248.0
no shutdown
!
interface Serial0/0
ip address 100.10.84.161 255.255.255.252
clock rate 64000
no shutdown
!
interface Ethernet1/0
ip address 100.10.82.1 255.255.255.0
no shutdown
!
end
b) Router GDL2:
enable
config t
hostname GDL2
!
interface FastEthernet0/0
ip address 100.10.84.1 255.255.255.128

[Escribir texto]

Pgina 5

no shutdown
!
interface Serial0/0
ip address 100.10.84.162 255.255.255.252
clock rate 64000
no shutdown
!
interface Ethernet1/0
ip address 100.10.84.129 255.255.255.224
ip ospf priority 19
no shutdown

end
c) Router GDL3:
enable
config t
hostname GDL3
!
interface FastEthernet0/0
ip address 100.10.84.130 255.255.255.224
ip ospf priority 17
no shutdown
!
interface Lo0
ip address 10.10.10.41 255.255.255.252

end

[Escribir texto]

Pgina 6

d) Router GDL4:
enable
config t
hostname GDL4
!
interface FastEthernet0/0
ip address 100.10.83.1 255.255.255.0
no shutdown
!
interface Serial0/0
ip address 100.10.84.165 255.255.255.252
clock rate 64000
no shutdown
!
interface Ethernet1/0
ip address 100.10.84.132 255.255.255.224
ip ospf priority 18
no shutdown

end
e) Router GDL1:
enable
config t
hostname GDL1
!
interface FastEthernet0/0
ip address 100.10.0.1 255.255.192.0
no shutdown
[Escribir texto]

Pgina 7

!
interface Ethernet1/0
ip address 100.10.84.131 255.255.255.224
ip ospf priority 17
no shutdown
!
end
f) Router MEXICO3:
enable
config t
hostname MEXICO3
!
interface FastEthernet0/0
ip address 100.10.80.1 255.255.254.0
no shutdown
!
interface Serial0/0
ip address 100.10.84.166 255.255.255.252
no shutdown
!
interface Serial0/1
ip address 192.168.1.210 255.255.255.240
clock rate 64000
no shutdown
!
interface Ethernet1/0
ip address 100.10.72.1 255.255.248.0
no shutdown
[Escribir texto]

Pgina 8


end
g) Router SUCURSAL1:
enable
config t
hostname SUCURSAL1
!
interface FastEthernet0/0
ip address 192.168.1.225 255.255.255.240
no shutdown
!
interface Serial0/0
ip address 192.168.1.209 255.255.255.240
no shutdown
!
interface Ethernet1/0
ip address 192.168.1.241 255.255.255.240
no shutdown

end

1.3.4 Configuracin de los Router OSPF


a) Router MTY:
router ospf 1
network 100.10.64.0 0.0.7.255 area 0
network 100.10.84.160 0.0.0.3 area 0
network 100.10.82.0 0.0.0.255 area 0

[Escribir texto]

Pgina 9

b) Router GDL2 DR (se les agrega la prioridad 19):


interface Ethernet1/0
ip ospf priority 19

router ospf 1
network 100.10.84.0 0.0.0.127 area 0
network 100.10.84.160 0.0.0.3 area 0
network 100.10.84.128 0.0.0.31 area 0
c) Router GDL3 DRother (se les agrega la prioridad 17):
interface Fa0/0
ip ospf priority 17

router ospf 1
network 100.10.84.128 0.0.0.31 area 0
network 10.10.10.40 0.0.0.3 area 0
d) Router GDL1 DRother (se les agrega la prioridad 17):
interface Ethernet1/0
ip ospf priority 17

router ospf 1
network 100.10.0.1 0.0.63.255 area 0
network 100.10.84.128 0.0.0.31 area 0
e) Router GDL4 BDR (se les agrega la prioridad 18):
interface Ethernet1/0
ip ospf priority 18

router ospf 1
network 100.10.83.0 0.0.0.255 area 0
[Escribir texto]

Pgina 10

network 100.10.84.164 0.0.0.3 area 0


network 100.10.84.128 0.0.0.31 area 0
f) Router MEXICO3 (se le agrega el comando redistribute eigrp para que exista
compatibilidad con el protocolo EIGRP):
router ospf 1
redistribute eigrp 2 metric 500 subnets
network 100.10.80.0 0.0.1.255 area 0
network 100.10.84.164 0.0.0.3 area 0
network 100.10.72.0 0.0.7.255 area 0

1.3.5 Configuracin de los Router EIGRP.


a) Router MEXICO3 (se le agrega el comando redistribute ospf para que exista
compatibilidad con el protocolo OSPF):
router eigrp 2
redistribute ospf 1 metric 10000 100 255 1 1500
no auto-summary
network 192.168.1.208 0.0.0.15
b) Router SUCURSAL1:
router eigrp 2
no auto-summary
network 192.168.1.224 0.0.0.15
network 192.168.1.208 0.0.0.15
network 192.168.1.240 0.0.0.15

[Escribir texto]

Pgina 11

1.3.6 Comprobacin de la tabla de enrutamiento.


Router MTY:

Router GDL2:

[Escribir texto]

Pgina 12

Router GDL3:

Router GDL1:

[Escribir texto]

Pgina 13

Router GDL4:

Router MEXICO3:

[Escribir texto]

Pgina 14

Router SUCURSAL1:

1.3.7 Comprobacin de OSPF de DR, BDR y DRothers.


Con el comando show ip ospf neighbor:

Con el comando show ip ospf interface

[Escribir texto]

Pgina 15

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