Caso de Estudio Ccna 1 Exp

60

Click here to load reader

Transcript of Caso de Estudio Ccna 1 Exp

Page 1: Caso de Estudio Ccna 1 Exp

CURSO DE PROFUNDIZACION CISCO (DISEÑO E IMPLEMENTACION DE SOLUCIONES INTEGRADAS LAN / WAN)

MONOGRAFIA

PRESENTADO POR:RAUL ENRIQUE GOMEZ MUÑOZ COD 80826956JOSE NEFTALI VILLA RAMIREZ COD 15452353

ALTERNATIVA DE GRADO

GRUPO 203091

PRESENTADO A:GERARDO GRANADOS ACUÑA

TUTOR DEL CURSO

UNIVERSIDAD ABIERTA Y A DISTANCIA – CEAD JAYGINGENIERIA EN TELECOMUNICACIONES

BOGOTA – ABRIL DE 2012

Page 2: Caso de Estudio Ccna 1 Exp

INTRODUCCION

Este trabajo tiene como finalidad el afianzamiento de los conceptos y temas visto durante el desarrollo de la temática correspondiente al CCNA 1 EXPLORATION. En el desarrollo de este trabajo se plantea el uso de subredes, protocolo de enrutamiento RIPv2, configuración básica y de seguridad del router.

Algo muy importante en el desarrollo de este trabajo es la creación de la topología lo cual es muy interesante ya que aquí podemos darnos de cuenta que todas las personas pensamos y analizamos diferente lo cual hace que se presente una gran variedad de ubicaciones y distribuciones de los equipos.

Page 3: Caso de Estudio Ccna 1 Exp

CASO DE ESTUDIO: CCNA 1 EXPLORATION

La UNAD tiene tres sedes: Bogota, Bucaramanga y Pasto. Para ello es necesario configurar 3 routers, (1 en cada sede), a la cual se encuentran conectados Switches de acuerdo a la siguiente distribución:

Bogotá: Switch1: Ingenieria, Switch2: RyC

Pasto: Switch1: SPasto

Bucaramanga: Switch1: Biblioteca. Switch2: Administracion

El router de Bogotá será quien maneje la sincronización (adicionar clock rate)

La cantidad de host requeridos por cada una de las LAN es la siguiente:

Bogotá : 10

Bucaramanga: 15

Pasto: 5

Se desea establecer cada uno de los siguientes criterios:

Diseñar el esquema de la anterior descripción

Protocolo de enrutamiento: RIP Versión 2

Todos los puertos seriales 0 (S0) son terminales DCE

Todos los puertos seriales 0 (S1) son terminales DTE

Definir la tabla de direcciones IP indicando por cada subred los siguientes elementos por cada LAN:

1. Dirección de Red

2. Dirección IP de Gateway

3. Dirección IP del Primer PC

4. Dirección IP del último PC

5. Dirección de Broadcast

Page 4: Caso de Estudio Ccna 1 Exp

6. Máscara de Subred

Por cada conexión serial

1. Dirección de Red

2. Dirección IP Serial 0 (Indicar a qué Router pertenece)

3. Dirección IP Serial 1 (Indicar a qué Router pertenece)

4. Dirección de Broadcast

5. Máscara de Subred

En cada Router configurar:

1. Nombre del Router (Hostname)

2. Direcciones IP de las Interfaces a utilizar

Por cada interface utilizada, hacer uso del comando DESCRIPTION con el fin de indicar la función que cumple cada interface. Ej. Interfaz de conexión con la red LAN Mercadeo.

Establecer contraseñas para: CON 0, VTY, ENABLE SECRET. Todas con el Password: CISCO

Protocolo de enrutamiento a utilizar: RIP Versión 2

Se debe realizar la configuración de la misma mediante el uso de Packet Tracer, los routers deben ser de referencia 1841 y los Switches 2950. Por cada subred se deben dibujar solamente dos Host identificados con las direcciones IP correspondientes al primer y último PC acorde con la cantidad de equipos establecidos por subred.

El trabajo debe incluir toda la documentación correspondiente al diseño, copiar las configuraciones finales de cada router mediante el uso del comando Show Runningconfig, archivo de simulación en Packet Tracer y verificación de funcionamiento de la red mediante el uso de comandos: Ping y Traceroute.

