Sunteți pe pagina 1din 22

Objetivos:

• Diseñar y documentar un esquema de direccionamiento basado en requerimientos.

. • Seleccionar el equipo apropiado y cablear los dispositivos.

• Aplicar una configuración básica a los dispositivos.

• Verificar la conectividad total entre todos los dispositivos en la topología.

• Identifique las direcciones de capa 2 y capa 3 utilizadas para cambiar paquetes.

Tarea 1: Diseñar y documentar un esquema de direccionamiento.

Paso 1: Diseñar un esquema de direccionamiento. En función de los requisitos de red que se muestran en la topología,
diseñe un esquema de direccionamiento adecuado.

• Comenzando con la LAN más grande, determine el tamaño de cada subred que necesitará para el host dado
requisito.
En esta red, se planea usar el espacio de IP privado para su máxima eficiencia. Noté que
tenemos un total de 140 PC hosts con 3 interfaces de enrutador con 3 conmutadores, creando un
total de 140 + 6 o más direcciones IP.

El plan para B1:


80 hosts se necesita usando una subred de clase C.

80 <2 ^ 7 donde el último octeto 2 ^ 7 = 128

Podemos dar B1
7 bits para host, dejando 1 bit para la subred. máscara = 255.255.255.128
Dejándonos con el espacio de direcciones del host (192.168.1.1 - 192.168.1.126)
Subred (192.168.1.0)
Broadcast (192.168.1.127)

Plan para B2

20 host necesarios. 20 <2 ^ 5

5 bits de host con 3 bits de subred. máscara = 255.255.255.224

Los hosts no pueden ser "último octeto" = (1-127)


192.168.1.128 = nueva subred para B2

Hosts: 128 +32 = 160 rango de direcciones de host (192.168.1.129 - 192.168.1.160) Subred
(128) con broadcast en (159)
Plan de HQ

40 hosts necesitan 2 ^ 6 = 64

Se necesitan al menos 6 bits para la dirección del host, dejando 2 bits para la subred

Máscara = 255.255.255.192

La dirección del host no puede ocupar diseños de red anteriores para B1 y B2 (192.168.1.0
a 192.168.1.160)
La dirección de inicio debe ser múltiplo de 64 = 192.168.1.192

Rango de direcciones del host (192.168.1.193 - 192.168.1.254) Dirección de difusión =


192.168.1.255

Tenga en cuenta que el espacio de direcciones 160 - 192 no está en uso (Reserve las interfaces seriales)

• Una vez que se hayan determinado los destinatarios de todas las subredes LAN, asigne el primer espacio de direcciones
disponible al enlace WAN entre B1 y HQ. Asigne el espacio de direcciones al enlace WAN entre HQ y B2.

Interfaz serie HQ = s2 / 0 192.168.1.165; s3 / 0 192.168.1.169 255.255.255.252

* No utilicé la primera dirección IP disponible que fue ... 161 .. En el último octeto .. * nota

B1 = s2 / 0 192.168.1.166 en HQ s2 / 0 192.168.1.166

B2 = s3 / 0 192.168.1.170 en HQ s3 / 0 192.168.1.169

Device Interface IP address Subnet Mask Default GW


Fa0/0 192.168.1.193 255.255.255.192 Router interface
HQ S2/0 192.168.1.165 255.255.255.252 Router interface
S3/0 192.168.1.169 255.255.255.252 Router interface
B1 Fa0/0 192.168.1.1 255.255.255.128 Router interface
S2/0 192.168.1.166 255.255.255.252 Router interface
B2 Fa0/0 192.168.1.129 255.255.255.224 Router interface
S3/0 192.168.1.170 255.255.255.252 Router interface
PC0 NIC 192.168.1.2 - 126 255.255.255.128 192.168.1.1
PC1 NIC 192.168.1.194 - 255.255.255.192 192.168.1.193
254
PC2 NIC 192.168.1.130 255.255.255.128 192.168.1.129
- 158

Paso 2

Documentar el esquema de direccionamiento. • Use los espacios en blanco en la topología para registrar las
direcciones de red en formato de coma decimal / puntos. • Utilice la tabla provista en las instrucciones impresas
para documentar las direcciones IP, las máscaras de subred y las direcciones de las puertas de enlace
predeterminadas. Para las LAN, asigne la primera dirección IP a la interfaz del enrutador. Asigne la última
dirección IP a la PC Para los enlaces WAN, asigne la primera dirección IP a HQ.

