SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
Johnson Liu
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
alan moreno
 
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
tcpipguru
 

Tendances (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
 

En vedette (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
 

Similaire à Ccna4 cs diaz_&_romero

Similaire à 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
 

Dernier

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
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Dernier (20)

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
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.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
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
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Ữ Â...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 

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