Actividad 3.5.3:
Resolución de problemas de configuraciones de VLAN
NOTA PARA EL USUARIO: Esta actividad es una variación del laboratorio 3.5.3. 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
Asignaciones de puertos (switches 2 y 3)
Puertos Asignación Red
Fa0/1 - 0/5 VLAN 56 - Management&Native 192.168.56.0 /24
Fa0/6 - 0/10 VLAN 30 - Guest(Default) 192.168.30.0 /24
Fa0/11 - 0/17 VLAN 10 - Faculty/Staff 192.168.10.0 /24
Fa0/18 - 0/24 VLAN 20 - Students 192.168.20.0 /24
Objetivos de aprendizaje
Detectar y corregir errores de la red
Documentar la red corregida
Introducción
Durante esta actividad, practica la resolución de problemas de un entorno VLAN mal configurado. La red inicial tiene errores. Su objetivo es localizar y corregir todos y cada uno de los errores en las configuraciones y establecer la conectividad de extremo a extremo. Su configuración final debe corresponder al diagrama de topología y a la tabla de direccionamiento. Todas las contraseñas se establecen como cisco, excepto la contraseña secreta enable, que se establece como class.
Building configuration...
Current configuration : 1412 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
enable password cisco
!
!
!
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 mode trunk
!
interface FastEthernet0/4
switchport mode trunk
!
interface FastEthernet0/5
switchport mode trunk
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
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
no login
line vty 5 15
password cisco
login
!
!
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