Page 5: Caso de Estudio Ccna 1 Exp

DESARROLLO CASO DE ESTUDIO

DISEÑO DE TOPOLOGIA

Page 6: Caso de Estudio Ccna 1 Exp

TABLA DE DIRECCIONAMIENTO DE SUBREDES

Nombre de Subred

Dirección de red

Gateway Primera dirección de host

Última dirección de host

Broadcast Máscara

Ingeniería 192.168.10.16 192.168.10.17 192.168.10.18 192.168.10.22 192.168.10.23 255.255.255.248

R Y C 192.168.10.24 192.168.10.25 192.168.10.26 192.168.10.30 192.168.10.31 255.255.255.248

Spasto 172.16.20.16 172.16.20.17 172.16.20.18 172.16.20.22 172.16.20.23 255.255.255.248

Biblioteca 10.10.10.16 10.10.10.17 10.10.10.18 10.10.10.30 10.10.10.31 255.255.255.240

Administración 10.10.10.32 10.10.10.33 10.10.10.34 10.10.10.46 10.10.10.47 255.255.255.240

TABLA DE CONFIGURACION CONEXIONES SERIALES

Dirección de red Dirección IP serial 0 Dirección IP serial 1 Broadcast Máscara

200.100.10.4 200.100.10.5 200.100.10.6 200.100.10.7 255.255.255.252

200.200.20.8 200.200.20.9 200.200.20.10 200.200.20.11 255.255.255.252

Page 7: Caso de Estudio Ccna 1 Exp

PRUBAS DE CONECTIVIDAD “PING”

Page 8: Caso de Estudio Ccna 1 Exp
Page 9: Caso de Estudio Ccna 1 Exp
Page 10: Caso de Estudio Ccna 1 Exp

PRUBAS DE CONECTIVIDAD “TRACERT”

Page 11: Caso de Estudio Ccna 1 Exp
Page 12: Caso de Estudio Ccna 1 Exp
Page 13: Caso de Estudio Ccna 1 Exp

PRUEBAS DE ACCESO REMOTO A LOS ROUTER DESDE UN PC

Page 14: Caso de Estudio Ccna 1 Exp

CONFIGURACION EQUIPOS MEDIANTE SHOW RUNNING-CONFIG

ROUTER BOGOTA

User Access Verification

Password:

BOGOTA>ENPassword: BOGOTA#SHOW RUNNBuilding configuration...

Current configuration : 802 bytes

version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption

hostname BOGOTA

enable secret 5 $1$mERr$NJdjwh5wX8Ia/X8aC4RIu.enable password CISCO

interface FastEthernet0/0 ip address 192.168.10.17 255.255.255.248 duplex auto speed auto

interface FastEthernet0/1 ip address 192.168.10.25 255.255.255.248

duplex auto speed auto

interface Serial0/1/0 ip address 200.100.10.5 255.255.255.252 clock rate 56000

interface Serial0/1/1 no ip address

interface Vlan1 no ip address shutdown

router rip version 2 network 192.168.10.0 network 200.100.10.0

ip classless

line con 0 password CISCO loginline vty 0 password CISCO loginline vty 1 4 loginend

Page 15: Caso de Estudio Ccna 1 Exp

ROUTER PASTO

User Access Verification

Password:

PASTO>ENPassword: PASTO#SH RUNNBuilding configuration...

Current configuration : 842 bytes

version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryptionhostname PASTO

enable secret 5 $1$mERr$NJdjwh5wX8Ia/X8aC4RIu.enable password CISCO

interface FastEthernet0/0 ip address 172.16.20.17 255.255.255.248 duplex auto speed auto

interface FastEthernet0/1 no ip address duplex auto speed auto shutdown

interface Serial0/1/0 ip address 200.200.20.9 255.255.255.252 clock rate 56000

interface Serial0/1/1 ip address 200.100.10.6 255.255.255.252

interface Vlan1 no ip address shutdown

router rip version 2 network 172.16.0.0 network 200.100.10.0 network 200.200.20.0

ip classless

no cdp run

line con 0 password CISCO loginline vty 0 password CISCO loginline vty 1 4 loginend

Page 16: Caso de Estudio Ccna 1 Exp

ROUTER BUCARAMANGA

User Access Verification

Password:

