Laboratorio 07. Enrutamiento entre VLAN´s

Page 1

UNIVERSIDAD TECNOLÓGICA DEL VALLE DE TOLUCA

DIRECCIÓN DE CARRERA DE TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN.

Laboratorio 07 - “Enrutamiento entre VLAN´s” Tipo: Práctica en Clase Cisco Packet Tracer.

PRESENTA:

221211115 Tovar Interino Dalia Guadalupe

Asignatura: Redes Convergentes

Profesor: ISC. Raúl Arturo García Mtz.

GRUPO: TIC-82

SANTA MARÍA ATARASQUILLO, LERMA, MÉXICO A 02 DE MARZO DE 2015.


OBJETIVOS DE LA PRÁCTICA  Configurar en un Router el enrutamiento de dos VLAN´s, para permitir la comunicación de los dispositivos pertenecientes a cada VLAN.

ELEMENTOS DE LA PRÁCTICA ELEMENTOS Router  Fa0/0 192.168.50.1/24  Fa0/1 192.168.60.1/24 Switch  RED 1 Vlan 80 PC0 IP 192.168.50.2/24 PC1 IP 192.168.50.3/24  RED 2 Vlan 81 PC2 IP 192.168.60.2/24 PC3 IP 192.168.60.3/24

TOPOLOGÍA

Ilustración 1 Topología de Red


DESARROLLO DE LA PRÁCTICA 1.- Activamos las FastEthernet 0/0 y 0/1 del Router, desde el CLI en modo de Configuración Global con el comando interface Fa0/1 o Fa0/2, posteriormente tecleamos ipaddress [IP Address][Subnet Mask] como se muestra a continuación.  FastEthernet 0/0 190.168.50.1 255.255.255.0  FastEthernet 0/1 190.168.60.1 255.255.255.0

Router>enable Router#conf t

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fa0/0

Router(config-if)#ip address 190.168.50.1 255.255.255.0 Router(config-if)#no shut Router(config-if)#exit

Router(config)#interface fa0/1 Router(config-if)#ip address 190.168.60.1 255.255.255.0 Router(config-if)#no shut Router(config-if)#exit

2.- Asignamos las direcciones IP´s a las PC´s de la Red 1 y Red 2, dando clic en la PC Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway]. RED 1 PC/IP Address PC0 192.168.50.2 PC1 192.168.50.3

Subnet Mask 255.255.255.0 255.255.255.0 RED 2

Default Gateway 190.168.50.1 190.168.50.1

PC2 192.168.60.2 PC3 192.168.60.3

255.255.255.0 255.255.255.0

190.168.60.1 190.168.60.1


 PC0

Ilustración 2 ipconfig PC0

 PC1

Ilustración 3 ipconfig PC1


 PC2

Ilustración 4 ipconfig PC2

 PC3

Ilustración 5 ipconfig PC3


3.-Creamos las VLAN´s 80 y 81 en el Router, y asignamos los puertos de la FastEthernet.  Fa0/3 ,Fa0/4,Fa0/1 a vlan 80  Fa0/5 y Fa0/6,Fa02 a vlan 81 Switch>enable Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 80 Switch(config-vlan)#name red1 Switch(config-vlan)#exit Switch(config)#vlan 81 Switch(config-vlan)#name red2 Switch(config-vlan)#exit Switch(config)#interface fa0/3 Switch(config-if)#switchport access vlan 80 Switch(config-if)#exit Switch(config)#interface fa0/4 Switch(config-if)#switchport access vlan 80 Switch(config-if)#exit Switch(config)#interface fa0/5 Switch(config-if)#switchport access vlan 81 Switch(config-if)#exit Switch(config)#interface fa0/6 Switch(config-if)#switchport access vlan 81 Switch(config-if)#exit Switch(config)#interface fa0/2 Switch(config-if)#switchport access vlan 81 Switch(config-if)#exit


Switch(config)#interface fa0/1 Switch(config-if)#switchport access vlan 80 Switch(config-if)#exit Switch(config)#

4.- Verificamos que los puertos sean asignados correctamente a las VLAN´s creadas, en el modo privilegiado de CLI tecleamos el comendo show vlan. Switch>ena Switch#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------1 default active Fa0/7, Fa0/8, Fa0/9, Fa0/10 Fa0/11, Fa0/12, Fa0/13, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/19, Fa0/20, Fa0/21, Fa0/22 Fa0/23, Fa0/24

80 red1 active Fa0/1, Fa0/3, Fa0/4 81 red2 active Fa0/2, Fa0/5, Fa0/6 1002 fddi-default act/unsup

1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ -----1 enet 100001 1500 - - - - - 0 0

80 enet 100080 1500 - - - - - 0 0 81 enet 100081 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 tr 101003 1500 - - - - - 0 0 --More--


PRUEBAS RED A  Ping PC0 a PC1 IP 190.168.50.3 (Successful)

 Ping PC0 a PC2 IP 190.168.60.2 (Successful)


 Ping PC0 a PC3 IP 190.168.60.3 (Successful)

 Ping PC0 a Router IP 190.168.60.1 (Successful)


RED B  Ping PC2 a PC3 IP 190.168.60.3 (Successful)

 Ping PC2 a PC0 IP 190.168.50.2 (Successful)


 Ping PC2 a PC1 IP 190.168.50.3 (Successful)

 Ping PC2 a Router IP 190.168.50.1 (Successful)


CONCLUSIONES Durante el desarrollo de la práctica aprendimos que el enrutamiento entre VLAN´s nos permite comunicar los dispositivos conectados a VLAN´s diferentes.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.