Pratica: Conectar 91 pc en una red y poder crear independencia en cada uno de los departamentos
Enviado por Angel Pluas • 27 de Diciembre de 2015 • Informe • 2.222 Palabras (9 Páginas) • 165 Visitas
Municipio de Balzar
Antecedentes
El requerimiento del municipio es conectar 91 pc en una red y poder crear independencia en cada uno de los departamentos pero que exista una comunicación inter-vlan que permita el intercambio de información entre departamentos sin necesidad ir al sitio físico, también nos solicitaron que la comunicación tenga redundancia pero que al momento de enviar los datos estos sean enviados por la mejor ruta, evitando que vayan por distintas rutas a un mismo destino y se pierdan una gran cantidad de datos.
Asi mismo es solicitado la instalación de dos enrutadores inalámbricos para un auditorio y una sala de estar.
Requeriminetos:
- 10 vlan con comunicación interna
- Redundancia por cada switch conectado a los departamentos
- Selección de una ruta optima por medio de spanning tree
- Instalación de dos enrutadores inalámbricos
Detalles de la Red
Vlan | Red | Cant. Pc. |
10 | 172.17.10.0 /24 | 18 |
20 | 172.17.20.0 /24 | 10 |
30 | 172.17.30.0 /24 | 11 |
40 | 172.17.40.0 /24 | 12 |
50 | 172.17.50.0 /24 | 10 |
55 | 172.17.55.0/24 | 4 |
60 | 172.17.60.0 /24 | 11 |
70 | 172.17.70.0 /24 | 9 |
80 | 172.17.80.0 /24 | 9 |
90 | 172.17.90.0 /24 | 8 |
Topología
[pic 1]
Instalación de los routers inalámbricos
Debido a que existe redundancia por cada switch de los departamentos el protocolo elegirá la mejor ruta para el envío de los datos, el protocolo es aplicado a cada una de las vlans gasta llegar al router.
“show running-config” de cada Switch configurado
Switch S1
Dep.financiero#sh running-config
Building configuration...
Current configuration : 3750 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Dep.financiero
!
!
!
no ip domain-lookup
!
vtp domain municipio3
vtp mode transparent
vtp password cisco
!
spanning-tree mode pvst
!
vlan 10
!
vlan 90
name financiero
!
interface FastEthernet0/1
switchport access vlan 10
switchport trunk native vlan 99
switchport mode trunk
switchport port-security mac-address sticky
switchport port-security mac-address sticky 00D0.977A.1E01
!
interface FastEthernet0/2
switchport access vlan 10
switchport trunk native vlan 99
switchport mode trunk
switchport port-security mac-address sticky
switchport port-security mac-address sticky 00D0.FF8E.A602
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/4
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/5
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/6
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/7
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/8
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/9
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/10
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/11
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
switchport port-security mac-address sticky 0005.5EC5.C604
!
interface FastEthernet0/12
switchport access vlan 10
switchport mode access
switchport port-security mac-address sticky
switchport port-security mac-address sticky 0060.3E8A.AB27
!
interface FastEthernet0/13
switchport access vlan 90
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/14
switchport access vlan 90
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/15
switchport access vlan 90
switchport mode access
switchport port-security mac-address sticky
!
interface FastEthernet0/16
...