BUCARAMANGA>ENPassword: BUCARAMANGA#SH RUNNBuilding configuration...

Current configuration : 795 bytes

version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption

hostname BUCARAMANGA

enable secret 5 $1$mERr$NJdjwh5wX8Ia/X8aC4RIu.enable password CISCO

interface FastEthernet0/0 ip address 10.10.10.17 255.255.255.240 duplex auto speed auto

interface FastEthernet0/1 ip address 10.10.10.33 255.255.255.240

duplex auto speed auto

interface Serial0/1/0 no ip address

interface Serial0/1/1 ip address 200.200.20.10 255.255.255.252

interface Vlan1 no ip address shutdown

router rip version 2 network 10.0.0.0 network 200.200.20.0

ip classless

no cdp run

line con 0 password CISCO login

line vty 0 password CISCO loginline vty 1 4 loginend

Page 17: Caso de Estudio Ccna 1 Exp

CCNA2 – CASO DE ESTUDIO

ESCENARIO

Una empresa con varias sucursales en diferentes ciudades del país desea modernizar el manejo de la red de datos que actualmente tiene y se describe a continuación:

Nombre empresa: CHALVER

Objeto social: Empresa dedicada a la exportación e importación de equipos de computo.

Sedes:

*Principal: Pasto

Sucursales

• Bogota

• Medellin

• Pereira

• Cali

• Cartagena

• Ibague

• Cucuta

• Bucaramanga

• Barranquilla

• Villavicencio

Descripción Sede Principal:

Se cuenta con un edificio que tiene 3 pisos, en el primero están los cuartos de equipos que permiten la conexión con todo el país, allí se tiene:

• 3 Enrutadores CISCO principales, uno para el enlace nacional, otro para la administración de la red interna en los pisos 1 y 2 y otro para el tercer piso.

Page 18: Caso de Estudio Ccna 1 Exp

• 3 Switches Catalyst CISCO, uno para cada piso del edificio con soporte de 24 equipos cada uno, actualmente se esta al 95% de la capacidad.

• Un canal dedicado con tecnología ATM que se ha contratado con ISP nacional de capacidad de 2048 Kbps.

• El direccionamiento a nivel local es clase C. Se cuenta con 70 equipos en tres pisos, se tiene las oficinas de Sistemas (15 equipos, primer piso), Gerencia (5 Equipos, primer piso), Ventas (30 equipos, segundo piso), Importaciones (10 Equipos, tercer piso), Mercadeo (5 Equipos, tercer piso) y Contabilidad (5 Equipos, tercer piso)

• El direccionamiento a nivel nacional es Clase A privada, se tiene un IP pública al ISP para el servicio de Internet la cual es: 200.21.85.93 Mascara: 255.255.240.0.

• Actualmente el Enrutamiento se hace con RIP versión 1, tanto para la parte local como para la parte nacional.

Descripción sucursales:

Cada sucursal se compone de oficinas arrendadas en un piso de un edificio y compone de los siguientes elementos:

• Dos Routers por sucursal: Uno para el enlace nacional y otro para la administración de la red interna.

• Un Switch Catalyst para 24 equipos, actualmente se utilizan 20 puertos

• Los 20 equipos se utilizan así: 10 para ventas, 5 para sistemas, 2 para importaciones y 3 para contabilidad.

• Un canal dedicado con tecnología ATM para conectarse a la sede principal de 512Kbps.

• El direccionamiento a nivel local es Clase C privado y a nivel nacional B como se había dicho en la descripción de la sede principal.

• El enrutamiento también es RIP.

ACTIVIDADES A DESARROLLAR:

1. Realizar el diseño de la sede principal y sucursales con las especificaciones actuales, un archivo PKT para la sede principla y para una sucursal.

2. Realizar un diseño a nivel de Routers y Switch para todo el país con Packet Tracert.

Page 19: Caso de Estudio Ccna 1 Exp

3. Aplicar el direccionamiento específicado en el diseño del punto anterior.

4. Aplicar el enrutamiento actual en el diseño del punto 2.

5. Cambiar las especificaciones de direccionamiento y enrutamiento según las siguientes

Condiciones:

• Aplicar VLSM en la sede principal y sucursales

• Aplicar VLSM para la conexión nacional

