ACT12 3.5.1

Actividad 3.5.1:

Configuración básica de la VLAN

NOTA PARA EL USUARIO: Esta actividad es una variación del laboratorio 3.5.1 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 99 172.17.99.11 255.255.255.0          N/A
S2                VLAN 99 172.17.99.12 255.255.255.0          N/A
S3                VLAN 99 172.17.99.13 255.255.255.0          N/A
PC1                NIC         172.17.10.21 255.255.255.0          172.17.10.1
PC2                NIC         172.17.20.22 255.255.255.0          172.17.20.1
PC3                NIC         172.17.30.23 255.255.255.0          172.17.30.1
PC4                NIC         172.17.10.24 255.255.255.0          172.17.10.1
PC5                NIC         172.17.20.25 255.255.255.0          172.17.20.1
PC6                NIC         172.17.30.26 255.255.255.0          172.17.30.1

Asignación de puertos (Switches 2 y 3)

Puertos         Asignación                                 Red
Fa0/1-0/5  VLAN 99 - Management&Native 172.17.99.0 /24
Fa06-0/10 VLAN 30 - Guest(Default)         172.17.30.0 /24
Fa0/11 - 0/17 VLAN 10 - Faculty/Staff                 172.17.10.0 /24
Fa0/18 - 0/24 VLAN 20 - Students                 172.17.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 : 1333 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 99
switchport mode trunk
!
interface FastEthernet0/2
switchport trunk native vlan 99
switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
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 Vlan99
ip address 172.17.99.11 255.255.255.0
!
!
!
!
line con 0
password cisco
login
!
line vty 0 4
password cisco
login
line vty 5 15
password cisco
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
99 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