You are on page 1of 13

INSTITUTO TECNOLGICO SUPERIOR

DEL SUR DE GUANAJUATO

Asignatura:

Interconectividad de redes

Material:
Prctica de Laboratorio.

Ttulo:

Captulo II Redundancia de la LAN

Elaborado por:

Luis Javier Prez Villagmez, Jess Contreras Tapia,


Mayra Ruz Carapia, Claudia Daniela Ruz Zavala,
Alba Oliver Garca y Alison Caldern Abonce

Carrera:
INGENIERA EN INFORMTICA

Profesor:

L.I. Eduardo Varela Nez


Uriangato, Gto. 16 de Febrero, 2017
rbol de documentacin
Objetivo
Identificar los problemas de configuracin de STP.

Situacin
Los empleados de su edificio tienen problemas para acceder a un servidor web en la red.
Usted busca la documentacin de red que utiliz el ingeniero de red anterior antes de
cambiar de trabajo. Sin embargo, no encuentra ningn tipo de documentacin de red.
Por lo tanto, decide crear su propio sistema de registro de red. Decide comenzar por la capa
de acceso de la jerarqua de la red. Aqu es donde se ubican los switches redundantes, as
como los servidores, las impresoras y los hosts locales de la empresa.
Crea una matriz para registrar la documentacin e incluye switches de capa de acceso en la
lista. Adems, decide registrar los nombres de los switches, los puertos en uso, las
conexiones de cables, as como los puertos raz, los puertos designados y los puertos
alternativos.
Para obtener instrucciones ms detalladas sobre cmo disear el modelo, utilice el PDF para
los estudiantes que acompaa esta actividad.

Recursos
Software de Packet Tracer
Software de procesamiento de texto

Instrucciones

Paso 1: Crear el diagrama de la topologa con tres switches redundantes.

Paso 2: Conectar los dispositivos host a los switches.

Paso 3: Crear la matriz de documentacin de los switches.


a. Nombre y ubicacin del switch
b. Descripcin general del switch
c. Modelo, versin del IOS y nombre de la imagen
d. Nmero de serie del switch
e. Direccin MAC
f. Puertos actualmente en uso
g. Conexiones de cables
h. Puertos raz
i. Puertos designados, estado y costo
j. Puertos alternativos, estado y costo
2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento constituye informacin pblica de Cisco. Pgina 1 de 2
rbol de documentacin

Paso 4: Utilizar los comandos show para buscar la informacin de switch de capa 2.
a. show version
b. show cdp neighbors detail
c. show spanning-tree

2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento constituye informacin pblica de Cisco. Pgina 2 de 2
Evidencia:
Configuraciones S1
Building configuration...

Current configuration : 1158 bytes


!
version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
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
switchport mode trunk
!
interface GigabitEthernet0/1
switchport mode trunk
spanning-tree portfast
!
interface GigabitEthernet0/2
switchport mode trunk
spanning-tree portfast
!
interface Vlan1
no ip address
shutdown
!
!
!
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
!
End

Configuraciones S2
Building configuration...

Current configuration : 1190 bytes


!
version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S2
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1 priority 0
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
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
switchport mode trunk
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
switchport mode trunk
spanning-tree portfast
!
interface GigabitEthernet0/2
switchport mode trunk
spanning-tree portfast
!
interface Vlan1
no ip address
shutdown
!
!
!
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
!
End

Configuraciones S3.
Building configuration...

Current configuration : 1171 bytes


!
version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S3
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1 priority 24576
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
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
switchport mode trunk
spanning-tree portfast
!
interface GigabitEthernet0/2
switchport mode trunk
spanning-tree portfast
!
interface Vlan1
no ip address
shutdown
!
!
!
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
!
End
Capturas de pantalla spanning-tree.
S1

S2
S3
Ping.

You might also like