You are on page 1of 12

Packet Tracer - VLAN Configuration

Integrantes:
1. Lopez Saavedra Luz Karina
2. Ramos Quispe Oscar Friedman

Packet Tracer - VLAN Configuration


Addressing Table
Device Interface IP Address Subnet Mask VLAN

PC1 NIC 172.17.10.21 255.255.255.0 10


PC2 NIC 172.17.20.22 255.255.255.0 20
PC3 NIC 172.17.30.23 255.255.255.0 30
PC4 NIC 172.17.10.24 255.255.255.0 10
PC5 NIC 172.17.20.25 255.255.255.0 20
PC6 NIC 172.17.30.26 255.255.255.0 30

Objectives
Part 1: Verify the Default VLAN Configuration
Part 2: Configure VLANs
Part 3: Assign VLANs to Ports

Background
VLANs are helpful in the administration of logical groups, allowing members of a group to be easily moved, changed,
or added. This activity focuses on creating and naming VLANs, and assigning access ports to specific VLANs.

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

Part 1: View the Default VLAN Configuration


Step 1: Display the current VLANs.
On S1, issue the command that displays all VLANs configured. By default, all interfaces are assigned to VLAN 1.

Step 2: Verify connectivity between PCs on the same network.


Notice that each PC can ping the other PC that shares the same subnet.
 PC1 can ping PC4

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Packet Tracer - VLAN Configuration
 PC2 can ping PC5

 PC3 can ping PC6

Pings to hosts on other networks fail.

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com
Packet Tracer - VLAN Configuration
What benefits can VLANs provide to the network?

 Segmentar las red en diferentes áreas

 Brindar seguridad a cada una de las áreas.

 Atributos y/o características diferenciadas para cada VLAN.


Part 2: Configure VLANs
Step 1: Create and name VLANs on S1.
a. Create the following VLANs. Names are case-sensitive and must match the requirement exactly:
 VLAN 10: Faculty/Staff
S1#(config)# vlan 10
S1#(config-vlan)# name Faculty/Staff
b. Create the remaining VLANS.
 VLAN 20: Students
 VLAN 30: Guest(Default)
 VLAN 99: Management&Native
 VLAN 150: VOICE

Step 2: Verify the VLAN configuration.


Which command will only display the VLAN name, status, and associated ports on a switch?

Step 3: Create the VLANs on S2 and S3.


 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 3 www.netacad.com
Packet Tracer - VLAN Configuration
Use the same commands from Step 1 to create and name the same VLANs on S2 and S3.

Step 4: Verify the VLAN configuration.

Part 3: Assign VLANs to Ports

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 3 www.netacad.com
Packet Tracer - VLAN Configuration
Step 1: Assign VLANs to the active ports on S2.
a. Configure the interfaces as access ports and assign the VLANs as follows:
 VLAN 10: FastEthernet 0/11
S2(config)# interface f0/11
S2(config-if)# switchport mode access
S2(config-if)# switchport access vlan 10
b. Assign the remaining ports to the appropriate VLAN.
 VLAN 20: FastEthernet 0/18
 VLAN 30: FastEthernet 0/6

Step 2: Assign VLANs to the active ports on S3.


S3 uses the same VLAN access port assignments as S2. Configure the interfaces as access ports and assign the VLANs as
follows:
 VLAN 10: FastEthernet 0/11
 VLAN 20: FastEthernet 0/18
 VLAN 30: FastEthernet 0/6

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

Step 3: Assign the VOICE VLAN to FastEthernet 0/11 on S3.


As shown in the topology, the S3 FastEthernet 0/11 interface connects to a Cisco IP Phone and PC4. The IP phone
contains an integrated three-port 10/100 switch. One port on the phone is labeled Switch and connects to F0/4. Another
port on the phone is labeled PC and connects to PC4. The IP phone also has an internal port that connects to the IP
phone functions.
The S3 F0/11 interface must be configured to support user traffic to PC4 using VLAN 10 and voice traffic to the IP
phone using VLAN 150. The interface must also enable QoS and trust the Class of Service (CoS) values assigned by the
IP phone. IP voice traffic requires a minimum amount of throughput to support acceptable voice communication quality.
This command helps the switchport to provide this minimum amount of throughput.
S3(config)# interface f0/11
S3(config-if)# mls qos trust cos
S3(config-if)# switchport voice vlan 150

Step 4: Verify loss of connectivity.


