Grupo 10-Tarea2
Grupo 10-Tarea2
Grupo 10-Tarea2
GRUPO 2150521_10
TUTORA
NANCY AMPARO GUACA
INTRODUCCIÓN
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.
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.
- Set the IPv4 and IPv6 addresses according to the Addressing Table.
- Assign the link local address to each interface.
7
SSH
DHCPv4
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
- 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
- Use a static NAT statement to redirect TCP port 443 traffic from
64.102.139.2 to 10.10.10.10.
Default Routing
On R4, configure an IPv4 and IPv6 default route using the exit interface.
OSPF Routing
- 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
- 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
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.
Addressing Table
Interfac Default
Device e IP Address Subnet Mask Gateway
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
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
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
CONCLUSIONES
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.
BIBLIOGRAFIA
CONCLUSIONES
BIBLIOGRAFIA