Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Docente: Leonel Lugo Mendoza

Laboratorio de Redes con Packet Tracer.


Objetivo: Interconectar 2 redes con entorno de RED diferente.

Diseño de la RED

Switch1 192.168.1.2 Fa0/1 Router (RP) Gig0/0


Switch2 192.168.2.2 Fa0/1 Router (RP) Gig0/1
Caro 192.168.1.51 Fa0 Switch1 Fa0/2
Yina 192.168.1.52 Fa0 Switch1 Fa0/3
Luis 192.168.2.61 Fa0 Switch2 Fa0/2
Juana 192.168.2.62 Fa0 Switch2 Fa0/3

1. Configuramos las 4 PC, con direcciones IP, mascara de red y Puerta de enlace.
2. Configuramos los 2 Puertos de Router
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface gigabit0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface gigabit0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#exit
Router#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Router#exit
3. Configuramos los 2 Switch.
3.1 Switch1 >>>
Switch>enable
Switch#configure terminal
Switch(config)#interface vlan1
Switch(config-if)#ip address 192.168.1.2 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Switch(config-if)#exit
Switch(config)#ip default-gateway 192.168.1.1
Switch(config)#do write (OJO SE PUEDE GUARDAR DESDE AQUÍ CON DO WRITE)
Building configuration...
[OK]

3.2 Switch2 >>>


Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan1
Switch(config-if)#ip address 192.168.2.2 255.255.255.0
Switch(config-if)#no shutdown
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Switch(config-if)#exit
Switch(config)#ip default-gateway 192.168.2.1
Switch(config)#do write (OJO SE PUEDE GUARDAR DESDE AQUÍ CON DO WRITE)
Building configuration...
[OK]
Switch(config)#

Realizamos las pruebas de conectividad

You might also like