buscador

Visita

lunes, 11 de enero de 2021

馃煛Cisco Packet Tracer - Troubleshooting a VLAN Implementation - Scenario 2

Packet Tracer: resoluci贸n de problemas de implementaci贸n de VLAN, situaci贸n 2

Tabla de direccionamiento
Asignaciones de VLAN y de puerto.



Objetivos
Parte 1: identificar y corregir los errores de red
Parte 2: documentar las correcciones a la red
Parte 3: implementar soluciones y probar la conectividad

Informaci贸n b谩sica
Durante esta actividad, resolver谩 problemas de un entorno VLAN mal configurado. La red inicial tiene errores. Su objetivo es localizar y corregir los errores en las configuraciones y establecer la conectividad de extremo a extremo. La configuraci贸n final debe coincidir con el diagrama de topolog铆a y la tabla de direccionamiento. La VLAN nativa para esta topolog铆a es la VLAN 56.
 
Parte 1: detectar y registrar los problemas en la red
Utilice la topolog铆a, la tabla de asignaci贸n de direcciones, la tabla de asignaciones de VLAN y de puertos y su conocimiento de las VLAN y los enlaces troncales para detectar problemas en la red. Complete la tabla de Documentaci贸n y enumere los problemas que detect贸 y las posibles soluciones.

VERIFICANDO LAS IPs DE LAS  PCs.










Documentaci贸n
Problemas Soluciones
S1 No tiene Vlan creadas.
  1. VLAN 10 – Faculty/Staff(Cuerpo docente/Personal)
  2. VLAN 20 – Students(Estudiantes)
  3. VLAN 30 – Guest(Default) - (Invitado(Predeterminado))
  4. VLAN 56 – Management&Native (Administraci贸n y Nativa)

Se configuro el puerto GigabitEthernet 0/1 como troncal y se asigno la vlan 56 como nativa






Se configuro el puerto GigabitEthernet 0/2 como troncal y se asigno la vlan 56 como nativa
Se Creo las vlans.
S1(config)#vlan 10
S1(config-vlan)#name Faculty/Staff
S1(config-vlan)#exit
S1(config)#vlan 20
S1(config-vlan)#name Students
S1(config-vlan)#exit
S1(config)#vlan 30
S1(config-vlan)#name Guest(Default) 
S1(config-vlan)#exit
S1(config)#vlan 56
S1(config-vlan)#name Management&Native 
S1(config-vlan)#exit

S1(config)#interface GigabitEthernet 0/1

S1(config-if)#switchport mode trunk 

S1(config-if)#switchport trunk native vlan 56

S1(config-vlan)#exit


S1(config)#interface GigabitEthernet 0/2

S1(config-if)#switchport mode trunk 

S1(config-if)#switchport trunk native vlan 56

S1(config-vlan)#exit



S2
  • El interface GigabitEthernet0/1 esta como modo acceso
Se configuro interface GigabitEthernet0/1 como modo troncal
S2(config)#interface GigabitEthernet0/1
S2(config-if)#switchport mode trunk
S2(config-if)#exit
S3
  • Falta asignar las Vlan a los puertos correspondientes segun la tabla de ASIGNACIONES DE VLAN Y PUERTOS
Asirnar las Vlans a los puertos correspondientes:
S3>enable
S3#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S3(config)#interface range F0/1-5
S3(config-if-range)#switchport mode access
S3(config-if-range)#switchport access vlan 56
S3(config-if-range)#exit
S3(config)#interface range F0/6-10
S3(config-if-range)#switchport mode access
S3(config-if-range)#switchport access vlan 30
S3(config-if-range)#exit
S3(config)#interface range F0/11-17
S3(config-if-range)#switchport mode access
S3(config-if-range)#switchport access vlan 10
S3(config-if-range)#exit
S3(config)#interface range F0/18-24
S3(config-if-range)#switchport mode access
S3(config-if-range)#switchport access vlan 20
S3(config-if-range)#exit

Parte 2: implementar la soluci贸n 

S1
  • Creacion de Vlans
  • Asignaci贸n de las interfaces GigabitEthernet 0/1-2

S2
  • Se configuro el puerto GigabitEthernet0/1 modo troncal



      S3
      • Se asigna los puertos seg煤n la tabla de  ASIGNACIONES DE VLAN Y PUERTOS



        Probar la conectividad
    Verifique que los equipos en la misma VLAN ahora puedan hacer ping entre s铆. De lo contrario, contin煤e el proceso de resoluci贸n de problemas.

     DE PC1 A PC4



    DE PC2 A PC5


    DE PC3 A PC6


    Descargar Archivo .PKA
    3.2.4.8 Packet Tracer - Troubleshooting a VLAN Implementation - Scenario 2

    No hay comentarios.:

    Publicar un comentario

    Raul Tamani A. ©. Im谩genes del tema de fpm. Con tecnolog铆a de Blogger.

    Adblock Detectado

    Apoya este sitio desactivando el Adblock para seguir navegando. ¡Gracias!

    ¡Ya Desactive el Adblock!