You are on page 1of 6

Estudio de caso: Redes WAN

FASE 1: Direccionamiento de la WAN

NOMBRE INTERFAZ MASCARA DE SUBRED


Limerick S0 172.16.255.254 255.255.255.252 (/30)
F0/1.1 172.16.1.1 255.255.255.0 (/24)
Cork E1 F0/1.2 172.16.2.1 255.255.255.0 (/24)
F0/1.3 172.16.3.1 255.255.255.0 (/24)
Cork S0 172.16.255.238 255.255.255.252 (/30)
Cork S1 172.16.255.234 255.255.255.252 (/30)
Galway E0 172.16.4.1 255.255.255.0 (/24)
Galway S0 172.16.255.242 255.255.255.252 (/30)
Belfast E0 10.0.0.1 255.0.0.0 (/8)
Belfast S0 172.16.255.250 255.255.255.252 (/30)
Belfast S1 172.16.255.246 255.255.255.252 (/30)

NOMBRE CONJUNTO DE DIRECCIONES


Conjunto DHCP de Galway 172.16.4.0/22 - 172.16.7.254/22
LAN de Cork 172.16.0.1/24 - 172.16.3.254/24

Fase 2: Configuración de los routers y OSPF

 Configuración Básica de los Routers con nombre de host y contraseñas

Limerick
Router>enable
Router(config)#hostname Limerick
Limerick(config)#line console 0
Limerick(config-line)#password cisco
Limerick(config-line)#login
Limerick(config-line)#exit
Limerick(config)#line vty 0 4
Limerick(config-line)#password cisco
Limerick(config-line)#login
Limerick(config-line)#exit
Limerick(config)#exit
Limerick#copy running-config startup-config

Belfast

Router>enable
Router#configure terminal
Router(config)#hostname Belfast
Belfast(config)#line console 0
Belfast(config-line)#password cisco
Belfast(config-line)#login
Belfast(config-line)#exit
Belfast(config)#line vty 0 4
Belfast(config-line)#password cisco
Belfast(config-line)#login
Belfast(config-line)#exit
Belfast(config)#exit
Belfast#copy running-config startup-config

Cork

Router>enable
Router#configure terminal
Router(config)#hostname Cork
Cork(config)#line console 0
Cork(config-line)#password cisco
Cork(config-line)#login
Cork(config-line)#exit
Cork(config)#line vty 0 4
Cork(config-line)#password cisco
Cork(config-line)#login
Cork(config-line)#exit
Cork(config)#exit
Cork#copy running-config startup-config

Galway

Router>enable
Router#configure terminal
Router(config)#hostname Galway
Galway(config)#line console 0
Galway(config-line)#password cisco
Galway(config-line)#login
Galway(config-line)#exit
Galway(config)#line vty 0 4
Galway(config-line)#password cisco
Galway(config-line)#login
Galway(config-line)#exit
Galway(config)#exit
Galway#copy running-config startup-config

 Configurar cada interfaz en los cuatro routers documentados en la Fase 1.

Limerick
Limerick>enable
Limerick#configure terminal
Limerick(config)#interface serial 0/0
Limerick(config-if)#ip address 172.16.255.254 255.255.255.252
Limerick(config-if)#clock rate 56000
Limerick(config-if)#no shutdown
Limerick(config-if)#exit
Limerick(config)#exit
Limerick#copy running-config startup-config

Belfast

Belfast>enable
Belfast#configure terminal
Belfast(config)#interface serial 0/0
Belfast(config-if)#ip address 172.16.255.250 255.255.255.252
Belfast(config-if)#no shutdown
Belfast(config-if)#clock rate 56000
Belfast(config-if)#exit
Belfast(config)#interface serial 0/1
Belfast(config-if)#ip address 172.16.255.246 255.255.255.252
Belfast(config-if)#no shutdown
Belfast(config-if)#exit
Belfast(config)#interface fastEthernet 0/0
Belfast(config-if)#ip address 10.0.0.1 255.0.0.0
Belfast(config-if)#no shutdown
Belfast(config-if)#exit
Belfast(config)#exit
Belfast#copy running-config startup-config

Cork