Previously, PCs that shared the same network could ping each other successfully.
Study the output of from the following command on S2 and answer the following questions based on your knowledge of
communication between VLANS. Pay close attention to the Gig0/1 port assignment.
S2# show vlan brief
VLAN Name Status Ports

1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4


Fa0/5, Fa0/7, Fa0/8, Fa0/9
Fa0/10, Fa0/12, Fa0/13, Fa0/14
Fa0/15, Fa0/16, Fa0/17, Fa0/19
Fa0/20, Fa0/21, Fa0/22, Fa0/23
Fa0/24, Gig0/1, Gig0/2
10 Faculty/Staff active Fa0/11
20 Students active Fa0/18
30 Guest(Default) active Fa0/6
99 Management&Native active
150 VOICE active

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 3 www.netacad.com
Packet Tracer - VLAN Configuration
Try pinging between PC1 and PC4.

Although the access ports are assigned to the appropriate VLANs, were the pings successful? Explain.

El Switch s2 aún tiene la interfaz Gig0/1 sin configuración.

What could be done to resolve this issue?

Gig0/1 debe ser configurado como truncal y permitir el paso de las vlan’s.

Después de realizar las configuraciones de las troncales podremos hacer ping:

CONCLUSIONES:

 Las VLAN se basan en conexiones lógicas, en lugar de conexiones físicas. Además permite segmentar
redes según función, equipo, aplicación, etc. Cabe mencionar que cada VLAN se considera una red
lógica diferente.
 Se necesita una red VLAN de voz separada para admitir VoIP.
 Una troncal es un vínculo de capa 2 entre dos switches que transportan tráfico para todas las VLAN.
Es necesario hacer la configuración de los puertos en modo de acceso y modo troncal
correspondiente para que las PC’s puedan hacer ping.
 Una interfaz puede establecerse en dos modos:
o Modo de acceso
o Modo Troncal

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

HUAWEI

Los switches Gigabit estándar de la serie S5700-SI, son el modelo de hardware de alto rendimiento
estrechamente integrado con el software de la plataforma de enrutamiento versátil (VRP) de Huawei en un
switch de agregación o de acceso con velocidad a nivel de Gbit/s, eficiencia energética y alta escalabilidad.
Las funciones integrales de seguridad ofrecen protección contra los ciberataques DoS y los destinados a los
usuarios; el aprovisionamiento dinámico de políticas simplifica la autenticación de usuarios, lo que mejora el
rendimiento de QoS.

Especificaciones S5700-26X-SI-12S-AC
Capacidad de conmutación 256 Gbit/s
Rendimiento de transmisión 66 Mpps
Puertos fijos 12 puertos 10/100/1000 BASE-T, 12 puertos 100/1000
Base-X, 2 puertos 10 GE SFP+
Ranuras extendidas El S5700TP incluye una ranura extendida apilada.
Tabla de direcciones MAC Cumplimiento con IEEE 802.1d. Aprendizaje y
vencimiento de direcciones MAC. Entradas de direcciones
MAC estáticas, dinámicas y blackhole. Filtrado de paquetes
en función de las direcciones MAC de origen. 16 000
direcciones MAC
Interoperabilidad VBST (compatible con PVST/PVST+/RPVST)
LNP (similar a DTP)
VCMP (similar a VTP)
Seguridad de acceso Retransmisión de DHCP, servidor de DHCP, snooping de
DHCP, seguridad de DHCP y SAVI
Administración y Apilamiento inteligente (iStack). Prueba de cable virtual.
mantenimiento Monitorización remota de red (RMON). NMS web y eSight
Configuración automática y operación sencilla. SNMP
v1/v2c/v3. Alarmas de múltiples niveles y registros del
sistema
VLAN 4000 redes VLAN
VLAN invitada y VLAN de voz
Super-VLAN
VLAN MUX
GVRP
Asignación de VLAN 1:1 y N:1
Asignación de redes VLAN en función de direcciones
MAC, protocolos, subredes IP, políticas y puertos

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

TP-LINK

TP-LINK JetStream Gigabit Switch manejable L2 TL-SG3424 ofrece 24 puertos 10/100/1000. El switch
proporciona un alto rendimiento, calidad de servicio a nivel empresarial, las estrategias de seguridad
avanzada y vastas características de nivel 2 de administración. Por otra parte, el cambio también viene
equipado con 4 ranuras SFP combo, la expansión de su red de manera flexible. Este JetStream gigabit switch
manejado L2 es rentable para la solución ideal para los negocios pequeños y medianos.