• Aplicar Enrutamiento OSPF en la conexión Nacional

• Aplicar Enrutamiento EIGRP para la conexión interna en la sede principal

• Aplicar Enrutamiento RIPv2 para todas las sucursales

• Permitir el acceso a la IP Publica para: Pasto, Barranquilla, Bogota, Medellin y Bucaramanga.

Page 20: Caso de Estudio Ccna 1 Exp

DESARROLLO CASO DE ESTUDIO

Realizar el diseño de la sede principal y sucursal

Page 21: Caso de Estudio Ccna 1 Exp
Page 22: Caso de Estudio Ccna 1 Exp

Realizar un diseño a nivel de Routers y Switch para todo el país

Page 23: Caso de Estudio Ccna 1 Exp

TABLA DE DIRECCIONAMIENTO TOPOLOGIA NACIONAL RIP V1

Nombre de red Dirección de red

Gateway Primera dirección de host

Última dirección de host

Broadcast Máscara

CARTAGENA 192.168.60.0 192.168.60.1 192.168.60.2 192.168.60.254 192.168.60.255 255.255.255.0

CALI 192.168.70.0 192.168.70.1 192.168.70.2 192.168.70.254 192.168.70.255 255.255.255.0

PEREIRA 192.168.50.0 192.168.50.1 192.168.50.2 192.168.50.254 192.168.50.255 255.255.255.0

MEDELLIN 192.168.80.0 192.168.80.1 192.168.80.2 192.168.80.254 192.168.80.255 255.255.255.0

BOGOTA 192.168.90.0 192.168.90.1 192.168.90.2 192.168.90.254 192.168.90.255 255.255.255.0

BUCARAMANGA 192.168.100.0 192.168.100.1 192.168. 100.2 192.168. 100.254 192.168. 100.255 255.255.255.0

BARRANQUILLA 192.168.110.0 192.168. 110.1 192.168. 110.2 192.168. 110.254 192.168. 110.255 255.255.255.0

IBAGUE 192.168.120.0 192.168. 120.1 192.168. 120.2 192.168. 120.254 192.168. 120.255 255.255.255.0

CUCUTA 192.168.130.0 192.168. 130.1 192.168. 130.2 192.168. 130.254 192.168. 130.255 255.255.255.0

VILLAO 192.168.140.0 192.168. 140.1 192.168. 140.2 192.168. 140.254 192.168. 140.255 255.255.255.0

PASTO P1 192.168.38.0 192.168. 38.1 192.168. 38.2 192.168. 38.254 192.168. 38.255 255.255.255.0

PASTO P2 192.168.39.0 192.168. 39.1 192.168. 39.2 192.168. 39.254 192.168. 39.255 255.255.255.0

PASTO P3 192.168.36.0 192.168. 36.1 192.168. 36.2 192.168. 36.254 192.168. 36.255 255.255.255.0

TABLA DE CONFIGURACION CONEXIÓN NACIONAL INTERFACES SERIALES

Nombre de red Dirección de red Dirección IP serial 0 Dirección IP serial 1 Broadcast Máscara

CARTAGENA 172.16.10.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

CALI 172.17.10.0 172.17.10.1 172.17.10.2 172.17.10.255 255.255.255.0

PEREIRA 172.18.10.0 172.18.10.1 172.18.10.2 172.18.10. 255 255.255.255.0

MEDELLIN 172.19.10.0 172.19.10.1 172.19.10.2 172.19.10. 255 255.255.255.0

BOGOTA 172.20.10.0 172.20.10.1 172.20.10.2 172.20.10. 255 255.255.255.0

BUCARAMANGA 172.25.10.0 172.25.10.1 172.25.10.2 172.25.10. 255 255.255.255.0

BARRANQUILLA 172.24.10.0 172.24.10.1 172.24.10.2 172.24.10. 255 255.255.255.0

IBAGUE 172.23.10.0 172.23.10.1 172.23.10.2 172.23.10. 255 255.255.255.0

CUCUTA 172.22.10.0 172.22.10.1 172.22.10.2 172.22.10. 255 255.255.255.0

VILLAO 172.21.10.0 172.21.10.1 172.21.10.2 172.21.10. 255 255.255.255.0

PASTO 10.10.10.0 10.10.10.1 10.10.10.2 10.10.10. 255 255.255.255.0