Cork>enable
Cork#configure terminal
Cork(config)#interface serial 0/0
Cork(config-if)#ip address 172.16.255.250 255.255.255.252
Cork(config-if)#no shutdown
Cork(config-if)#exit
Cork(config)#interface serial 0/1
Cork(config-if)#ip address 172.16.255.246 255.255.255.252
Cork(config-if)#no shutdown
Cork(config-if)#exit
Cork(config)#interface fastEthernet 0/1
Cork(config-if)#no shutdown
Cork(config-if)#exit
Cork(config)#interface fastEthernet 0/1.1
Cork(config-subif)#encapsulation dot1Q 1
Cork(config-subif)#ip address 172.16.1.1 255.255.255.0
Cork(config-subif)#no shutdown
Cork(config-subif)#exit
Cork(config)#interface fastEthernet 0/1.2
Cork(config-subif)#encapsulation dot1Q 2
Cork(config-subif)#ip address 172.16.2.1 255.255.255.0
Cork(config-subif)#no shutdown
Cork(config-subif)#exit
Cork(config)#interface fastEthernet 0/1.3
Cork(config-subif)#encapsulation dot1Q 3
Cork(config-subif)#ip address 172.16.3.1 255.255.255.0
Cork(config-subif)#no shutdown
Cork(config-subif)#exit
Cork(config)#exit
Cork#copy running-config startup-config

Galway

Galway>enable
Galway#configure terminal
Galway(config)#interface fastEthernet 0/0
Galway(config-if)#ip address 172.16.4.1 255.255.255.0
Galway(config-if)#no shutdown
Galway(config-if)#exit
Galway(config)#interface serial 0/0
Galway(config-if)#ip address 172.16.255.242 255.255.255.252
Galway(config-if)#no shutdown
Galway(config-if)#exit
Galway(config)#exit
Galway#copy running-config startup-config

 Configurar OSPF en los routers de Cork, Limerick y Belfast

Nota:
Router(config)#router ospf 1
Router(config-router)#network 10.64.0.0 0.0.0.3 area 0
En el ejemplo, el número 1 es el ID de proceso, que es un número que se utiliza
para identificar un proceso de enrutamiento OSPF en el router. Se pueden iniciar
varios procesos OSPF en el mismo router. El número puede tener cualquier valor
entre 1 y 65.535. El comando network configura la red que tiene como identificador
de area el area 0. Para que los routers envíen y reciban actualizaciones OSPF
deben estar en la misma área, o dicho de otro modo deben tener el mismo
identificador de área configurado.
La dirección de red puede ser una red completa, una subred o la dirección de la
interfaz. La numeración 0.0.0.3 indica la máscara wildcard (inverso de la máscara
de subred), de uso obligatorio. La máscara wildcard representa el conjunto de
direcciones de host que admite el segmento.

Cork

Cork>enable
Cork#configure terminal
Cork(config)#router ospf 1
Cork(config-router)#network 172.16.255.0 0.0.0.3 area 0
Cork(config-router)#network 172.16.0.0 0.0.0.255 area 0
Cork(config-router)#exit
Cork(config)#exit
Cork#copy running-config startup-config

Limerick

Limerick>enable
Limerick#configure terminal
Limerick(config)#router ospf 1
Limerick(config-router)#network 172.16.255.0 0.0.0.3 area 0
Limerick(config-router)#exit
Limerick(config)#exit
Limerick#copy running-config startup-config

Belfast

Belfast>enable
Belfast#configure terminal
Belfast(config)#router ospf 1
Belfast(config-router)#network 10.0.0.0 0.255.255.255 area 0
Belfast(config-router)#network 172.16.255.0 0.0.0.3 area 0
Belfast(config-router)#exit
Belfast(config)#exit
Belfast#copy running-config startup-config

 Configurar y redistribuir RIP al proceso de enrutamiento OSPF

Belfast(config-router)#redistribute rip subnets

Limerick(config-router)#redistribute rip subnets

Cork(config-router)#redistribute rip subnets

Fase 3: Configuración de NAT, simulación de Frame Relay y ACL

1. El router de Belfast ejecutará NAT. Configurar el router de Belfast de la


manera siguiente:

 Definir el conjunto NAT. El conjunto consiste en una sola dirección de


192.168.1.6/30.

 Definir una lista de control de acceso, que permita el tráfico de todas las
direcciones internas (172.16.0.0/16), y deniegue todo el tráfico restante.

 Establecer la traducción dinámica de origen, especificando el conjunto NAT y la


ACL definida en los pasos anteriores.

 Especificar las interfaces NAT internas y externas.

 Cambiar el valor por defecto del tiempo de espera NAT a 120 segundos.

2. Conectar una estación de trabajo al puerto E0 de Belfast para simular un


servidor ISP. Configurar esta estación de trabajo de la manera siguiente:

 Configurar la dirección IP y la máscara de subred en 10.0.0.2/8.

 Configurar el gateway por defecto.

 Configurar la estación de trabajo para que actúe como un servidor de Web.


Crear una página Web simple que indique a los usuarios que han alcanzado el
ISP.

You might also like