9
PROYECTO DE CONMUTACIÓN Y ENRUTAMIENTO II DISEÑO DE RED DE UNA EMPRESA MEDIANA Integrantes: Diego Javier Pezo Serrano Rory Gavilanes Rodriguez

Conmutación y enrutamiento II, Vlan, VTP

Embed Size (px)

DESCRIPTION

Implementacion de una red virtual usando los protocolos de vlan y vtp asi como la seguridad en los puertos.

Citation preview

Page 1: Conmutación y enrutamiento II, Vlan, VTP

PROYECTO DE CONMUTACIÓN Y ENRUTAMIENTO II

DISEÑO DE RED DE UNA EMPRESA MEDIANA

Integrantes:Diego Javier Pezo Serrano

Rory Gavilanes Rodriguez

Page 2: Conmutación y enrutamiento II, Vlan, VTP

INTRODUCCION:

TecnoSystem es una empresa nueva dedicada a la venta, importación, exportación y reparación de equipos tecnológicos, como laptops, tablets, etc.

Usaremos un diseño de red virtual jerárquica para la implementación de este proyecto y el respectivo uso de diferentes protocolos de redes jerárquicas tales como protocolos de acceso, protocolos troncales, y de seguridad en los puertos.

TecnoSystem S.A.

Page 3: Conmutación y enrutamiento II, Vlan, VTP

REQUERIMIENTOS DE LA RED

VLAN PC DEPARTAMENTOS 10 10 IMPORTACION 21 10 EXPORTACION 32 11 VENTAS 43 12 SERVICIO AL CLIENTE 54 10 GERENCIA 65 11 DEPT. DE EMPLEADOS 76 9 CONTABILIDAD 87 8 REPARACION 10 8 IMPORTACIÓN 90 - VLAN ADMINISTRACION

Page 4: Conmutación y enrutamiento II, Vlan, VTP

DIRECCIONAMIENTORED DE EMPRESA: 130.10.10.0/24

Sudred Vlan Departamento Mascara

130.10.10.1/27 10 Importación 255.255.255.224

130.10.10.32/28 21 Exportación 255.255.255.240

130.10.10.48/28 32 Ventas 255.255.255.240

130.10.10.64/28 43 Servicio Cliente 255.255.255.240

130.10.10.80/28 54 Gerencia 255.255.255.240

130.10.10.96/28 65 Dept. Empleados 255.255.255.240

130.10.10.112/2

8

76 Contabilidad 255.255.255.240

130.10.10.128/28

87 Reparación 255.255.255.240

130.10.10.144/27

90 Vlan Administración 255.255.255.224

Page 5: Conmutación y enrutamiento II, Vlan, VTP

ESQUEMA DE LA RED

Page 6: Conmutación y enrutamiento II, Vlan, VTP

SHOW VLAN BRIEF S1-SERVER

S1#show vlan brief

VLAN Name Status Ports---- -------------------------------- --------- -------------------------------1 default active 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/2410 importacion active 21 exportacion active 32 ventas active 43 AtencionCliente active 54 gerencia active 65 empleados active 76 contabilidad active 87 Reparacion active 90 administracion active 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active

Page 7: Conmutación y enrutamiento II, Vlan, VTP

VTP STATUS S1-SERVER

S1#show vtp statusVTP Version : 2Configuration Revision : 19Maximum VLANs supported locally : 255Number of existing VLANs : 14VTP Operating Mode : ServerVTP Domain Name : zona1VTP Pruning Mode : DisabledVTP V2 Mode : DisabledVTP Traps Generation : DisabledMD5 digest : 0xB9 0x9E 0xA6 0x8D 0xE2 0x09 0x38 0xE5 Configuration last modified by 130.10.10.144 at 3-1-93 00:03:48Local updater ID is 130.10.10.144 on interface Vl90 (lowest numbered VLAN interface found)

Page 8: Conmutación y enrutamiento II, Vlan, VTP

S1(Server)Interface range FastEthernet0/1-5 switchport trunk native vlan 90 switchport mode trunkinterface Vlan90 ip address 130.10.10.144 255.255.255.224

S2(Client)interface FastEthernet0/1 switchport trunk native vlan 90 switchport mode trunk switchport port-security mac-address sticky Interface range FastEthernet0/2-11 switchport access vlan 10 switchport mode access switchport port-security mac-address sticky interface FastEthernet0/12-21 switchport access vlan 21 switchport mode access switchport port-security mac-address sticky

Page 9: Conmutación y enrutamiento II, Vlan, VTP

CONCLUSIONES

El modelo jerárquico hace mas facil el diseño y la implementacion de la red.

La creacion de vlans para cada departamento de la empresa nos da muchos beneficios como seguridad, disminuyendo las violaciones de información confidencial entre departamentos.

El modelo escogido cumple con los requisitos de la empresa además tienen un buen índice de costos/beneficios.