Page 24: Caso de Estudio Ccna 1 Exp

REALIZAR UN DISEÑO A NIVEL DE ROUTERS Y SWITCH PARA TODO EL PAÍS APLICANDO VLSM

Page 25: Caso de Estudio Ccna 1 Exp

TABLA DE DIRECCIONAMIENTO TOPOLOGIA NACIONAL APLICANDO VLSM

Page 26: Caso de Estudio Ccna 1 Exp

Nombre de red Dirección de red

Gateway Primera dirección de host

Última dirección de host

Broadcast Máscara

CARTAGENA 172.16.60.0 172.16.60.1 172.16.60.2 172.16.60.254 172.16.60.255 255.255.255.0

CALI 172.16.70.0 172.16.70.1 172.16.70.2 172.16.70.254 172.16.70.255 255.255.255.0

PEREIRA 172.16.50.0 172.16.50.1 172.16.50.2 172.16.50.254 172.16.50.255 255.255.255.0

MEDELLIN 172.16.80.0 172.16.80.1 172.16.80.2 172.16.80.254 172.16.80.255 255.255.255.0

BOGOTA 172.16.90.0 172.16.90.1 172.16.90.2 172.16.90.254 172.16.90.255 255.255.255.0

BUCARAMANGA 172.16.100.0 172.16.100.1 172.16. 100.2 172.16. 100.254 172.16. 100.255 255.255.255.0

BARRANQUILLA 172.16.110.0 172.16. 110.1 172.16. 110.2 172.16. 110.254 172.16. 110.255 255.255.255.0

IBAGUE 172.16.120.0 172.16. 120.1 172.16. 120.2 172.16. 120.254 172.16. 120.255 255.255.255.0

CUCUTA 172.16.130.0 172.16. 130.1 172.16. 130.2 172.16. 130.254 172.16. 130.255 255.255.255.0

VILLAO 172.16.140.0 172.16. 140.1 172.16. 140.2 172.16. 140.254 172.16. 140.255 255.255.255.0

PASTO P1 172.16.38.0 172.16. 38.1 172.16. 38.2 172.16. 38.254 172.16. 38.255 255.255.255.0

PASTO P2 172.16.39.0 172.16. 39.1 172.16. 39.2 172.16. 39.254 172.16.39.255 255.255.255.0

PASTO P3 172.16.36.0 172.16. 36.1 172.16. 36.2 172.16. 36.254 172.16. 36.255 255.255.255.0

TABLA DE CONFIGURACION CONEXIÓN NACIONAL INTERFACES SERIALES

Nombre de red Dirección de red Dirección IP serial 0 Dirección IP serial 1 Broadcast Máscara

CARTAGENA 172.16.10.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

CALI 172.16.15.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

PEREIRA 172.16.20.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

MEDELLIN 172.16.25.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

BOGOTA 172.16.30.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

BUCARAMANGA 172.16.35.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

BARRANQUILLA 172.16.150.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

IBAGUE 172.16.155.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

CUCUTA 172.16.160.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

VILLAO 172.16.170.0 172.16..10.1 172.16..10.2 172.16..10.255 255.255.255.0

PASTO - ISP 200.21.80.0 200.21.85.92 200.21.85.93 200.21.95.255 255.255.240.0

Page 27: Caso de Estudio Ccna 1 Exp

PRUBAS DE CONECTIVIDAD PING

Page 28: Caso de Estudio Ccna 1 Exp
Page 29: Caso de Estudio Ccna 1 Exp
Page 30: Caso de Estudio Ccna 1 Exp
Page 31: Caso de Estudio Ccna 1 Exp

CONFIGURACION EQUIPOS MEDIANTE SHOW RUNNING-CONFIG

ROUTER CARTAGENA

CARTAGENA#SH RUNNBuilding configuration...hostname CARTAGENA

interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.10.1 255.255.255.0 clock rate 64000!interface Serial0/1/1 no ip address!interface Serial0/3/0 no ip address !interface Serial0/3/1 ip address 172.16.60.1 255.255.255.0 clock rate 64000

!interface Vlan1 no ip address shutdown!

router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.10.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 160 deny tcp 172.16.60.0 0.0.0.255 200.21.80.0 0.0.15.255 eq wwwaccess-list 160 permit ip any any!line con 0line vty 0 4 loginend

