SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 

Was ist angesagt? (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
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie Ccna4 cs diaz_&_romero

Ähnlich wie Ccna4 cs diaz_&_romero (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.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
Lan Network with Redundancy
Lan Network with RedundancyLan Network with Redundancy
Lan Network with Redundancy
 
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
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
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
 
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
 

Kürzlich hochgeladen

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 

Kürzlich hochgeladen (20)

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 

Ccna4 cs diaz_&_romero

  • 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