Grupo 10-Tarea2

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 43

UNIDAD 1-TAREA2

CONOCER LAS DIFERENTES TECNOLOGÍAS WAN.

DIEGO FERNANDO RODRIGUEZ MAPALLO. CÓDIGO. 94405140


HAROLD HERNAN MENESES

GRUPO 2150521_10

TUTORA
NANCY AMPARO GUACA

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA UNAD


ESCUELA DE CIENCIAS BASICAS, TECNOLOGIA E INGENIERIA
ACCESO A LA WAN (MOD4-CISCO) 2150521A_363
CEAD PALMIRA
2017
2

INTRODUCCIÓN

En el capitulo 1, se presentan los conceptos, los principios, los modelos y las


arquitecturas del diseño de red. Se abarcan los beneficios que se obtienen
mediante un enfoque de diseño sistemático. También se analizan las tendencias
tecnológicas emergentes que afectan la evolución de las redes.

En el ejercio 1.4.1.2. packet tracer – skills integration challenge– ospf, y en la la


actividad similar de Packet Tracer - Skills Integration Challenge - EIGRP se
entienden como recursos para determinar las habilidades que aún no hemos
dominado en los cursos anteriores. Se trata deun negocio acaba de expandirse
en una ciudad diferente y necesita expandir su presencia a través de Internet. Por
lo tanto debemos completar las actualizaciones de la red empresarial, que incluye
IPv4 de doble pila e IPv6 y una variedad de tecnologías de direccionamiento y
enrutamiento.
En el cap 2, se presentan los estándares, las tecnologías y los propósitos de WAN
y se abarca la elección de las tecnologías, los servicios y los dispositivos WAN
apropiados para satisfacer los requisitos comerciales cambiantes de una empresa
en crecimiento.

En el cap 3, se abarcan los términos, la tecnología y los protocolos que se utilizan


en las conexiones seriales. Se presentan los protocolos punto a punto (PPP) y
HDLC. PPP es un protocolo capaz de manejar la autenticación, la compresión y la
detección de errores, de controlar la calidad de los enlaces, y de agrupar
lógicamente varias conexiones seriales para compartir la carga.Uno de los tipos
de conexiones WAN más comunes, especialmente en las comunicaciones de larga
distancia, son las conexiones punto a punto, que también se denominan
“conexiones seriales” o “de líneas arrendadas“. Debido a que, en general, estas
conexiones las proporciona una empresa prestadora de servicios, como una
compañía telefónica, los límites entre lo que administra la prestadora y lo que
administra el cliente se deben establecer con claridad.
3

En este ejercicio 3.1.2.7. packet tracer – troubleshooting serial interfaces,


debemos solucionar las conexiones WAN de una compañía telefónica local (Telco).
El enrutador Telco debe comunicarse con cuatro sitios remotos, pero ninguno de
ellos está funcionando. Aplicando los conocimientos del modelo OSI y algunas
reglas generales para identificar y reparar los errores en la red se hará funcional
todas las conexiones de está red.

En el cap 4,se presentan los conceptos fundamentales de Frame Relay. También


se abarcan las tareas de configuración, verificación y resolución de problemas de
Frame Relay.

Frame Relay es una alternativa a las líneas dedicadas arrendadas WAN, que son
más costosas. Frame Relay es un protocolo WAN de alto rendimiento que
funciona en las capas física y de enlace de datos del modelo de referencia OSI. Si
bien los servicios más modernos como los de banda ancha y Ethernet
metropolitana redujeron la necesidad de Frame Relay en muchas ubicaciones,
Frame Relay sigue siendo una opción viable en muchos sitios de todo el mundo.
Frame Relay proporciona una solución rentable para las comunicaciones entre
varios sitios remotos mediante un único circuito de acceso desde cada sitio hasta
el proveedor.

En el ejercicio 4.2.1.4 packet tracer configuring static frame relay maps, se


