SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
SITUACIÓN
Descarga aquí
FASE 1: DIRECCIONAMIENTO DE LA WAN
Nombre Interfaz Máscara de subred
Limerick S0 172.16.255.245/30 255.255.255.252
Cork E1 Cork E1.1 172.16.0.1/24 255.255.255.0
Cork E1.2 172.16.1.1/24 255.255.255.0
Cork E1.3 172.16.2.1/24 255.255.255.0
Cork S0 172.16.255.254/30 255.255.255.252
Cork S1 172.16.255.250/30 255.255.255.252
Galway E0 172.16.4.1/22 255.255.252.0
Galway S0 172.16.255.253/30 255.255.255.252
Belfast E0 10.0.0.1/8 255.0.0.0
Belfast S0 172.16.255.249/30 255.255.255.252
Belfast S1 172.16.255.246/30 255.255.255.252
Nombre Conjunto de direcciones
Conjunto DHCP de
Galway
172.16.4.0/22, excepto 172.16.0.1(E0)
LAN de Cork 172.16.0.0/22
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
FASE 2: CONFIGURACIÓN DE LOS ROUTERS Y OSPF
Configuraciones:
Limerick
Router # configure terminal
Router(config) # hostname Limerick
Limerick (config) # line console 0
Limerick (config – line) # password cisco
Limerick (config – line) # login
Limerick (config) # enable secret cisco
Limerick (config) # interface serial0/1
Limerick (config – if) # ip address 172.16.255.245 255.255.255.252
Limerick (config – if) # clock rate 64000
Limerick (config – if) # no shutdown
Limerick (config) # router ospf 1
Limerick (config - router) # network 172.16.255.244 0.0.0.3 area 0
Cork
Router # configure terminal
Router(config) # hostname Cork
Cork (config) # line console 0
Cork (config – line) # password cisco
Cork (config – line) # login
Cork (config) # enable secret cisco
Cork (config) # interface serial1/1
Cork (config –if) # ip address 172.16.255.250 255.255.255.252
Cork (config –if) # no shutdown
Cork (config) # interface FastEthernet 0/1
Cork (config - if) # no shutdown
Cork (config - if) # interface FastEthernet 0/1.1
Cork (config - subif) # encapsulation dot1q 1
Cork (config - subif) # ip address 172.16.0.1 255.255.255.0
Cork (config –subif) # no shutdown
Cork (config - subif) # interface FastEthernet 0/1.2
Cork (config - subif) # encapsulation dot1q 2
Cork (config - subif) # ip address 172.16.1.1 255.255.255.0
Cork (config –subif) # no shutdown
Cork (config - subif) # interface FastEthernet 0/1.3
Cork (config - subif) # encapsulation dot1q 3
Cork (config - subif) # ip address 172.16.2.1 255.255.255.0
Cork (config –subif) # no shutdown
Cork (config) # router ospf 1
Cork (config - router) # network 172.16.0.0 0.0.0.255 area 0
Cork (config - router) # network 172.16.1.0 0.0.0.255 area 0
Cork (config - router) # network 172.16.2.0 0.0.0.255 area 0
Cork (config - router) # network 172.16.255.248 0.0.0.3 area 0
Cork (config - router) # network 172.16.255.252 0.0.0.3 area 0
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
Cork (config – router) # redistribute rip subnets
Cork (config) # router rip
Cork (config - router) # version 2
Cork (config - router) # network 172.16.0.0
Cork (config - router) # redistribute ospf 1
Belfast
Router # configure terminal
Router(config) # hostname Belfast
Belfast (config) # line console 0
Belfast (config – line) # password cisco
Belfast (config – line) # login
Belfast (config) # enable secret cisco
Belfast (config) # interface serial 1/0
Belfast (config – if) # ip address 172.16.255.249 255.255.255.252
Belfast (config – if) # clock rate 64000
Belfast (config – if) # no shutdown
Belfast (config) # interface serial 1/1
Belfast (config – if) # ip address 172.16.255.246 255.255.255.252
Belfast (config – if) # no shutdown
Belfast (config) # router ospf 1
Belfast (config – router) # network 10.0.0.0 0.255.255.255 area 0
Belfast (config – router) # network 172.16.255.244 0.0.0.3 area 0
Belfast (config – router) # network 172.16.255.248 0.0.0.3 area 0
Belfast (config) # ip route 0.0.0.0 0.0.0.0 10.0.0.2
Belfast (config) # router ospf 1
Belfast (config – router) # default-information originate
Belfast (config – router) # redistribute static
Galway
Router # configure terminal
Router(config) # hostname Galway
Galway (config) # line console 0
Galway (config – line) # password cisco
Galway (config – line) # login
Galway (config) # enable secret cisco
Galway (config) # interface serial 1/0
Galway (config - if) # ip address 172.16.255.253 255.255.255.252
Galway (config - if) # no shutdown
Galway (config) # interface FastEthernet 0/0
Galway (config - if) # ip address 172.16.4.1 255.255.252.0
Galway (config - if) # no shutdown
Galway (config) # router rip
Galway (config - router) # version 2
Galway (config - router) # network 172.16.0.0
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
FASE 3: CONFIGURACIÓN DE NAT, SIMULACIÓN DE FRAME RELAY Y ACL
Belfast (config) # ip nat pool Belfastpool 192.168.1.6 192.168.1.6 netmask 255.255.255.252
Belfast (config) # access-list 1 permit 172.16.0.0 0.0.255.255
Belfast (config) # ip nat inside source list 1 pool Belfastpool overload
Belfast (config) # interface serial 1/0
Belfsat (config – if) # ip nat inside
Belfast (config) # interface serial 1/1
Belfsat (config – if) # ip nat inside
Belfast (config) # interface FastEthernet 0/0
Belfsat (config – if) # ip nat outside
Belfast (config) # ip nat translation timeout 120
Configuración para Frame Relay
Cork (config) # interface serial 1/0
Cork (config - if) # no ip address 172.16.255.254 255.255.255.252
Cork (config - if) # encapsulation frame-relay
Cork (config – if) # frame-relay intf-type dte
Cork (config – if) # frame-relay lmi-type cisco
Cork (config – if) # interface FastEthernet0/1.1
Cork (config – subif) # ip address 172.16.255.254 255.255.255.252
Cork (config – subif) # frame-relay interface-dlci 100
Cork (config – fr-dlci) # exit
Cork (config – subif) # no shutdown
Galway (config) # interface serial 1/0
Galway (config - if) # no ip address 172.16.255.253 255.255.255.252
Galway (config - if) # encapsulation frame-relay
Galway (config – if) # frame-relay intf-type dte
Galway (config – if) # frame-relay lmi-type cisco
Galway (config – if) # interface FastEthernet0/1.1
Galway (config – subif) # ip address 172.16.255.253 255.255.255.252
Galway (config – subif) # frame-relay interface-dlci 200
Galway (config – fr-dlci) # exit
Galway (config – subif) # no shutdown
‘Switch Frame Relay’
Escenario:
Cork S0 dlci100 S0 Router S1 dlci200 S0 Galway
Router(config) # frame-relay switching
Router(config) # interface serial 1/0
Router(config - if) # clock rate 64000
Router(config - if) # encapsulation frame-relay
Router(config - if) # frame-relay intf-type dce
Router(config - if) # frame-relay lmi-type cisco
Router (config – if) # frame-relay route 100 interface serial 1 200
Router (config – if) # no shutdown
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
Router (config) # interface serial 1
Router(config - if) # clock rate 64000
Router(config - if) # encapsulation frame-relay
Router(config - if) # frame-relay intf-type dce
Router(config - if) # frame-relay lmi-type cisco
Router (config – if) # frame-relay route 200 interface serial 0 100
Router (config – if) # no shutdown
Belfast (config) # access-list 105 permit tcp 172.16.4.0 0.0.0.3.255
any eq 80
Belfast (config) # access-list 105 permit ip 172.16.0.0 0.0.3.255 any
Belfast (config) # interface Ethernet 0
Belfast (config – if) # ip access-group 105 in
Elemento Valores de Configuración
Belfast nombre del conjunto NAT Belfastpool
Belfast: Número de ACL 1
Número ACL para el filtrado ACL del tráfico 105
Router para el filtrado ACL del tráfico de LAN de Galway Belfast
Puerto configurado para el filtrado ACL del tráfico de LAN de
Galway
Ethernet 0
Dirección configurada para el filtrado ACL del tráfico del LAN
de Galway
In
Dirección IP del servidor ISP 10.0.0.2
Máscara de subred del servidor ISP 255.0.0.0
Gateway por defecto del servidor ISP 10.0.0.1 ó 10.0.0.3 hasta 10.255.255.254
Nombre de archivo de la página web en el servidor ISP (incluye
la ruta)
c:…htdocsindex.html
FASE 4: CONFIGURACION DE VLAN Y DHCP
Switch # vlan database
Switch (vlan) # vlan 1 name VLAN1
Switch (vlan) # vlan 2 name VLAN2
Switch (vlan) # vlan 3 name VLAN3
Switch (config) # interface Ethernet 0/1
TECNOLOGIA DE REDES:
DOCENTE: Jorge Luis Arroyo Tirado
Alumnos:
1) Díaz Pereyra Luis Manuel Enrique
2) Romero Cahuana Natalie Ruby
Switch (config – if) # switchport access vlan 1
Swithc (config – if) # switchport mode trunk
Swithc (config – if) # switchport trunk encapsulation
Switch (config) # interface Ethernet 0/2
Switch (config – if) # switchport access vlan 1
Switch (config) # interface Ethernet 0/3
Switch (config – if) # switchport access vlan 1
Switch (config) # interface Ethernet 0/4
Switch (config – if) # switchport access vlan 1
Switch (config) # interface Ethernet 0/5
Switch (config – if) # switchport access vlan 2
Switch (config) # interface Ethernet 0/6
Switch (config – if) # switchport access vlan 2
Switch (config) # interface Ethernet 0/7
Switch (config – if) # switchport access vlan 2
Switch (config) # interface Ethernet 0/8
Switch (config – if) # switchport access vlan 2
Switch (config) # interface Ethernet 0/9
Switch (config – if) # switchport access vlan 3
Switch (config) # interface Ethernet 0/10
Switch (config – if) # switchport access vlan 3
Switch (config) # interface Ethernet 0/11
Switch (config – if) # switchport access vlan 3
Switch (config) # interface Ethernet 0/12
Switch (config – if) # switchport access vlan 3
DHCP
Galway (config) # ip dhcp pool DHCPpool
Galway (dhcp - config) # network 172.16.4.0 255.255.252.0
Galway (config) # ip dhcp excluded-address 172.16.4.1
Galway (config) #ip dhcp pool DHCPpool
Galway (dhcp – config) # default-router 172.16.4.1
Galway (dhcp – config) # dns-server 200.41.96.24 200.41.96.26

