Está en la página 1de 5

Desarrollo de Redes de Datos I

CONFIGURACIN DE VLAN, TRUNK,


ETHERCHANEL Y STP

Catedrtico: Ing. Salvador Alcides Franco


Instructor: Carlos Estuardo Torres

Universidad Tecnolgica de El Salvador


Ao 2015

CONFIGURACIN DE VLAN, TRUNK, ETHERCHANEL Y STP

Actividades
1. Utilizando el simulador de Cisco Packet Tracert, realice el prototipo y conecte las
interfaces tal como se muestra en la topologa anterior.
2. Para los servidores observe que debe contener dos tarjetas de red, para ello es
necesario que lo apague y le agregue la segunda NIC. Asegrese que sea 10/100
(FastEthernet)
3. Configure el direccionamiento IP en las dos interfaces de los servidores y en los host de
los usuarios, en los servidores tenga cuidado al poner las IP ya que puede que las
coloque de forma invertida.
4. Para CORE-1 realice las siguientes configuraciones:

Switch>Enable
Switch# Configure Terminal
Switch(config)#hostname CORE-1
CORE-1(config)#Vlan 10
CORE-1(config-vlan)#name Servidores
CORE-1(config-vlan)#exit
CORE-1(config)#Vlan 20
CORE-1(config-vlan)#name Usuarios
CORE-1(config-vlan)#exit
CORE-1(config)#interface f0/10
CORE-1(config-if)#switchport mode access
CORE-1(config-if)#switchport access Vlan 20
CORE-1(config-if)#exit

CORE-1(config)#interface range f0/1-2


CORE-1(config-range)#switchport trunk encapsulation dot1q
CORE-1(config-range)#switchport mode trunk
CORE-1(config-if)#exit
CORE-1(config)#exit
CORE-1#write
5. Para CORE-2 realice las siguientes configuraciones:

Switch>Enable
Switch# Configure Terminal
Switch(config)#hostname CORE-2
CORE-2(config)#Vlan 10
CORE-2(config-vlan)#name Servidores
CORE-2(config-vlan)#exit
CORE-2(config)#Vlan 20
CORE-2(config-vlan)#name Usuarios
CORE-2(config-vlan)#exit
CORE-2(config)#interface f0/10
CORE-2(config-if)#switchport mode access
CORE-2(config-if)#switchport access Vlan 20
CORE-2(config-if)#exit
CORE-2(config)#interface range f0/1-2
CORE-2(config-range)#switchport trunk encapsulation dot1q
CORE-2(config-range)#switchport mode trunk
CORE-2(config-if)#exit
CORE-2(config)#exit
CORE-2#write
6. Para SW-SER-1 realice las siguientes configuraciones:

Switch>Enable
Switch# Configure Terminal
Switch(config)#hostname SW-SER-1
SW-SER-1#(config)#Vlan 10
SW-SER-1#(config-vlan)#name Servidores
SW-SER-1#(config-vlan)#exit
SW-SER-1#(config)#Vlan 20
SW-SER-1#(config-vlan)#name Usuarios
SW-SER-1#(config-vlan)#exit
SW-SER-1#(config)#interface f0/10
SW-SER-1#(config-if)#switchport mode access

SW-SER-1#(config-if)#switchport access Vlan 10


SW-SER-1#(config-if)#exit
SW-SER-1#(config)#interface f0/20
SW-SER-1#(config-if)#switchport mode access
SW-SER-1#(config-if)#switchport access Vlan 20
SW-SER-1#(config-if)#exit
SW-SER-1#(config)#interface range f0/1-2
SW-SER-1#(config-range)#switchport mode trunk
SW-SER-1#(config-if)#exit
SW-SER-1#(config)#interface range f0/3-4
SW-SER-1#(config-range)#channel-group 1 mode on
SW-SER-1#(config-if)#exit
SW-SER-1#(config)#interface port-channel 1
SW-SER-1#(config-range)#switchport mode trunk
SW-SER-1#(config-if)#exit
SW-SER-1#(config)#exit
SW-SER-1#write
7. Para SW-SER-2 realice las siguientes configuraciones:

Switch>Enable
Switch# Configure Terminal
Switch(config)#hostname SW-SER-2
SW-SER-2#(config)#Vlan 10
SW-SER-2#(config-vlan)#name Servidores
SW-SER-2#(config-vlan)#exit
SW-SER-2#(config)#Vlan 20
SW-SER-2#(config-vlan)#name Usuarios
SW-SER-2#(config-vlan)#exit
SW-SER-2#(config)#interface f0/10
SW-SER-2#(config-if)#switchport mode access
SW-SER-2#(config-if)#switchport access Vlan 10
SW-SER-2#(config-if)#exit
SW-SER-2#(config)#interface f0/20
SW-SER-2#(config-if)#switchport mode access
SW-SER-2#(config-if)#switchport access Vlan 20
SW-SER-2#(config-if)#exit
SW-SER-2#(config)#interface range f0/1-2
SW-SER-2#(config-range)#switchport mode trunk
SW-SER-2#(config-if)#exit
SW-SER-2#(config)#interface range f0/3-4

SW-SER-2#(config-range)#channel-group 1 mode on
SW-SER-2#(config-if)#exit
SW-SER-2#(config)#interface port-channel 1
SW-SER-2#(config-range)#switchport mode trunk
SW-SER-2#(config-if)#exit
SW-SER-2#(config)#exit
SW-SER-2#write
8. Ahora es necesario que realice un par de pruebas de conectividad.
a. Realizar ping entre los host y ping hacia los servidores
b. Realizar ping entre los servidores y ping hacia los host
c. Analice los resultados y disctalos con el docente
9. Siga realizando pruebas
a. Observe que por aspectos de redundancia STP mantiene un puerto en
color naranja.
b. Desde un host haga un ping al infinito a un servidor por ejemplo:
PC>ping -t 192.168.200.2

c. En CORE-1 desconecte el cable principal (cable que est en color verde),


verifique en la PC si el ping se restablece y en cunto tiempo lo hace.
d. Vuelva a conectar el enlace principal y analice lo que sucede.
10. Observando las configuraciones, realice los siguientes comandos y analice cada
una de las salidas.
a. show vlan brief
b. show interfaces trunk
c. show ip interface brief
d. show interfaces port-channel 1; en este deberan ver el ancho de banda.
e. show spanning-tree
11. Apague el puerto Fa0/2 en los cuatro Switches. Observe lo que sucede con el
enlace EtherChannel.
12. Realice un ping al infinito desde un servidor al otro bajo la VLAN 10, desconecte
uno de los dos enlaces que estn en EtherChannel y observe lo que sucede.

También podría gustarte