Page 32: Caso de Estudio Ccna 1 Exp

ROUTER R-CR-C#SH RUNNBuilding configuration...

hostname R-C!interface FastEthernet0/0 ip address 172.16.65.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address clock rate 64000

!interface Serial0/3/1 ip address 172.16.60.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

ROUTER CALI

CALI#SH RUNNBuilding configuration...hostname CALI!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512

ip address 172.16.10.2 255.255.255.0!interface Serial0/1/1 bandwidth 512 ip address 172.16.15.1 255.255.255.0 clock rate 64000!interface Serial0/3/0 no ip addressshutdown!interface Serial0/3/1 ip address 172.16.70.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown

Page 33: Caso de Estudio Ccna 1 Exp

!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.10.0 0.0.0.255 area 0 network 172.16.15.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary

!ip classless!access-list 170 deny tcp 172.16.70.0 0.0.0.255 200.21.80.0 0.0.15.255 eq wwwaccess-list 170 permit ip any any!

line con 0line vty 0 4 loginend

ROUTER R-CALI

R-CALI#SH RUNBuilding configuration...

hostname R-CALI!interface FastEthernet0/0 ip address 172.16.75.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address

!interface Serial0/3/1 ip address 172.16.70.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

Page 34: Caso de Estudio Ccna 1 Exp

ROUTER PEREIRA

PEREIRA#SH RUNNBuilding configuration...

hostname PEREIRA!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.20.1 255.255.255.0 clock rate 64000!interface Serial0/1/1 bandwidth 512 ip address 172.16.15.2 255.255.255.0!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1 ip address 172.16.50.1 255.255.255.0

clock rate 64000!interface Vlan1 no ip address shutdown!

router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.15.0 0.0.0.255 area 0 network 172.16.20.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 150 deny tcp 172.16.50.0 0.0.0.255 200.21.80.0 0.0.15.255 eq wwwaccess-list 150 permit ip any any!line con 0line vty 0 4 loginend

ROUTER R-P

R-P#SH RUNBuilding configuration...

hostname R-P!interface FastEthernet0/0

Page 35: Caso de Estudio Ccna 1 Exp

ip address 172.16.55.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address !interface Serial0/3/1 ip address 172.16.50.2 255.255.255.0

!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

ROUTER MEDELLIN

MEDELLIN#SH RUNNBuilding configuration...

hostname MEDELLIN!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.20.2 255.255.255.0!interface Serial0/1/1

bandwidth 512 ip address 172.16.25.1 255.255.255.0 clock rate 64000!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1 ip address 172.16.80.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.20.0 0.0.0.255 area 0 network 172.16.25.0 0.0.0.255 area 0!

Page 36: Caso de Estudio Ccna 1 Exp

router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!

access-list 180 permit tcp 172.16.80.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER R-M

R-M#SH RUNBuilding configuration...

hostname R-M

interface FastEthernet0/0 ip address 172.16.85.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address shutdown

!interface Serial0/3/1 ip address 172.16.80.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

ROUTER BOGOTA

BOGOTA#SH RUNBuilding configuration...

hostname BOGOTA!interface FastEthernet0/0 no ip address

duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto

Page 37: Caso de Estudio Ccna 1 Exp

speed auto shutdown!interface Serial0/1/0 no ip address!interface Serial0/1/1 bandwidth 512 ip address 172.16.25.2 255.255.255.0!interface Serial0/3/0 bandwidth 512 ip address 172.16.30.1 255.255.255.0 clock rate 64000!interface Serial0/3/1 ip address 172.16.90.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!

router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.25.0 0.0.0.255 area 0 network 172.16.30.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 190 permit tcp 172.16.90.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER R-B

R-B#SH RUNBuilding configuration...

hostname R-B!interface FastEthernet0/0 ip address 192.168.95.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto

speed auto shutdown!interface Serial0/3/0 no ip address !interface Serial0/3/1 ip address 172.16.90.2 255.255.255.0!interface Vlan1 no ip address shutdownrouter rip version 2

Page 38: Caso de Estudio Ccna 1 Exp

network 172.16.0.0

ip classless!

line con 0line vty 0 4 loginend

ROUTER ENLACE NACIONAL