Más contenido relacionado

La actualidad más candente

Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Cisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationCisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationHamed Moghaddam
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2MAFANTIRI SELLO
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route FilteringNetwax Lab
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationHamed Moghaddam
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configurationHamed Moghaddam
 
Juniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationJuniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationHamed Moghaddam
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationHamed Moghaddam
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port SecurityHamed Moghaddam
 
How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfacestcpipguru
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationHamed Moghaddam
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationHamed Moghaddam
 

La actualidad más candente (19)

Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Cisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationCisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL Configuration
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route Filtering
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configuration
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
Juniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationJuniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route Configuration
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
R1
R1R1
R1
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfaces
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink Configuration
 

Destacado

Calidad de software
Calidad de softwareCalidad de software
Calidad de softwareMrEdHy
 
La calidad del software
La calidad del softwareLa calidad del software
La calidad del softwareduberlisg
 
Pruebas de sistemas y aceptacion
Pruebas de sistemas y aceptacionPruebas de sistemas y aceptacion
Pruebas de sistemas y aceptacionAbner Gerardo
 
Metricas y factores de mc call
Metricas y factores  de mc callMetricas y factores  de mc call
Metricas y factores de mc callmildredmontoya6
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your BusinessBarry Feldman
 

Destacado (9)