configurará dos mapas de Frame Relay estáticos. Aunque el tipo de LMI es
autosensed en los enrutadores, asignará estáticamente el tipo configurando
manualmente el LMI.
4

1.4.1.2. PACKET TRACER – SKILLS INTEGRATION CHALLENGE– OSPF

Note: This activity and the similar Packet Tracer - Skills Integration
Challenge - EIGRP activity are meant as resources for you to determine what
skills you may not have yet mastered from the previous courses. Refer to your
notes and previous content if you need assistance. But it may be fun initially to
see just how much you retained.

Topology
5

Addressing Table
6

Scenario
Your business has just expanded into a different town and needs to expand its
presence across the Internet. You are tasked with completing the upgrades to the
enterprise network, which includes dual-stacked IPv4 and IPv6, and a variety of
addressing and routing technologies.

Requeriments

Note: Although not required, adding additional labeling to the topology may help
you as you proceed. All names and passwords are case-sensitive.

Basic Device Configuration

 Configure the following on R1 and R4.

- Set the device names to match the Addressing Table.

- Set cisco as the encrypted privileged EXEC mode password.


- Set a banner MOTD which includes the word warn.

- Set the IPv4 and IPv6 addresses according to the Addressing Table.
- Assign the link local address to each interface.
7

SSH

 Configure SSH on R4.

- Set a domain name of R4.


- Create a user of admin with an encrypted password of cisco.
- Create a 2,048-bit RSA key.
- Configure all vty lines to use SSH and a local login.
8

DHCPv4

 Configure R4 to act as a DHCP server for its LAN.

- Create a DHCP pool using the name R4.


- Assign the appropriate addressing information to the pool including the
209.165.44.2 as the DNS server.
- Prevent the address used by the router from being distributed to end
devices.

NAT

 Configure NAT/PAT on R4 so that all devices on the LAN use the IP address
on the Serial 0/0/1 to access the Internet.

- Use a single statement in access list 1 to define the addresses that will
participate in NAT. Allow only the 10.10.4.0/24 address space.
- Enable NAT/PAT using the access list.
9

- Configure the appropriate interfaces as NAT inside or outside

 Configure PAT on R1.

- Use a single statement in access list 1 to define the addresses that will
participate in NAT. Allow only the 10.10.0.0/16 address space.
- Define a pool named R1 to use all four addresses in the 64.102.139.4/30
address space.
- Assign access list 1 to the R1 pool.
- Configure the appropriate interfaces as NAT inside or outside.
10

 Configure static NAT on R1 for remote access to Intranet.pka server.

- Use a static NAT statement to redirect TCP port 80 traffic from


64.102.139.2 to 10.10.10.10.

- Use a static NAT statement to redirect TCP port 443 traffic from
64.102.139.2 to 10.10.10.10.

Default Routing

 On R1, configure an IPv4 default route using the next-hop IP address


64.102.139.1.
 On R1, configure an IPv6 default route using the exit interface.

 On R4, configure an IPv4 and IPv6 default route using the exit interface.

OSPF Routing

 Configure OSPFv2 area 0 on R1.

- Use process ID 1.
- Advertise directly connected networks. Do not include the link to the
Internet.
- Prevent routing updates from being sent across the LAN interfaces.
11

- Propagate the default route.

 Configure OSPFv3 area 0 on R1.

- Use process ID 1.
- Assign 1.1.1.1 as the router ID.
- Prevent routing updates from being sent across the LAN interfaces.
- Complete any required OSPFv3 or IPv6 routing configurations.
12

Verify Connectivity

 Configure PC5 and PC6 to use DHCP for IPv4 and Autoconfig for IPv6.
13

 Verify web access to Internet.pka and Intranet.pka from each six PCs.
Be sure to test both IPv4 and IPv6. Pings are not forwarded from PC5 and
PC6 to Intranet.pka.
14
15
16

3.1.2.7. PACKET TRACER – TROUBLESHOOTING SERIAL INTERFACES

