ACT14 3.5.2

Actividad 3.5.2:

Desafió de configuración de VLAN

NOTA PARA EL USUARIO: Esta actividad es una variación del laboratorio 3.5.2 Es posible que Packet Tracer no admita todas las tareas que se especifican en el laboratorio práctico. Esta actividad no se debe considerar equivalente para completar el laboratorio práctico. Packet Tracer no es un sustituto de la experiencia del laboratorio práctico con un equipo real.

Tabla de direccionamiento

Dispositivo Interfaz         Dirección IP Máscara de subred Gateway predeterminado
S1                  VLAN 56 192.168.56.11 255.255.255.0          N/A
S2                  VLAN 56 192.168.56.12 255.255.255.0   N/A
S3                  VLAN 56 192.168.56.13 255.255.255.0          N/A
PC1           NIC         192.168.10.21 255.255.255.0          192.168.10.1
PC2                  NIC         192.168.20.22 255.255.255.0          192.168.20.1
PC3                  NIC         192.168.30.23 255.255.255.0          192.168.30.1
PC4           NIC         192.168.10.24 255.255.255.0          192.168.10.1
PC5                  NIC         192.168.20.25 255.255.255.0          192.168.20.1
PC6                  NIC         192.168.30.26 255.255.255.0          192.168.30.1

Asignación de puertos (Switches 2 y 3)

Puertos         Asignación                                         Red
Fa0/1-0/5         VLAN 56 - Administración y nativa         192.168.56.0 /24
Fa0/6-0/10 VLAN 30 - Invitado(predeterminado) 192.168.30.0 /24
Fa0/11 - 0/17 VLAN 10 - Docente/personal                 192.168.10.0 /24
Fa0/18 - 0/24 VLAN 20 - Estudiantes                         192.168.20.0 /24

Objetivos de aprendizaje

Realizar tareas de configuración básica en un switch
Crear VLAN
Asignar puertos del switch a una VLAN
Agregar, trasladar y cambiar puertos
Verificar la configuración de la VLAN
Habilitar el enlace troncal en las conexiones entre switches
Verificar la configuración troncal
Guardar la configuración de la VLAN

S1#show run
Building configuration...

Current configuration : 1696 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
switchport trunk native vlan 56
switchport mode trunk
!
interface FastEthernet0/2
switchport trunk native vlan 56
switchport mode trunk
!
interface FastEthernet0/3
switchport trunk native vlan 56
switchport mode trunk
!
interface FastEthernet0/4
switchport trunk native vlan 56
switchport mode trunk
!
interface FastEthernet0/5
switchport trunk native vlan 56
switchport mode trunk
!
interface FastEthernet0/6
shutdown
!
interface FastEthernet0/7
shutdown
!
interface FastEthernet0/8
shutdown
!
interface FastEthernet0/9
shutdown
!
interface FastEthernet0/10
shutdown
!
interface FastEthernet0/11
shutdown
!
interface FastEthernet0/12
shutdown
!
interface FastEthernet0/13
shutdown
!
interface FastEthernet0/14
shutdown
!
interface FastEthernet0/15
shutdown
!
interface FastEthernet0/16
shutdown
!
interface FastEthernet0/17
shutdown
!
interface FastEthernet0/18
shutdown
!
interface FastEthernet0/19
shutdown
!
interface FastEthernet0/20
shutdown
!
interface FastEthernet0/21
shutdown
!
interface FastEthernet0/22
shutdown
!
interface FastEthernet0/23
shutdown
!
interface FastEthernet0/24
shutdown
!
interface GigabitEthernet0/1
shutdown
!
interface GigabitEthernet0/2
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan56
ip address 192.168.56.11 255.255.255.0
!
!
!
!
line con 0
password cisco
login
!
line vty 0 4
password cisco
login
line vty 5 15
login
!
!
end

S1#show vlan brief

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/3, Fa0/4, Fa0/5, Fa0/6
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, Gig0/1, Gig0/2
10 Faculty/Staff active
20 Students active
30 Guest(Default) active
56 Management&Native active
1002 fddi-default active
1003 token-ring-default active
1004 fddinet-default active
1005 trnet-default active



No hay comentarios:

Publicar un comentario