Estimación para proy_soft-caja_b_y_n
Estimación para proy_soft-caja_b_y_nEstimación para proy_soft-caja_b_y_n
Estimación para proy_soft-caja_b_y_n
 
SIMAPE 2013-2017
SIMAPE 2013-2017SIMAPE 2013-2017
SIMAPE 2013-2017
 
Calidad de software
Calidad de softwareCalidad de software
Calidad de software
 
Calidad del software cap3
Calidad del software   cap3Calidad del software   cap3
Calidad del software cap3
 
La calidad del software
La calidad del softwareLa calidad del software
La calidad del software
 
Pruebas De Software
Pruebas De SoftwarePruebas De Software
Pruebas De Software
 
Pruebas de sistemas y aceptacion
Pruebas de sistemas y aceptacionPruebas de sistemas y aceptacion
Pruebas de sistemas y aceptacion
 
Metricas y factores de mc call
Metricas y factores  de mc callMetricas y factores  de mc call
Metricas y factores de mc call
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
 

Similar a Configure OSPF, NAT, VLANs and DHCP

Similar a Configure OSPF, NAT, VLANs and DHCP (20)

Modul Tournamentof Cisco.doc
Modul Tournamentof Cisco.docModul Tournamentof Cisco.doc
Modul Tournamentof Cisco.doc
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
Aula04 - configuração da topologia ppp - resolvido
Aula04 -  configuração da topologia ppp - resolvidoAula04 -  configuração da topologia ppp - resolvido
Aula04 - configuração da topologia ppp - resolvido
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
Lan Network with Redundancy
Lan Network with RedundancyLan Network with Redundancy
Lan Network with Redundancy
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
Ccna command
Ccna commandCcna command
Ccna command
 