Topology

Addressing Table

Default
Device Interface IP Address Subnet Mask Route

S0/0/0
(DCE) 64.100.34.17 255.255.255.252 N/A
S0/0/1
(DCE) 64.100.34.21 255.255.255.252 N/A
Telco
S0/1/0
(DCE) 64.100.34.25 255.255.255.252 N/A
S0/1/1
(DCE) 64.100.34.29 255.255.255.252 N/A
R1 S0/0/0 64.100.34.18 255.255.255.252 64.100.34.17
R2 S0/0/1 64.100.34.22 255.255.255.252 64.100.34.21
R3 S0/0/0 64.100.34.26 255.255.255.252 64.100.34.25
R4 S0/0/1 64.100.34.30 255.255.255.252 64.100.34.29

Objectives
Part 1: Diagnose and Repair the Physical Layer
Part 2: Diagnose and Repair the Data Link Layer
Part 3: Diagnose and Repair the Network Layer

Scenario
You have been asked to troubleshoot WAN connections for a local telephone company
(Telco). The Telco router should communicate with four remote sites, but none of
17

them are working. Use your knowledge of the OSI model and a few general rules to
identify and repair the errors in the network.

Part 1:     Diagnose and Repair the Physical Layer

Step 1:     Diagnose and repair the cabling.


a.     Examine the Addressing Table to determine the location of the DCE connections.
b.    Each serial connection has a DCE and a DTE connection. To determine if
each Telco interface is using the correct end of the cable look on the third line of
output following the show controllers command.
Telco# show controllers [interface_type interface_num]
c.     Reverse any cables that are incorrectly connected.
Note: In real network settings, the DCE (which sets the clock rate) is typically a
CSU/DSU.
18
19

Podemos observar que donde esta la flecha no es correcto la configuración para el


DCE, por lo tanto procedemos a invertir el enlace serial para que quede el DCE en
el Router Telco en la interface S0/1/1 y en R4 en la interface S0/0/1, como se
indica en la imagen ya corregida.
20

Step 2:     Diagnose and repair incorrect port connections.


a.     Examine the Addressing Table to match each router port with the
correctTelco port.
b.    Hold the mouse over each wire to ensure that the wires are connected as
specified. If not, correct the connections.

Se verifica las conexiones y se corrige en el R2 la interface S0/0/0 por la interface


S0/0/1, como se indica en la tabla.

Step 3:     Diagnose and repair ports that are shutdown.


a. Show a brief interface summary of each router. Ensure that all of the ports that
should be working are not administratively down.
21
22

b. Enable the appropriate ports that are administratively down:

Se corrige levantando la interface con el comando shut down, como se indica en


la imagen.
23

Part 2:     Diagnose and Repair the Data Link Layer

Step 1:     Examine and set clock rates on DCE equipment.


a. All of the DCE cables should be connected to Telco. Show the running
configuration of Telco to verify that a clock rate has been set on each interface.
b. Set the clock rate of any serial interfaces that requires it:
24

Step 2:     Examine the encapsulation on DCE equipment.


a.     All of the serial interfaces should be using HDLC as the encapsulation type.
Examine the protocol setting of the serial interfaces.
Telco# show interface [interface_type interface_num]
c. Change the encapsulation type to HDLC for any interface that is set otherwise:
25
26
27

Se cambia la encapsulación PPP por HDLC


28

Part 3:     Diagnose and Repair the Network Layer

Step 1:     Verify the IP addressing.


a.     Show a brief interface summary of each router. Check the IP addresses against
the Addressing Table and ensure that they are in the correct subnet with their
connecting interface.
b.    Correct any IP addresses that overlap, or are set to the host or broadcast
address:
29

IP incorrecta se procede a configurar de nuevo con la IP 64.100.34.18


255.255.255.252

Step 2:     Verify connectivity between all routers.


30
31

4.2.1.4- PACKET TRACER – CONFIGURING STATIC FRAME RELAY MAPS