ENLACE NACIONAL#SH RUNBuilding configuration...

hostname "ENLACE NACIONAL"!interface FastEthernet0/0 bandwidth 2048 ip address 172.16.40.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 bandwidth 2048 ip address 172.16.45.1 255.255.255.0 duplex auto speed auto!interface Serial0/1/0 ip address 200.21.85.92 255.255.240.0 clock rate 64000!interface Serial0/1/1 no ip address shutdown!interface Serial0/2/0 bandwidth 512 ip address 172.16.35.1 255.255.255.0!interface Serial0/2/1 bandwidth 512

ip address 172.16.30.2 255.255.255.0!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1no ip addressshutdown!interface Vlan1 no ip address shutdown!router eigrp 100 redistribute rip metric 10000 0 255 1 1500 redistribute ospf 10 metric 10000 1 255 1 1500 network 172.16.40.0 0.0.0.255 network 172.16.45.0 0.0.0.255 auto-summary!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 redistribute eigrp 100 subnets network 172.16.30.0 0.0.0.255 area 0 network 172.16.35.0 0.0.0.255 area 0 network 200.21.80.0 0.0.15.255 area 0!router rip

Page 39: Caso de Estudio Ccna 1 Exp

version 2 redistribute eigrp 100 metric 1 redistribute ospf 10 metric 1 match internal external 1 no auto-summary!ip classless!access-list 145 permit tcp 172.16.45.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www

access-list 140 permit tcp 172.16.40.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER PASTO PISO 1 Y 2

PISO 1 Y 2#SH RUNBuilding configuration...

hostname "PISO 1 Y 2"!interface FastEthernet0/0 ip address 172.16.38.10 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 bandwidth 2048 ip address 172.16.39.40 255.255.255.0 duplex auto speed auto!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1 no ip address shutdown

!interface FastEthernet1/0 bandwidth 2048 ip address 172.16.40.2 255.255.255.0 duplex auto speed auto!interface Vlan1 no ip address shutdown!router eigrp 100 network 172.16.40.0 0.0.0.255 network 172.16.38.0 0.0.0.255 network 172.16.39.0 0.0.0.255 auto-summary!router rip!ip classless!line con 0line vty 0 4 loginend

Page 40: Caso de Estudio Ccna 1 Exp

ROUTER PASTO PISO 3

PISO 3#SH RUNBuilding configuration...

hostname "PISO 3"!interface FastEthernet0/0 bandwidth 2048 ip address 172.16.45.2 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 ip address 172.16.36.100 255.255.255.0 duplex auto speed auto!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1

no ip address shutdown!interface Vlan1 no ip address shutdown!router eigrp 100 network 172.16.36.0 0.0.0.255 network 172.16.45.0 0.0.0.255 auto-summary!router rip!ip classless!no cdp run

line con 0line vty 0 4 loginend

ROUTER BUCARAMANGA

BUCARAMANGA#SH RUNBuilding configuration...

!hostname BUCARAMANGA!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1

no ip address duplex auto speed auto shutdown!interface Serial0/1/0 no ip address!interface Serial0/1/1 bandwidth 512 ip address 172.16.150.1 255.255.255.0 clock rate 64000

Page 41: Caso de Estudio Ccna 1 Exp

!interface Serial0/3/0 bandwidth 512 ip address 172.16.35.2 255.255.255.0 clock rate 64000!interface Serial0/3/1 ip address 172.16.100.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.35.0 0.0.0.255 area 0

network 172.16.150.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 100 permit tcp 172.16.100.0 0.0.0.255 200.21.80.0 0.0.15.255 eq wwwline con 0line vty 0 4 loginend

ROUTER R-BUCA

R-BUCA#SH RUNBuilding configuration...

hostname R-BUCA!interface FastEthernet0/0 ip address 172.16.105.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0

no ip address !interface Serial0/3/1 ip address 172.16.100.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4

Page 42: Caso de Estudio Ccna 1 Exp

login end

ROUTER BARRANQUILLA

BARRANQUILLA#SH RUNBuilding configuration...

hostname BARRANQUILLA!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.155.1 255.255.255.0!interface Serial0/1/1 bandwidth 512 ip address 172.16.150.2 255.255.255.0!interface Serial0/3/0 no ip address shutdown!

