3.2.1.7 Packet Tracer - Configuring VLANs
3.2.1.7 Packet Tracer - Configuring VLANs
3.2.1.7 Packet Tracer - Configuring VLANs
Figura 1. Topologia
On S1, issue the command that displays all VLANs configured. By default, all interfaces are
assigned to VLAN 1.
En S1, emita el comando que muestra todas las VLAN configuradas. Por defecto, todas las
interfaces están asignadas a la VLAN 1.
Notice that each PC can ping the other PC that shares the same network.
Tenga en cuenta que cada PC puede hacer ping a la otra PC que comparte la misma red.
S1#(config)# vlan 10
S1#(config-vlan)# name Faculty/Staff
S1#(config-vlan)# vlan 20
S1#(config-vlan)# name Students
S1#(config-vlan)# vlan 30
S1#(config-vlan)# name Guest(Default)
S1#(config-vlan)# vlan 99
S1#(config-vlan)# name Management&Native
Which command will only display the VLAN name, status, and associated ports on a switch?
¿Qué comando solo mostrará el nombre, el estado y los puertos asociados de la VLAN en un
conmutador?
S1# show vlan brief
Figura 8. Información del conmutador.
Using the same commands from Step 1, create and name the same VLANs on S2 and S3. Packet
Tracer – Configuring VLANs
Usando los mismos comandos del Paso 1, cree y nombre las mismas VLAN en S2 y S3. Packet
Tracer: configuración de VLAN
Figura 9. Creación de vlans.
Previously, PCs that shared the same network could ping each other successfully. Try pinging
between PC1 and PC4. Although the access ports are assigned to the appropriate VLANs, were the
pings successful? Why? No, the pings failed because the ports between the switches are in VLAN 1
and PC1 and PC4 are in VLAN 10.
What could be done to resolve this issue? Configure the ports between the switches as trunk ports.
Anteriormente, las PC que compartían la misma red podían hacer ping entre sí con éxito. Intente
hacer ping entre PC1 y PC4. Aunque los puertos de acceso están asignados a las VLAN
apropiadas,