Sunteți pe pagina 1din 20

INTRODUCCIÓN

Las empresas durante el tiempo siempre buscan las formas de crecer y crear nuevas
sucursales, ampliar una sucursal o ampliar su negocio a nivel internacional y a la par de
ese crecimiento también esta el crecimiento de una red la cual una red ideal es aquella
que cuando se aperture un nuevo departamento, nuevo edificio, etc. Sea capaz de
conectarse con la menor configuración posible y solo a los dispositivos nuevos y a esto
lo que se le llama una red escalable.

En el presente informe se da a conocer una de Red de la cual existen dos oficinas que
su objetivos es compartir información de una oficina a otra de una manera segura y
eficaz.

Es por eso que se creo una topologia con la ayuda de Cisco Packet Tracer para simular
el funcionamiento de la Red y asi poder presentarlo de una mejor manera, al mismo
tiempo se incluyen lo que es:

1) Configuración de cada dispositivos y servicios


2) Topologia
3) Esquema de las oficinas
4) Presupuesto

La cual el diseño de campu utilizado es escalable en el sentido si desean conectar una


nueva oficina no es necesario comenzar desde cero.
OBJETIVOS

OBJETIVO GENERAL
 Crear una red para la empresa MdeC Auditores y Consultores de la ciudad de San
Miguel

OBJETIVO ESPECIFICO
 Detallar que dispositivos se usaran y cual sera el precio final del proyecto

 Definir un diseño de red del cual sea escalable


ESQUEMA OFICINA 1
ESQUEMA OFICINA 2
ESQUEMA CONEXIÓN
TOPOLOGIA CISCO PACKET TRACER
CONFIGURACIONES DE TOPOLOGIA PACKET TRACER

CONFIGURACIÓN SSH TODOS LOS DISPOSITIVOS (Switch y Routers)

[R1, R2, OFICINA1, OFICINA2_2, MuSwCore, MuSwISP, Sw1, Sw2]


User proyectoUGB password proyectoUGB
Line console 0
Login local
Line vty 0 4 (en caso de ser Switch 0-15)
Login local
Transport input ssh
Serv pass
Ip domain name cisco.com
Crypto key generate rsa
[1024]
Ip ssh version 2
Ip ssh authentication-retries 3
Ip ssh time-out 15

CREACION DE VLAN EN Sw1 y Sw2

Vlan 2
Name CONTABILIDAD
Vlan 3
Name IMPRESORAS
Vlan 4
Name VOIP
CREACION DE ENLACES TRONCALES Sw1 y Sw2
Interface gi0/1
Switchport mode trunk
No shut
Exit
Do write

CREACION DE SUB-INTERFACES R1, R2

R1
Interface fa0/0
No shutdown

Interface FastEthernet0/0.2
Description gateway vlan 2
Encapsulation dot1Q 2
Ip address 172.16.2.1 255.255.255.0

Interface FastEthernet0/0.3
Description gateway vlan 3
Encapsulation dot1Q 3
Ip address 172.16.3.1 255.255.255.0

Interface FastEthernet0/0.3
Description gateway vlan 3
Encapsulation dot1Q 3
Ip address 172.16.3.1 255.255.255.0
R2
Interface fa0/0
No shutdown

Interface FastEthernet0/0.2
Description gateway vlan 2
Encapsulation dot1Q 2
Ip address 192.168.2.1 255.255.255.0

Interface FastEthernet0/0.3
Description gateway vlan 3
Encapsulation dot1Q 3
Ip address 192.168.3.1 255.255.255.0

Interface FastEthernet0/0.3
Description gateway vlan 3
Encapsulation dot1Q 3
Ip address 192.168.3.1 255.255.255.0

DHCP R1 y R2

R1
Ip dhcp excluded-address 172.16.2.1 172.16.2.10
Ip dhcp excluded-address 172.16.3.1 172.16.3.10
Ip dhcp excluded-address 172.16.4.1 172.16.4.10
Ip dhcp pool vlan2
Network 172.16.2.0 255.255.255.0
Nefault-router 172.16.2.1
Dns-server 100.65.200.5
Exit

Ip dhcp pool vlan3


Network 172.16.3.0 255.255.255.0
Default-router 172.16.3.1
Exit