interface Serial0/3/1 ip address 172.16.110.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.150.0 0.0.0.255 area 0 network 172.16.155.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 110 permit tcp 172.16.110.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

Page 43: Caso de Estudio Ccna 1 Exp

ROUTER R-BA

R-BA#SH RUNBuilding configuration...

hostname R-BA!interface FastEthernet0/0 ip address 172.16.115.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address !

interface Serial0/3/1 ip address 172.16.110.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

ROUTER IBAGUE

IBAGUE#SH RUNBuilding configuration...

hostname IBAGUE!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto

shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.155.2 255.255.255.0 clock rate 64000interface Serial0/1/1 bandwidth 512 ip address 172.16.160.1 255.255.255.0!interface Serial0/3/0 no ip address shutdown

Page 44: Caso de Estudio Ccna 1 Exp

!interface Serial0/3/1 ip address 172.16.120.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.155.0 0.0.0.255 area 0 network 172.16.160.0 0.0.0.255 area 0!router rip

version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!!access-list 120 deny tcp 172.16.120.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER R-I

R-I#SH RUNBuilding configuration...hostname R-I!interface FastEthernet0/0 ip address 172.16.125.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address !

interface Serial0/3/1 ip address 172.16.120.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

Page 45: Caso de Estudio Ccna 1 Exp

ROUTER CUCUTA

CUCUTA#SH RUNBuilding configuration...

hostname CUCUTA!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512 ip address 172.16.170.1 255.255.255.0!interface Serial0/1/1 bandwidth 512 ip address 172.16.160.2 255.255.255.0 clock rate 64000!interface Serial0/3/0 no ip address shutdown!

interface Serial0/3/1 ip address 172.16.130.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.160.0 0.0.0.255 area 0 network 172.16.170.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary!ip classless!access-list 130 deny tcp 172.16.130.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER R-CU

R-CU#SH RUNBuilding configuration... hostname R-CU

Page 46: Caso de Estudio Ccna 1 Exp

!interface FastEthernet0/0 ip address 172.16.135.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address !interface Serial0/3/1

ip address 172.16.130.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

ROUTER VILLAO

VILLAO#SH RUNBuilding configuration...

hostname VILLAO!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/1/0 bandwidth 512

ip address 172.16.170.2 255.255.255.0 clock rate 64000!interface Serial0/1/1 no ip address!interface Serial0/3/0 no ip address shutdown!interface Serial0/3/1 ip address 172.16.140.1 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!

Page 47: Caso de Estudio Ccna 1 Exp

router ospf 10 log-adjacency-changes redistribute rip metric 1 subnets tag 65 network 172.16.170.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 10 metric 1 match internal external 1 network 172.16.0.0 no auto-summary

!ip classless!access-list 140 deny tcp 172.16.140.0 0.0.0.255 200.21.80.0 0.0.15.255 eq www!line con 0line vty 0 4 loginend

ROUTER R- VILLAO

R-VILLAO#SH RUNBuilding configuration...

hostname R-VILLAO!interface FastEthernet0/0 ip address 172.16.145.1 255.255.255.0 duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 no ip address

!interface Serial0/3/1 ip address 172.16.140.2 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 network 172.16.0.0!ip classless!line con 0line vty 0 4 loginend

Page 48: Caso de Estudio Ccna 1 Exp

CONCLUSIONES

Se aplico el uso de subredes para darle mejor uso al segmento de red.

Se utilizo el cloc rate para sincronizar los router´s.

Su pudo observar las diferentes configuraciones de seguridad para acceso al router tanto de forma directa como de forma remota.

En el diseño de una topología, no hay un procedimiento estándar u procedimiento que de el paso a paso para realizarla, en este diseño prima la creatividad y forma de percibir las cosas por cada persona.

BIBLIOGRAFIA

MODULO_DE_ESTUDIO_CCNA_2_EXPLORATION “ Aspectos básicos de networking”

http://www.garciagaston.com.ar/verpost.php?id_noticia=112

http://cesarcabrera.info/blog/%C2%BFcomo-usar-packet-tracer-vii-nubes/

http://www.youtube.com/watch?feature=player_embedded&v=A4zFFGaG9tY

MODULO_DE_ESTUDIO_CCNA_1_EXPLORATION “ Aspectos básicos de networking”