Informe - Implementacion de Vlans
Informe - Implementacion de Vlans
Informe - Implementacion de Vlans
DOCENTE:
ASIGNATURA:
FECHA:
ALUMNOS:
OSCAR MAYORGA
BRYAN GUAGCHINGA
LATACUNGA 2017
UNIVERSIDAD DE LAS FUERZAS ARMADAS
ESPE EXTENSIN LATACUNGA
DEPARTAMENTO DE ELCTRICA Y ELECTRNICA
CDIGO DE LA
CARRERA NOMBRE DE LA ASIGNATURA
ASIGNATURA
Ingeniera en Electrnica e
2092 Redes de comunicaciones
Instrumentacin
DURACIN
PRCTICA N LABORATORIO DE: Nombre del Laboratorio a utilizar
(HORAS)
TEMA:
IMPLEMENTACION DE REDES REDES DE DATOS
7 2
VIRTUALES VLANS EN CISCO
PACKET TRACER
1 OBJETIVOS
1.1.
3 CONOCIMIENTOS NECESARIOS
4 ACTIVIDADES A DESARROLLAR
Realice la implementacin de VLANs basado en las 4 formas indicadas: puertos, MAC, direcciones IP
y protocolos
PUERTOS
MAC
DIRECCIONES IP
PROTOCOLOS
Realice la simulacin utilizando Packet Tracer, muestre sus resultados, capturando las pantallas
para cada caso.
Direcciones de subred tcnica
Implementacin de Vlans
Puertos:
Switch>enable
Switch#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Switch (config)#hostname VLAN
VLAN (config)#line console 0
VLAN (config-line)#password REDES
VLAN (config-line)#login
VLAN (config-line)#line vty 0 15
VLAN (config-line)#password REDES
VLAN (config-line)#login
VLAN (config-line)#exit
VLAN (config)#end
%SYS-5-CONFIG_I: Configured from console by console
VLAN #wr
Building configuration...
[OK]
VLAN #vlan database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
Levantar una comunicacin va Telnet que permita al Administrador configurar el Switch 0 (Edificio 1)
y el Switch 1 (Edificio 2), esta comunicacin podr ser comprobada utilizando el packet tracer y en la
prctica (implementacin) se podr descargar un emulador de puertos (ejemplo PuTTy).
PROCEDIMIENTO:
En esta parte vamos a describir detalladamente los pasos para configurar una vlan y su respectiva
programacin.
Paso 1: Cambiar el nombre de los switchs.
Switch>
Switch>ena
Switch#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Edificio1
Edificio1 (config)#exit
Edificio1#wr
Building configuration...
[OK]
Edificio1#
Paso 2: Crear Vlan
Edificio1#vlan database
% Warning: It is recommended to configure VLAN from config mode, as
VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
5 RESULTADOS OBTENIDOS
5.1.
6 CONCLUSIONES
6.1. Se puede implementar VLANS de cuatro formas distintas en la configuracion del switch: por
puerto,por MAC, pot direccion IP/protocolo.
6.2. Para implementar VLANS por puerto se le asigna a una VLAN un puerto en la cnfiguracion del
switch
6.3. La implementacion de VLANS por MAC se lo hace una vez conocido la direccion MAC de la VLAN
que vamos a crear y los puertos asignados a la misma
6.4. Las VLANS por ip abren la interface del puerto para tener acceso de manager, luego encapsular
la VLAN y por ultimo asignar la VLAN a la direccion IP de la PC.
7 RECOMENDACIONES