Sie sind auf Seite 1von 10

Solucin examen parcial

Se tiene la red 10.10.0.0/16

Sede central : 10.10.0.0 /23


Sede lurin: 10.10.2.0/25
Sede san juan: 10.10.2.128/25

Sede central : 10.10.0.0/23

10.10.0.0/24 175 host : laboratorio(redes, simulacin, etc) - vlan 30

10.10.1.0/26 62 host : telfono ip(50) , anexo ip ( 11) y servidor (1)- vlan 10

10.10.1.64/26 50 host : usuarios vlan 20

10.10.1.128/27 30 host: laboratorio (investigacin, proyectos) vlan 40

10.10.1.160/27 20 host : sala de lectura vlan 50

10.10.1.200/29 -4 host : vlan de gestin vlan 99

10.10.1.192 /29-4 host : servidores

Sede Lurn: 10.10.2.0/25

10.10.2.0/27 30 host : laboratorio vlan 80

10.10.2.32/27 19 host: telfono ip y anexo ip vlan 70

10.10.2.64/27 - 15 host : usuarios vlan 60

10.10.2.96/29 4 host : vlan de gestin- vlan 98

10.10.2.104/29 - 4 host : enlace wan (FRAME RELAY)

10.10.2.112/30 2 host : cmara de seguridad vlan 90

Sede san Juan: 10.10.2.128/25:

10.10.2.128/27 30 host : laboratorio vlan 120

10.10.2.160/27 19 host: telfono ip y anexo ip vlan 110

10.10.2.192/27 - 15 host : usuarios vlan 100

10.10.2.224/29 4 host : vlan de gestin - vlan 97

10.10.2.232/30 2 host : cmara de seguridad - vlan 130

CONFIGURACIN SEDE CENTRAL:


Router: DHCP
ip dhcp excluded-address 10.10.1.1
ip dhcp pool voz
network 10.10.1.0 255.255.255.192
default-router 10.10.1.1
option 150 ip 10.10.1.1
ip dhcp excluded-address 10.10.1.65
ip dhcp pool datos
network 10.10.1.64 255.255.255.192
default-router 10.10.1.65
ip dhcp excluded-address 10.10.0.1
ip dhcp pool laboratorio2
network 10.10.0.0 255.255.255.0
default-router 10.10.0.1
ip dhcp excluded-address 10.10.1.129
ip dhcp pool laboratorio1
network 10.10.1.128 255.255.255.224
default-router 10.10.1.129
ip dhcp excluded-address 10.10.1.161
ip dhcp pool lectura
network 10.10.1.160 255.255.255.224
default-router 10.10.1.161
ip dhcp excluded-address 10.10.1.201
ip dhcp pool gestion
network 10.10.1.200 255.255.255.248
default-router 10.10.1.201

Router (interfaces):
interface FastEthernet0/0.1
description voz
encapsulation dot1Q 10
ip address 10.10.1.1 255.255.255.192
interface FastEthernet0/0.2
description datos
encapsulation dot1Q 20
ip address 10.10.1.65 255.255.255.192
interface FastEthernet0/0.3
description laboratorio2
encapsulation dot1Q 30
ip address 10.10.0.1 255.255.255.0
interface FastEthernet0/0.4
description laboratorio1
encapsulation dot1Q 40
ip address 10.10.1.129 255.255.255.224
interface FastEthernet0/0.5
description lectura
encapsulation dot1Q 50
ip address 10.10.1.161 255.255.255.224
interface FastEthernet0/0.6
description getion
encapsulation dot1Q 99
ip address 10.10.1.201 255.255.255.248
interface FastEthernet0/1
ip address 10.10.1.193 255.255.255.248
interface Serial0/2/0
ip address 10.10.2.107 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.2.105 102 broadcast
frame-relay map ip 10.10.2.106 103 broadcast