Ip dhcp pool vlan4


Network 172.16.4.0 255.255.255.0
Default-router 172.16.4.1
Option 150 ip 172.16.4.1
Exit

R2
Ip dhcp excluded-address 192.168.2.1 192.168.2.10
Ip dhcp excluded-address 192.168.3.1 192.168.3.10
Ip dhcp excluded-address 192.168.4.1 192.168.4.10

Ip dhcp pool vlan2


Network 192.168.2.0 255.255.255.0
Default-router 192.168.2.1
Dns-server: 100.65.200.5
Exit
Ip dhcp pool vlan3
Network 192.168.3.0 255.255.255.0
Default-router 192.168.3.1
Exit
Ip dhcp pool vlan4
Network 192.168.4.0 255.255.255.0
Default-router 192.168.4.1
Option 150 ip 192.168.4.1
Exit

CABLEADO

R2 – OFICINA1
Interface Serial0/3/0
Ip address 192.168.1.2 255.255.255.0
No shutdown

OFICINA1 – R2
Interface Serial0/3/0
Ip address 192.168.1.1 255.255.255.0
No shutdown

OFICINA1 – MuSwCore
Interface fa0/0
Ip address 10.0.0.1 255.255.255.252
No shutdown
MuSwCore – OFICINA1
Interface gi0/1
No Swi
Ip address 10.0.0.2 255.255.255.252
No shutdown
MuSwCore – OFICINA2_2
Interface gi0/2
No Swi
Ip address 10.0.0.6 255.255.255.252
No shutdown

OFICINA2_2 - MuSwCore
Interface fa0/0
Ip address 10.0.0.5 255.255.255.252
No shutdown

OFICINA2_2 – R1
Interface Serial0/3/0
Ip address 172.16.1.1 255.255.255.0
No shutdown

R1 – OFICINA2_2
Interface Serial0/3/0
Ip address 172.16.1.2 255.255.255.0
No shutdown

ENRUTAMIENTO OSPF 1

R1
Router ospf 1
Router-id 1.1.1.1
Network 192.168.0.0 0.0.0.255 area 100
Network 172.16.2.0 0.0.0.255 area 100
Network 172.16.3.0 0.0.0.255 area 100
Network 172.16.4.0 0.0.0.255 area 100
Network 172.16.1.0 0.0.0.3 area 100

R2
Router ospf 1
Router-id 2.2.2.2
Network 192.168.1.0 0.0.0.255 area 100
Network 192.168.2.0 0.0.0.255 area 100
Network 192.168.3.0 0.0.0.255 area 100
Network 192.168.4.0 0.0.0.255 area 100

OFICINA1
Router ospf 1
Router-id 4.4.4.4
Network 192.168.1.0 0.0.0.255 area 100
Network 10.0.0.0 0.0.0.3 area 100

OFICINA2_2
Router ospf 1
Router-id 9.9.9.9
Network 10.0.0.4 0.0.0.3 area 100
Network 172.16.1.0 0.0.0.3 area 100

MuSwCore
Router ospf 1
Router-id 3.3.3.3
Redistribute static
Network 10.0.0.0 0.0.0.3 area 100
Network 10.0.0.4 0.0.0.3 area 100
Default-information originate

RUTAS POR DEFECTO MuSwCore - MuSwISP

MuSwCore
Ip routing
Ip route 0.0.0.0 0.0.0.0 fa0/24

MuSwISP
Ip routing
Ip route 0.0.0.0 0.0.0.0 fa0/24

CONEXIÓN DE MuSwCore - MuSwISP

MuSwCore
Interface fa0/24
No Swi
Ip add 168.243.3.14 255.255.255.252
Do write

MuSwISP
Interface fa0/24
No Swi
Ip add 168.243.3.13 255.255.255.252
Do Write
CONFIGURACION DE NAT

MuSwCore
Access-list 1 permit 192.168.2.0 0.0.0.255
Access-list 1 permit 192.168.3.0 0.0.0.255
Access-list 1 permit 192.168.4.0 0.0.0.255
Access-list 1 permit 172.16.2.0 0.0.0.255
Access-list 1 permit 172.16.3.0 0.0.0.255
Access-list 1 permit 172.16.4.0 0.0.0.255
Ip nat pool acceso 200.165.100.0 200.165.100.15 netmask 255.255.255.240
Ip nat inside source list 1 pool acceso overload