Tarea 2

Paso 1: Seleccione el equipo necesario. Seleccione los dispositivos restantes que necesitará y agréguelos al espacio
de trabajo dentro de Packet Tracer. Use las etiquetas como guía para ubicar los dispositivos.
Paso 2: Termina de cablear los dispositivos. Cablee las redes según la topología cuidando que
las interfaces coinciden con su documentación en la Tarea 1. Tarea 3: aplicar una configuración básica.
Paso 1: Configurar los enrutadores. Usando su documentación, configure los enrutadores con configuraciones
básicas que incluyen direccionamiento. Utilice cisco como las contraseñas de línea y la clase como la contraseña
secreta. Utilice 64000 como la velocidad de reloj.
Paso 2: Configurar las PC. Con la documentación, configure las PC con una dirección IP, una máscara de subred y
una puerta de enlace predeterminada.
Tarea

Packet Tracer Simulation

( after configuration )
Configuring Router HQ

¡OBSERVE E IGNORE LA INTERFAZ DE SERIE * QUE HAN SIDO ASIGNADAS CORRECTAMENTE EN EL


REAL TRAZADOR DE PAQUETES! ***

Simply configure Router HQ with basic hostname, banner, password. Also, configure fast ethernet
interface with ip address I calculated at table. Make sure the interface is in no shutdown mode. We can
see that the link state is green.
This portion of the command line, I configured the serial interfaces for the WAN port and also synced
with the DCE clock rate of 64000, as documented by the lab requirements for part 2. Also made sure to
configure each interface to no shutdown. Las t but not least, made sure to copy the running config to
start-up config so the router will boot with the configuration changes.
* also forgot to enable secret class on configuration settings

Copy running-config to startup-config and reload the router


RESULT OF SHOW RUN FROM HQ
Router B1
Notice that the DCE interface did not show message when configuring clock rate. This is most likely
because I connected the B1 router to supply clock rate to Router HQ through the serial interface.

Configure Router B2

After configuring B2, this is the show run status


TROUBLESHOOTING ERRORS
I noticed that the link for s3/0 was not configured properly after I entered no shutdown command for
s2/0 on B2.

Fix

After assigning s3/0 on router HQ with IP address, clock rate and no shutdown . I was able to achieve
connection green.

Packet Tracer Simulation Network


Take notice here that all the links are green, meaning that the lin k state are in UP state, However for
the next portion of this lab i noticed that I have no layer 3 connectivity between the WAN links; this is
most likely due to packet tracer lab 1.6.1 assumption that the RIP protocol is administered by default.
This is not true for for this situation, I will have to enable RIP protocol.

Assign RIP v 2 for router B1 / B2 / HQ


Task 4: Test connectivity and examine the configuration.

In the last step

I troubleshooted the network with a series of ping request from the hosts in each subnet.

HOST to default gateway, host to next router on hop and host to host connectivity.

I noticed that I did not have connectivity between router to router and host past the default gateway.

I knew that the problem had to be on the router configuration.


Packet tracer 1.6.1 lab assumes that rip v 2 is a protocal that has already been preconfigured. In my
case, configuring the Packet tracer from scratch, it has not been configured.

after troubleshooting the rip protocal, i noticed that the routing table did not have the rip v2 update.
so to enable the update i had to assign the network value to communicate the update.

IOS TERMINAL

we can see that RIPv2 did not exchange routing updates

I DID THIS FOR ALL ROUTERS ON THE NETWORK AND ACHIEVED FULL CONNECTIVITY

Assign routing rip v 2 with the network to exchange update information

after troubleshooting i have full connectivity between all host from 192.168.1.126
ALL HOSTS ACROSS THE NETWORK CAN BE PINGED FROM 192.168.1.126

CONCLUSION:

I have completed the packet tracer 1.6.1 lab. In this lab I have implemented the subnet theory and
routing protocal to communicate information across network topology. I have constructed a sim ulation
to test and troubleshoot connectivity. I have successfuly used the troubleshooting procedure to
complete all link failures. I learned how to design router to router network design and subnet
implementation.
CREATED BY RAFAT KHANDAKER

YOUTUBE PACKT TRACER 1.6.1 lab with commentary :


https://yo utu.be/Mrc l5N0 n5kY by Rafat Khandaker

THANK YOU

S-ar putea să vă placă și