Router (enrutamiento):
router rip
version 2
network 10.0.0.0
no auto-summary
Router (telefonos y anexo ip):
telephony-service
max-ephones 15
max-dn 15
ip source-address 10.10.1.1 port 2000
auto assign 1 to 15
ephone-dn 1
number 1001
ephone-dn 2
number 1002
ephone-dn 3
number 1003
ephone-dn 4
number 1004
ephone-dn 5
number 1005
ephone-dn 6
number 1006
ephone-dn 7
number 1007
SWITCH - 2:

SWITCH - 1:

CONFIGURACION SEDE LURIN


Router :
ip dhcp excluded-address 10.10.2.65
ip dhcp pool usuarios
network 10.10.2.64 255.255.255.224
default-router 10.10.2.65
ip dhcp excluded-address 10.10.2.1
ip dhcp pool laboratorio
network 10.10.2.0 255.255.255.224
default-router 10.10.2.1
ip dhcp excluded-address 10.10.2.97
ip dhcp pool administracion
network 10.10.2.96 255.255.255.248
default-router 10.10.2.97
ip dhcp excluded-address 10.10.2.33
ip dhcp pool voz
network 10.10.2.32 255.255.255.224
default-router 10.10.2.33
option 150 ip 10.10.2.33
interface FastEthernet0/0.1
description usuarios
encapsulation dot1Q 60
ip address 10.10.2.65 255.255.255.224

interface FastEthernet0/0.2
description voz
encapsulation dot1Q 70
ip address 10.10.2.33 255.255.255.224
interface FastEthernet0/0.3
description laboratorio
encapsulation dot1Q 80
ip address 10.10.2.1 255.255.255.224
interface FastEthernet0/0.4
description seguridad
encapsulation dot1Q 90
ip address 10.10.2.113 255.255.255.252
interface FastEthernet0/0.5
description administracion
encapsulation dot1Q 98
ip address 10.10.2.97 255.255.255.248
interface Serial0/2/0
ip address 10.10.2.105 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.2.107 201 broadcast
frame-relay map ip 10.10.2.106 203 broadcast
router rip
version 2
network 10.0.0.0
no auto-summary
telephony-service
max-ephones 15
max-dn 15
ip source-address 10.10.2.33 port 2000
auto assign 1 to 15
ephone-dn 1
number 2001
ephone-dn 2
number 2002
ephone-dn 3
number 2003
ephone-dn 4
number 2004

SWITCH:

CONFIGURACION SEDE SAN JUAN


ROUTER:
ip dhcp excluded-address 10.10.2.193
ip dhcp pool usuarios
network 10.10.2.192 255.255.255.224
default-router 10.10.2.193
ip dhcp excluded-address 10.10.2.161
ip dhcp pool voz
network 10.10.2.160 255.255.255.224
default-router 10.10.2.161
option 150 ip 10.10.2.161
ip dhcp excluded-address 10.10.2.129
ip dhcp pool laboratorio
network 10.10.2.128 255.255.255.224
default-router 10.10.2.129
ip dhcp excluded-address 10.10.2.225
ip dhcp pool gestion
network 10.10.2.224 255.255.255.248
default-router 10.10.2.225
interface FastEthernet0/0.1
description usuarios
encapsulation dot1Q 100
ip address 10.10.2.193 255.255.255.224

interface FastEthernet0/0.2
description voz
encapsulation dot1Q 110
ip address 10.10.2.161 255.255.255.224
interface FastEthernet0/0.3
description laboratorio
encapsulation dot1Q 120
ip address 10.10.2.129 255.255.255.224
interface FastEthernet0/0.4
description seguridad
encapsulation dot1Q 130
ip address 10.10.2.233 255.255.255.252
interface FastEthernet0/0.5
description gestion
encapsulation dot1Q 97
ip address 10.10.2.225 255.255.255.248
interface Serial0/2/0
ip address 10.10.2.106 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.2.105 302 broadcast
frame-relay map ip 10.10.2.107 301 broadcast
router rip
version 2
network 10.0.0.0
no auto-summary
telephony-service
max-ephones 15
max-dn 15
ip source-address 10.10.2.161 port 2000
auto assign 1 to 15
ephone-dn 1
number 3001
ephone-dn 2
number 3002
ephone-dn 3
number 3003

SWITCH:

Das könnte Ihnen auch gefallen