Addressing Table

Interfac Default
Device e IP Address Subnet Mask Gateway

G0/0 192.168.10.1 255.255.255.0 N/A


R1
S0/0/0 10.1.1.1 255.255.255.0 N/A
G0/0 192.168.30.1 255.255.255.0 N/A
R2
S0/0/0 10.1.1.2 255.255.255.0 N/A
S0/0/0 10.1.1.3 255.255.255.0 N/A
R3
S0/1/0 209.165.200.225 255.255.255.224 N/A
ISP S0/0/0 209.165.200.226 255.255.255.224 N/A
Web NIC 209.165.200.2 255.255.255.252 209.165.200.1
PC NIC 192.168.10.10 255.255.255.0 192.168.10.1
Laptop NIC 192.168.30.10 255.255.255.0 192.168.30.1

Objectives
Part 1: Configure Frame Relay
Part 2: Configure Static Frame Relay Maps and LMI Types

Scenario
In this activity, you will configure two static Frame Relay maps. Although the
LMI type is autosensed on the routers, you will statically assign the type by
manually configuring the LMI.
32

Part 1:     Configure Frame Relay

Step 1:     Configure Frame Relay encapsulation on the S0/0/0 interface


of R1.
R1(config)# interface s0/0/0
R1(config-if)# encapsulation frame-relay

Step 2:     Configure Frame Relay encapsulation on the S0/0/0


interfaces of R2 and R3.
33

Step 3:     Test connectivity.


From the command prompt on PC, verify connectivity to the Laptop, located
at 192.168.30.10, using the ping command.
The ping from PC to Laptop should fail because R1 does not have a route to
reach the 192.168.30.0 network. R1 must be configured with a Frame Relay
map so that it can find the next hop destination to reach that network.
34

Part 2:     Configure Static Frame Relay Maps and LMI Types


Each router requires two static maps to reach the other routers. The DLCIs to
reach these routers are provided below.

Step 1:     Configure static maps on R1, R2, and R3.

a. Configure R1 to use static frame relay maps. Use DLCI 102 to


communicate from R1 to R2. Use DLCI 103 to communicate
from R1 to R3. The routers must also support EIGRP multicast on
224.0.0.10; therefore, thebroadcast keyword is required.

R1(config)# interface s0/0/0
R1(config-if)# frame-relay map ip 10.1.1.2 102 broadcast
R1(config-if)# frame-relay map ip 10.1.1.3 103 broadcast

b.    Configure R2 to use static Frame Relay maps. Use DLCI 201 to


communicate from R2 to R1. Use DLCI 203 to communicate
from R2 to R3. Use the correct IP address for each map.
35

c.     Configure R3 to use static Frame Relay maps. Use DLCI 301 to


communicate from R3 to R1. Use DLCI 302 to communicate
from R3 to R2. Use the correct IP address for each map.
36

Step 2:     Configure ANSI as the LMI type on R1, R2, and R3.
Enter the following command on the serial interface for each router:
R1(config-if)# frame-relay lmi-type ansi
37

Step 3:     Verify connectivity.


The PC and Laptop should now be able to ping each other and the Web
Server.
38
39

CONCLUSIONES

 El protocolo NAT (Traducción de direcciones de red), muestra el orden como


se procesan las transacciones de la red interna a la externa y viceversa, así
como poder operar con direccionamiento IPV4 e IPV6.
 Cuando un paquete viaja de adentro hacia afuera, un router NAT verifica su
tabla de routing para obtener una ruta a la dirección externa, antes de
continuar en la traducción del paquete.
 Los paquetes de devolución se traducen antes de enrutarse.

Los comandos utilizados para verificar si estaban correctamente


configurados los protocolos y parámetros de los routers fueron:

 show controllers command. que nos permite determinar si cada interfaz


Telco (Router) está utilizando el extremo correcto del aspecto de cable en la
tercera linea de salida. (definir la conexión a DCE)
 Show a brief interface summary: Nosmuestra un breve resumen de la