Modelo TP-Link T2600G-28TS


Funciones del nivel 2
Link Aggregation Control Protocol
(LACP)
4K VLAN
GVRP (GARP VLAN Registration
Protocol)
STP / RSTP / MSTP
IGMP
Calidad de Servicio
4 colas de prioridad
Soporte IEEE 802.1p
DSCP de QoS
Tasa de función de límite
Estrategias de seguridad
IP-MAC-puerto-VID Encuadernación
Access Control List (ACL L2 ~ L4)
La autenticación 802.1X y RADIUS
Apoyo de denegación de defensa
Seguridad del puerto
Encriptado SSL y SSH
Administración
GUI basado en web
Interfaz de línea de comandos
SNMP v1/v2c/v3
RMON (1,2,3,9 grupo)

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

JUNIPER

La línea EX3300 de conmutadores Ethernet cuenta con la tecnología Virtual Chassis para proporcionar una
solución de acceso empresarial flexible y rentable para entornos exigentes que admiten datos, voz y vídeo en
convergencia. La tecnología Virtual Chassis permite que hasta seis conmutadores EX3300 interconectados
funcionen como un único dispositivo lógico, lo que proporciona a las empresas un nivel de flexibilidad y una
sencillez en la gestión normalmente asociados a conmutadores de acceso de gama superior.

Modelo Juniper EX3300-48T


Tasa de transferencia (máx) 176 Gbit/s
Tecnología de conectividad Alámbrico
Cantidad de puertos SFP/SFP+ 4
Gigabit Ethernet (cobre), cantidad 48
de puertos
Tecnología de cableado ethernet de 1000BASE-T, 100BASE-TX, 10BASE-T
cobre
Puertos básicos de conmutación 52, 48, 52
RJ-45
SFP+ module slots quantity 4
Algoritmos de seguridad SSH-2
soportados
Ethernet SI
Estándares de red IEEE 802.1ab, IEEE 802.1D, IEEE 802.1Q,
IEEE 802.1s, IEEE 802.1w, IEEE 802.1x,
IEEE 802.3, IEEE 802.3ab, IEEE 802.3ad,
IEEE 802.3x, IEEE 802.3z
Soporte de control de flujo SI
Adición de vínculos SI
Control de transmisión de SI
tormentas
Ethernet LAN, velocidad de 10,100,1000 Mbit/s
transferencia de datos
Puertos de canal de fibra 4
IGMP SI
Auto MDI / MDI-X SI
Protocolo de árbol de expansión SI
Soporte VLAN SI
Soporte 10G SI
Tipo de interfaz ethernet Gigabit

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 3 www.netacad.com
Packet Tracer - VLAN Configuration

ARUBA

El conmutador Aruba Instant On de la serie 1930 ha sido diseñado para pequeñas empresas en crecimiento
que requieren un rendimiento mejorado para admitir aplicaciones exigentes que requieren un ancho de banda
elevado. El conmutador Aruba Instant On de la serie 1930 se integra a la perfección con los puntos de acceso
de interior o exterior Instant On existentes y puede gestionarse de manera central mediante la aplicación
móvil Instant On de forma local o remota.

Modelo Aruba Instant On 1930


Modelo del procesador ARM Cortex-A9
Tipo de memoria SDRAM
Puertos tipo básico de conmutación RJ- Gigabit Ethernet (10/100/1000)
45 Ethernet
Puertos básicos de conmutación RJ-45 24
SFP+ module slots quantity 4
Estándares de red IEEE 802.1Q,IEEE 802.1p,IEEE
802.1x,IEEE 802.3,IEEE 802.3ab,IEEE
802.3u,IEEE 802.3x
Soporte de control de flujo Si
Espejeo de puertos Si
Adición de vínculos Si
Limitar tasa Si
IGMP Si
Auto MDI / MDI-X Si
Protocolo de árbol de expansión Si
Soporte VLAN Si
Soporte 10G Si
Auto-detección Si
Tabla de direcciones MAC 16000 entradas
Capacidad de conmutación 128 Gbit/s
Jumbo Frames, soporte
Número de VLANs 256
Latencia (10-100 Mbps) 4.7 µs
Latencia (1 Gbps) 2.4 µs
Latencia (10 Gbps) 1.3 µs
Rendimiento 95.23 Mpps

 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 12 of 3 www.netacad.com

You might also like