1
11
1
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
 
Labmannual
LabmannualLabmannual
Labmannual
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
Configuración del dial peer
Configuración del dial peer Configuración del dial peer
Configuración del dial peer
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheet
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheet
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
How to configure frame realy
How to configure frame realyHow to configure frame realy
How to configure frame realy
 
GRE Tunnel Configuration
GRE Tunnel ConfigurationGRE Tunnel Configuration
GRE Tunnel Configuration
 

Último

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 

Último (20)

INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 

Configure OSPF, NAT, VLANs and DHCP

  • 1. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby SITUACIÓN Descarga aquí FASE 1: DIRECCIONAMIENTO DE LA WAN Nombre Interfaz Máscara de subred Limerick S0 172.16.255.245/30 255.255.255.252 Cork E1 Cork E1.1 172.16.0.1/24 255.255.255.0 Cork E1.2 172.16.1.1/24 255.255.255.0 Cork E1.3 172.16.2.1/24 255.255.255.0 Cork S0 172.16.255.254/30 255.255.255.252 Cork S1 172.16.255.250/30 255.255.255.252 Galway E0 172.16.4.1/22 255.255.252.0 Galway S0 172.16.255.253/30 255.255.255.252 Belfast E0 10.0.0.1/8 255.0.0.0 Belfast S0 172.16.255.249/30 255.255.255.252 Belfast S1 172.16.255.246/30 255.255.255.252 Nombre Conjunto de direcciones Conjunto DHCP de Galway 172.16.4.0/22, excepto 172.16.0.1(E0) LAN de Cork 172.16.0.0/22
  • 2. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby FASE 2: CONFIGURACIÓN DE LOS ROUTERS Y OSPF Configuraciones: Limerick Router # configure terminal Router(config) # hostname Limerick Limerick (config) # line console 0 Limerick (config – line) # password cisco Limerick (config – line) # login Limerick (config) # enable secret cisco Limerick (config) # interface serial0/1 Limerick (config – if) # ip address 172.16.255.245 255.255.255.252 Limerick (config – if) # clock rate 64000 Limerick (config – if) # no shutdown Limerick (config) # router ospf 1 Limerick (config - router) # network 172.16.255.244 0.0.0.3 area 0 Cork Router # configure terminal Router(config) # hostname Cork Cork (config) # line console 0 Cork (config – line) # password cisco Cork (config – line) # login Cork (config) # enable secret cisco Cork (config) # interface serial1/1 Cork (config –if) # ip address 172.16.255.250 255.255.255.252 Cork (config –if) # no shutdown Cork (config) # interface FastEthernet 0/1 Cork (config - if) # no shutdown Cork (config - if) # interface FastEthernet 0/1.1 Cork (config - subif) # encapsulation dot1q 1 Cork (config - subif) # ip address 172.16.0.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config - subif) # interface FastEthernet 0/1.2 Cork (config - subif) # encapsulation dot1q 2 Cork (config - subif) # ip address 172.16.1.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config - subif) # interface FastEthernet 0/1.3 Cork (config - subif) # encapsulation dot1q 3 Cork (config - subif) # ip address 172.16.2.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config) # router ospf 1 Cork (config - router) # network 172.16.0.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.1.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.2.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.255.248 0.0.0.3 area 0 Cork (config - router) # network 172.16.255.252 0.0.0.3 area 0
  • 3. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby Cork (config – router) # redistribute rip subnets Cork (config) # router rip Cork (config - router) # version 2 Cork (config - router) # network 172.16.0.0 Cork (config - router) # redistribute ospf 1 Belfast Router # configure terminal Router(config) # hostname Belfast Belfast (config) # line console 0 Belfast (config – line) # password cisco Belfast (config – line) # login Belfast (config) # enable secret cisco Belfast (config) # interface serial 1/0 Belfast (config – if) # ip address 172.16.255.249 255.255.255.252 Belfast (config – if) # clock rate 64000 Belfast (config – if) # no shutdown Belfast (config) # interface serial 1/1 Belfast (config – if) # ip address 172.16.255.246 255.255.255.252 Belfast (config – if) # no shutdown Belfast (config) # router ospf 1 Belfast (config – router) # network 10.0.0.0 0.255.255.255 area 0 Belfast (config – router) # network 172.16.255.244 0.0.0.3 area 0 Belfast (config – router) # network 172.16.255.248 0.0.0.3 area 0 Belfast (config) # ip route 0.0.0.0 0.0.0.0 10.0.0.2 Belfast (config) # router ospf 1 Belfast (config – router) # default-information originate Belfast (config – router) # redistribute static Galway Router # configure terminal Router(config) # hostname Galway Galway (config) # line console 0 Galway (config – line) # password cisco Galway (config – line) # login Galway (config) # enable secret cisco Galway (config) # interface serial 1/0 Galway (config - if) # ip address 172.16.255.253 255.255.255.252 Galway (config - if) # no shutdown Galway (config) # interface FastEthernet 0/0 Galway (config - if) # ip address 172.16.4.1 255.255.252.0 Galway (config - if) # no shutdown Galway (config) # router rip Galway (config - router) # version 2 Galway (config - router) # network 172.16.0.0
  • 4. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby FASE 3: CONFIGURACIÓN DE NAT, SIMULACIÓN DE FRAME RELAY Y ACL Belfast (config) # ip nat pool Belfastpool 192.168.1.6 192.168.1.6 netmask 255.255.255.252 Belfast (config) # access-list 1 permit 172.16.0.0 0.0.255.255 Belfast (config) # ip nat inside source list 1 pool Belfastpool overload Belfast (config) # interface serial 1/0 Belfsat (config – if) # ip nat inside Belfast (config) # interface serial 1/1 Belfsat (config – if) # ip nat inside Belfast (config) # interface FastEthernet 0/0 Belfsat (config – if) # ip nat outside Belfast (config) # ip nat translation timeout 120 Configuración para Frame Relay Cork (config) # interface serial 1/0 Cork (config - if) # no ip address 172.16.255.254 255.255.255.252 Cork (config - if) # encapsulation frame-relay Cork (config – if) # frame-relay intf-type dte Cork (config – if) # frame-relay lmi-type cisco Cork (config – if) # interface FastEthernet0/1.1 Cork (config – subif) # ip address 172.16.255.254 255.255.255.252 Cork (config – subif) # frame-relay interface-dlci 100 Cork (config – fr-dlci) # exit Cork (config – subif) # no shutdown Galway (config) # interface serial 1/0 Galway (config - if) # no ip address 172.16.255.253 255.255.255.252 Galway (config - if) # encapsulation frame-relay Galway (config – if) # frame-relay intf-type dte Galway (config – if) # frame-relay lmi-type cisco Galway (config – if) # interface FastEthernet0/1.1 Galway (config – subif) # ip address 172.16.255.253 255.255.255.252 Galway (config – subif) # frame-relay interface-dlci 200 Galway (config – fr-dlci) # exit Galway (config – subif) # no shutdown ‘Switch Frame Relay’ Escenario: Cork S0 dlci100 S0 Router S1 dlci200 S0 Galway Router(config) # frame-relay switching Router(config) # interface serial 1/0 Router(config - if) # clock rate 64000 Router(config - if) # encapsulation frame-relay Router(config - if) # frame-relay intf-type dce Router(config - if) # frame-relay lmi-type cisco Router (config – if) # frame-relay route 100 interface serial 1 200 Router (config – if) # no shutdown
  • 5. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby Router (config) # interface serial 1 Router(config - if) # clock rate 64000 Router(config - if) # encapsulation frame-relay Router(config - if) # frame-relay intf-type dce Router(config - if) # frame-relay lmi-type cisco Router (config – if) # frame-relay route 200 interface serial 0 100 Router (config – if) # no shutdown Belfast (config) # access-list 105 permit tcp 172.16.4.0 0.0.0.3.255 any eq 80 Belfast (config) # access-list 105 permit ip 172.16.0.0 0.0.3.255 any Belfast (config) # interface Ethernet 0 Belfast (config – if) # ip access-group 105 in Elemento Valores de Configuración Belfast nombre del conjunto NAT Belfastpool Belfast: Número de ACL 1 Número ACL para el filtrado ACL del tráfico 105 Router para el filtrado ACL del tráfico de LAN de Galway Belfast Puerto configurado para el filtrado ACL del tráfico de LAN de Galway Ethernet 0 Dirección configurada para el filtrado ACL del tráfico del LAN de Galway In Dirección IP del servidor ISP 10.0.0.2 Máscara de subred del servidor ISP 255.0.0.0 Gateway por defecto del servidor ISP 10.0.0.1 ó 10.0.0.3 hasta 10.255.255.254 Nombre de archivo de la página web en el servidor ISP (incluye la ruta) c:…htdocsindex.html FASE 4: CONFIGURACION DE VLAN Y DHCP Switch # vlan database Switch (vlan) # vlan 1 name VLAN1 Switch (vlan) # vlan 2 name VLAN2 Switch (vlan) # vlan 3 name VLAN3 Switch (config) # interface Ethernet 0/1
  • 6. TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby Switch (config – if) # switchport access vlan 1 Swithc (config – if) # switchport mode trunk Swithc (config – if) # switchport trunk encapsulation Switch (config) # interface Ethernet 0/2 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/3 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/4 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/5 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/6 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/7 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/8 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/9 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/10 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/11 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/12 Switch (config – if) # switchport access vlan 3 DHCP Galway (config) # ip dhcp pool DHCPpool Galway (dhcp - config) # network 172.16.4.0 255.255.252.0 Galway (config) # ip dhcp excluded-address 172.16.4.1 Galway (config) #ip dhcp pool DHCPpool Galway (dhcp – config) # default-router 172.16.4.1 Galway (dhcp – config) # dns-server 200.41.96.24 200.41.96.26