interfaz de cada Router y así poder asegurarse de que todos los puertos
que deben estar funcionando no estén administrativamente abajo o
también para comprobar las direcciones IP en la tabla de direcciones y
asegúrese de que están en la subred correcta con su interfaz de conexión.
 Show the running configuration: Muestra la configuración en ejecución de
Telco para verificar que se ha establecido una velocidad de reloj en cada
interfaz.
 Telco#show interface [interface_type interface_num]:Examina la
configuración del protocolo de las interfaces serie.por ejemplo para cambiar
el tipo de encapsulado a HDLC para cualquier interfaz que se establezca de
otra manera.

 Frame Relay es un protocolo WAN de alto rendimiento que funciona en las


capas física y de enlace de datos del modelo de referencia OSI. A diferencia
de las líneas arrendadas, Frame Relay solo requiere un único circuito de
acceso al proveedor de servicios de Frame Relay para comunicarse con
40

otros sitios conectados al mismo proveedor. La capacidad entre dos sitios


puede variar.

 Las conexiones de Frame Relay se crean configurando los routers u otros


dispositivos del equipo local del cliente (CPE) para que se comuniquen con
un switch Frame Relay de un proveedor de servicios. El proveedor de
servicios configura el switch Frame Relay, lo que reduce al mínimo las
tareas de configuración del usuario final.

 Para configurar Frame Relay en las interfaces seriales. Implica la asignación


de una dirección IP, la configuración del tipo de encapsulación y la
asignación de ancho de banda.
 A diferencia del encapsulado Frame Relay, el tipo LMI no se puede
configurar en base a DLCI. Tiene que ser configurado en el nivel de interfaz.

 Cada enrutador requiere dos mapas estáticos para llegar a los otros
enrutadores asignación estática en un router Cisco. En este trabajo, la
asignación estática de direcciones se realiza en la interfaz serial 0/0/1. La
encapsulación de Frame Relay que se usa en el DLCI 102 es CISCO. Como
se observa en los pasos de configuración, la asignación estática de
direcciones mediante el comando frame-relay map permite que los usuarios
seleccionen el tipo de encapsulación de Frame Relay que se utiliza por VC.

 La configuración del comando de configuración de la interfaz lmi tipo


frame relay , que se utiliza para configurar explícitamente un tipo LMI en
una interfaz Frame Relay. Tres opciones de LMI están
disponibles: ansi , Cisco , y q933a. Representan los tipos LMI ANSI Anexo
D, Cisco y ITU Q933-A (Anexo A), respectivamente. La forma no del
comando lmi-tipo relay-frame elimina el tipo LMI explícito configurado en
la interfaz. Tome en cuenta que después de que la configuración de tipo
LMI explícita se elimina de una interfaz, la característica autosense LMI se
41

utiliza de nuevo para el descubrimiento de tipo LMI en esa interfaz. En un


entorno de Cisco, el tipo recomendado de LMI es Cisco LMI.
42

BIBLIOGRAFIA

CISCO SYSTEM. (2014). Capítulo 1. Diseño Jerárquico de la red. Recuperado


de: https://static-course-
assets.s3.amazonaws.com/CN503/es/index.html#1.0.1.1

CISCO SYSTEM. (2014). Capítulo 2. Conexión a la WAN. Recuperado


de: https://static-course-
assets.s3.amazonaws.com/CN503/es/index.html#2.0.1.1

CISCO SYSTEM. (2014). Capítulo 3. Conexiones Point to Point. Recuperado


de: https://static-course-
assets.s3.amazonaws.com/CN503/es/index.html#3.0.1.1

CISCO SYSTEM. (2014). Capítulo 4. Frame Relay. Recuperado de: https://static-


course-assets.s3.amazonaws.com/CN503/es/index.html#4.0.1.1
43

CONCLUSIONES

BIBLIOGRAFIA

También podría gustarte