Interface gi0/1
Ip nat inside
Interface gi0/2
Ip nat inside
Interface fa0/24
Ip nat outside

MuSwISP - SERVIDOR

MuSwISP
Interface fa0/23
Ip add 100.65.200.1 255.255.255.0
No shutdown
CONFIGURACION TELEPHONY-SERVICE

R1
Telephony-service
Max-ephones 5
Max-dn 5
Ip source-address 172.16.4.1 port 2000
Auto assign 1 to 5

Ephone-dn 1
Number 1111

Ephone-dn 2
Number 1112

R2
Telephony-service
Max-ephones 5
Max-dn 5
Ip source-address 192.168.4.1 port 2000
Auto assign 1 to 5

Ephone-dn 1
Number 2121

Ephone-dn 2
Number 2122
CONFIGURACION DIAL-PEERS

R2
Dial-peer voice 2120 voip
Destination-pattern 212.
Session target ipv4:192.168.1.2

R1
Dial-peer voice 1110 voip
Destination-pattern 111.
Session target ipv4:172.16.1.2

ASIGNACION DE PUERTOS

Sw1
interface range fastethernet0/1-7
switchport mode access
switchport access vlan 2
switchport port-security
switchport port-security maximun 7
switchport port-security violation shutdown
switchport port-security mac-address sticky
exit

interface range fastethernet0/8-14


switchport mode access
switchport access vlan 3
exit

interface range fastethernet0/15-21


switchport voice vlan 4
switchport port-security
switchport port-security maximun 2
switchport port-security violation shutdown
switchport port-security mac-address sticky
exit

Sw2
interface range fastethernet0/1-7
switchport mode access
switchport access vlan 2
switchport port-security
switchport port-security maximun 7
switchport port-security violation shutdown
switchport port-security mac-address sticky
exit

interface range fastethernet0/8-14


switchport mode access
switchport access vlan 3
exit

interface range fastethernet0/15-21


switchport voice vlan 4
switchport port-security
switchport port-security maximun 2
switchport port-security violation shutdown
switchport port-security mac-address sticky
exit

CONFIGURACION QoS R1, R2

R1 y R2
class-map match-all criticos
match protocol ospf
class-map match-all medios
match protocol ssh
class-map match-all bajos
match protocol http

policy-map marcado
class criticos
set precedence 6
class medios
set precedence 5
class bajos
set precedence 4

inter se0/3/0
service-policy output marcado
PRESUPUESTO

DESCRIPCION CANTIDAD PRECIO TOTAL


Cisco 2811 Integrated Service Router ADSL
Bundle w/IOS ( CISCO2811-ADSL/K9 ) 4 $ 299.89 $ 1,119.56
POE
D-Link 26 Port 10/100 Unmanaged Switch
including two Gigabit Combo Ports (DES- 2 $ 59.99 $199.98
1026G/RE) Certified Refurbished
NETGEAR Dual Band 802.11ac Wireless
2 $ 37.49 $ 74.98
Access Point (WAC104-100NAS)
Grandstream GXP1625 Small to Medium
Business HD IP Phone with POE VoIP 4 $ 33.37 $ 133.48
Phone and Device
Navepoint 9U Deluxe IT Wallmount Cabinet
Enclosure 19-Inch Server Network Rack
2 $ 149.95 $ 299.90
With Locking Glass Door 16-Inches Deep
Black
Conector RJ45 40 $ 0.15 $ 6.00
Cable UTP 14 mts $ 0.66 $ 9.24
D-Link DIR-879 – Router WiFi AC 1900 AP
Mode (Quad Band, 1900 Mbps, antenas
amplificadas High Power, MIMO 3 x 4, 4 2 101.24 202.48
puertos Gigabit 10/100/1000 Mbps, 1 puerto
WAN Gigabit, WPS, WPA2, QoS)
Mars_A2416N 46dBm Wireless Outdoor
USB Adapter Antenna WiFi 802.11b/g/n 2 $ 66.99 $ 133.98
Support WIN10
TOTAL $ 2,179.60

S-ar putea să vă placă și