SlideShare una empresa de Scribd logo
1 de 43
CCNA3 Principios básicos de conmutación  y  enrutamiento intermedio
Introducción al  enrutamiento sin clase  M ó dulo  3 Capítulo 1 Curriculum: CCNA CCNA3 Clase 01
CCNA3 Principios básicos de conmutación y enrutamiento intermedio ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CCNA3 Principios básicos de conmutación y enrutamiento intermedio ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CCNA3 Principios básicos de conmutación y enrutamiento intermedio ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CCNA3 Principios básicos de conmutación y enrutamiento intermedio ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CCNA3 Principios básicos de conmutación y enrutamiento intermedio ,[object Object],[object Object],[object Object],[object Object],[object Object]
© 2004, Cisco Systems, Inc. All rights reserved. ,[object Object],[object Object],[object Object],[object Object],[object Object]
Recomendación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introducción Este capitulo incluye los objetivos del examen INTRO 640-801 Este capitulo incluye los objetivos del examen INTRO 640-811
Introducción ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
© 2004, Cisco Systems, Inc. All rights reserved. ,[object Object],[object Object],[object Object],[object Object],[object Object]
© 2004, Cisco Systems, Inc. All rights reserved. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IPv4 Una dirección IP está compuesta por 32 bits (4 octetos). ,[object Object],[object Object],[object Object],Mascara Mascara Mascara
Numero de redes y hosts ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ejemplo Usando /24 190.52 . 1 .2 190.52 . 2 .2 190.52 . 3 .2 internamente  Los dispositivos dentro de la LAN miran a estas direcciones como 3 diferentes redes llamadas  subredes . Clase B Network Network Host Host Dada la IP clase B 190.52.0.0 Network Network Subnet Host
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Cont… Network Network Subnet Host
Si necesita repasar subredes… ,[object Object],Tutorial de subredes http ://www.soi.wide.ad.jp/soi-asia/pkg1/06/index_63.html Tutorial de subredes en español http :// www.htmlweb.net /redes/subredes/ subredes _1. html
© 2004, Cisco Systems, Inc. All rights reserved. ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
El problema… ,[object Object],[object Object],[object Object]
El concepto ,[object Object],[object Object]
Ejemplo de Diseño Utilizar unicamente la red 190.52.1.0
Solución Paso 1 ,[object Object],[object Object],[object Object],[object Object],Diagrama
Continuación Paso 1 Ahora la mascara es: 255.255.255. 11000000    255.255.255.192 Diagrama 190.52.1.192 190.52.1.  11  000000 Subred 3 190.52.1.128 190.52.1.  10  000000 Subred 2 190.52.1.64 190.52.1.  01  000000 Subred 1 190.52.1.0 190.52.1.  00  000000 Subred 0 Decimal Binario Nombre
Paso 2 2.  Reservar los bloques que se necesitan de ese tamaño. En este caso se necesitan 2, por lo tanto se seleccionan las subredes 1 y 2 para las dos oficinas centrales Diagrama
Paso 3 ,[object Object],[object Object],[object Object],[object Object],Diagrama
Continuacion Paso 3 190.52.1.00 00  0000  190.52.1.0 190.52.1.00 01  0000  190.52.1.16 190.52.1.00 10  0000  190.52.1.32 190.52.1.00 11  0000  190.52.1.48 190.52.1.0 Ya que seleccionamos la subred 0 que está libre.  Utilizamos la máscara:    255.255.255.240 ó /28 Subredes
Solución 190.52.1.0/28 190.52.1.16/28 190.52.1.32/28 190.52.1.48/28 190.52.1.64/26 190.52.1.128/26
Resumen del ejercicio 190. 52.1.1100 0000  190.52.1.192/28 (libre) 190. 52.1.1101 0000  190.52.1.208/28 (libre) 190. 52.1.1110 0000  190.52.1.224/28 (libre) 190. 52.1.1111 0000  190.52.1.240/28 (libre) 190.52.1.192/26 190.52.1.0000 0000  190.52.1.00/28 (of 10) 190. 52.1.0001 0000  190.52.1.16/28 (of 10) 190. 52.1.0010 0000  190.52.1.32/28 (of 10) 190. 52.1.0011 0000  190.52.1.48/28 (of 10) 190.52.1.0/26 190.52.1.64/26  (HQ1) 190.52.1.128/26  (HQ2)
Solución Final 190.52.1.0/28 190.52.1.16/28 190.52.1.32/28 190.52.1.48/28 190.52.1.64/26 190.52.1.128/26 190.52.1.192/30 190.52.1.196/30 190.52.1.200/30
Show Ip route HQ1#show ip route Codes:  C -  connected, S - static, I - IGRP, R - RIP, M - mobile, B-BGP D - EIGRP, EX - EIGRP external, O - OSPF,  IA - OSPF inter area (…) Gateway of last resort is not set 192.168.1.0/24 is variable subnetted, 9 subnets, 3 masks C   192.168.1.64/26 is directly connected, FastEthernet0/0 R   192.168.1.128/26 [120/1] via 192.168.1.214, 00:00:23, Serial0/0 C   192.168.1.16/28 is directly connected, FastEthernet0/1 R   192.168.1.32/28 [120/1] via 192.168.1.214, 00:00:15, Serial0/0 R   192.168.1.48/28 [120/1] via 192.168.1.210, 00:00:15, Serial0/1 R   192.168.1.192/28 [120/2] via 192.168.1.214, 00:00:17, Serial0/0 C   192.168.1.208/30 is directly connected, Serial0/1 C   192.168.1.212/30 is directly connected, Serial0/0 R   192.168.1.216/30 [120/1] via 192.168.1.214, 00:00:10, Serial0/0
© 2004, Cisco Systems, Inc. All rights reserved. ,[object Object],[object Object],[object Object],[object Object],[object Object]
Convergencia RIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Convergencia RIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Caracteristicas  RIP Version 2 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Caracteristicas  RIP Version 2 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de enrutamiento Classfull y Classless ,[object Object],[object Object],Protocolo de  enrutamiento
Limitaciones de RIPv2 ,[object Object],[object Object],[object Object],[object Object]
Configuración del protocolo RIP ,[object Object],[object Object],[object Object]
Ejemplo NewYork(config)#interface fastethernet0/0 NewYork(config-if)#ip address 192.168.50.129 255.255.255.192 NewYork(config-if)#ip rip send version 1 NewYork(config-if)#ip rip receive version 1  NewYork(config)#interface fastethernet0/1 NewYork(config-if)#ip address 172.25.150.193 255.255.255.240 NewYork(config-if)#ip rip send version 1 2  NewYork(config)#interface fastethernet0/2 NewYork(config-if)#ip address 172.25.150.225 225.255.255.240  NewYork(config)#router rip NewYork(config-router)#version 2 NewYork(config-router)#network 172.25.0.0 NewYork(config-router)#network 192.168.50.0
Verificando la configuración de RIP ,[object Object],[object Object],[object Object],[object Object],[object Object]
Comandos Debug
Recomendaciones ,[object Object],[object Object],[object Object]

Más contenido relacionado

La actualidad más candente

PACKET TRACER
PACKET TRACERPACKET TRACER
PACKET TRACER
VERO
 
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estáticoConceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
Francesc Perez
 
2.3.3.5 lab configuring a switch management address
2.3.3.5 lab   configuring a switch management address2.3.3.5 lab   configuring a switch management address
2.3.3.5 lab configuring a switch management address
timmaujim
 
3.3.3.4 lab using wireshark to view network traffic
3.3.3.4 lab   using wireshark to view network traffic3.3.3.4 lab   using wireshark to view network traffic
3.3.3.4 lab using wireshark to view network traffic
Aransues
 
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estáticoConceptos y protocolos de enrutamiento: 2. Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estático
Francesc Perez
 
5.1.4.3 lab using wireshark to examine ethernet frames
5.1.4.3 lab   using wireshark to examine ethernet frames5.1.4.3 lab   using wireshark to examine ethernet frames
5.1.4.3 lab using wireshark to examine ethernet frames
timmaujim
 
Conmutación LAN e inalámbrica: 5.2 VTP Solución
Conmutación LAN e inalámbrica: 5.2 VTP SoluciónConmutación LAN e inalámbrica: 5.2 VTP Solución
Conmutación LAN e inalámbrica: 5.2 VTP Solución
Francesc Perez
 

La actualidad más candente (20)

Redes II Practica 5 OSPF
Redes II Practica 5 OSPFRedes II Practica 5 OSPF
Redes II Practica 5 OSPF
 
Administracion de redes
Administracion de redesAdministracion de redes
Administracion de redes
 
Ud6 2 subnetting
Ud6 2 subnettingUd6 2 subnetting
Ud6 2 subnetting
 
Cisco CCNA v5 Lab
Cisco CCNA v5 LabCisco CCNA v5 Lab
Cisco CCNA v5 Lab
 
PACKET TRACER
PACKET TRACERPACKET TRACER
PACKET TRACER
 
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estáticoConceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2.1 Enrutamiento estático
 
2.3.3.5 lab configuring a switch management address
2.3.3.5 lab   configuring a switch management address2.3.3.5 lab   configuring a switch management address
2.3.3.5 lab configuring a switch management address
 
3.3.3.4 lab using wireshark to view network traffic
3.3.3.4 lab   using wireshark to view network traffic3.3.3.4 lab   using wireshark to view network traffic
3.3.3.4 lab using wireshark to view network traffic
 
Llaboratorio 6.4.2- reto al enrutamiento inter vlan
Llaboratorio 6.4.2- reto al enrutamiento inter vlanLlaboratorio 6.4.2- reto al enrutamiento inter vlan
Llaboratorio 6.4.2- reto al enrutamiento inter vlan
 
Interconectividad avanzada ar4003
Interconectividad avanzada ar4003Interconectividad avanzada ar4003
Interconectividad avanzada ar4003
 
RIPv2 - Routing Information Protocol version 2 v2.1
RIPv2 - Routing Information Protocol version 2 v2.1RIPv2 - Routing Information Protocol version 2 v2.1
RIPv2 - Routing Information Protocol version 2 v2.1
 
11.6.3
11.6.311.6.3
11.6.3
 
Direcciones ip
Direcciones ipDirecciones ip
Direcciones ip
 
Reto resuelto 7.5.2 PacketTracer
Reto resuelto 7.5.2 PacketTracerReto resuelto 7.5.2 PacketTracer
Reto resuelto 7.5.2 PacketTracer
 
Ud6 router iii
Ud6 router iiiUd6 router iii
Ud6 router iii
 
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estáticoConceptos y protocolos de enrutamiento: 2. Enrutamiento estático
Conceptos y protocolos de enrutamiento: 2. Enrutamiento estático
 
Practica1 CCNA2 Capitulo 3
Practica1 CCNA2 Capitulo 3Practica1 CCNA2 Capitulo 3
Practica1 CCNA2 Capitulo 3
 
Rip
RipRip
Rip
 
5.1.4.3 lab using wireshark to examine ethernet frames
5.1.4.3 lab   using wireshark to examine ethernet frames5.1.4.3 lab   using wireshark to examine ethernet frames
5.1.4.3 lab using wireshark to examine ethernet frames
 
Conmutación LAN e inalámbrica: 5.2 VTP Solución
Conmutación LAN e inalámbrica: 5.2 VTP SoluciónConmutación LAN e inalámbrica: 5.2 VTP Solución
Conmutación LAN e inalámbrica: 5.2 VTP Solución
 

Similar a Clase01 (20)

Clase01 net3
Clase01 net3Clase01 net3
Clase01 net3
 
561
561561
561
 
Ospf1
Ospf1Ospf1
Ospf1
 
Laboratorio 4 exploration
Laboratorio 4 explorationLaboratorio 4 exploration
Laboratorio 4 exploration
 
7.1.ccna2 lab 4_1_6_cdp_es
7.1.ccna2 lab 4_1_6_cdp_es7.1.ccna2 lab 4_1_6_cdp_es
7.1.ccna2 lab 4_1_6_cdp_es
 
11.6.1
11.6.111.6.1
11.6.1
 
11.6.1
11.6.111.6.1
11.6.1
 
Practica 4 Redes II
Practica 4 Redes IIPractica 4 Redes II
Practica 4 Redes II
 
Sem3 lab 441
Sem3 lab 441Sem3 lab 441
Sem3 lab 441
 
961
961961
961
 
Taller vlsm y rip v2
Taller vlsm y rip v2Taller vlsm y rip v2
Taller vlsm y rip v2
 
55784943 practicas-ospf
55784943 practicas-ospf55784943 practicas-ospf
55784943 practicas-ospf
 
2.8.3
2.8.32.8.3
2.8.3
 
2.8.3
2.8.32.8.3
2.8.3
 
Repaso direccionamiento ip
Repaso direccionamiento ipRepaso direccionamiento ip
Repaso direccionamiento ip
 
6.3.3.7 colaborativo 3
6.3.3.7  colaborativo 36.3.3.7  colaborativo 3
6.3.3.7 colaborativo 3
 
841
841841
841
 
Labeigrp
LabeigrpLabeigrp
Labeigrp
 
Rip2
Rip2Rip2
Rip2
 
753
753753
753
 

Más de 1 2d

Notas clase
Notas claseNotas clase
Notas clase
1 2d
 
Notas clase java ii
Notas clase java iiNotas clase java ii
Notas clase java ii
1 2d
 
J2me
J2meJ2me
J2me
1 2d
 
6. control de acceso
6. control de acceso6. control de acceso
6. control de acceso
1 2d
 
5. administracioìn de claves y certificados
5. administracioìn de claves y certificados5. administracioìn de claves y certificados
5. administracioìn de claves y certificados
1 2d
 
4. certificados digitales
4. certificados digitales4. certificados digitales
4. certificados digitales
1 2d
 
3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales
1 2d
 
2. criptografiìa con java
2. criptografiìa con java2. criptografiìa con java
2. criptografiìa con java
1 2d
 
1. introduccioìn a la seguridad
1. introduccioìn a la seguridad1. introduccioìn a la seguridad
1. introduccioìn a la seguridad
1 2d
 
1046 pdfsam opos informatica
1046 pdfsam opos informatica1046 pdfsam opos informatica
1046 pdfsam opos informatica
1 2d
 
1203 pdfsam opos informatica
1203 pdfsam opos informatica1203 pdfsam opos informatica
1203 pdfsam opos informatica
1 2d
 
878 pdfsam opos informatica
878 pdfsam opos informatica878 pdfsam opos informatica
878 pdfsam opos informatica
1 2d
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
1 2d
 
1704 pdfsam opos informatica
1704 pdfsam opos informatica1704 pdfsam opos informatica
1704 pdfsam opos informatica
1 2d
 
1893 pdfsam opos informatica
1893 pdfsam opos informatica1893 pdfsam opos informatica
1893 pdfsam opos informatica
1 2d
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
1 2d
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica
1 2d
 
330 pdfsam opos informatica
330 pdfsam opos informatica330 pdfsam opos informatica
330 pdfsam opos informatica
1 2d
 
1 pdfsam opos informatica
1 pdfsam opos informatica1 pdfsam opos informatica
1 pdfsam opos informatica
1 2d
 
1379 pdfsam opos informatica
1379 pdfsam opos informatica1379 pdfsam opos informatica
1379 pdfsam opos informatica
1 2d
 

Más de 1 2d (20)

Notas clase
Notas claseNotas clase
Notas clase
 
Notas clase java ii
Notas clase java iiNotas clase java ii
Notas clase java ii
 
J2me
J2meJ2me
J2me
 
6. control de acceso
6. control de acceso6. control de acceso
6. control de acceso
 
5. administracioìn de claves y certificados
5. administracioìn de claves y certificados5. administracioìn de claves y certificados
5. administracioìn de claves y certificados
 
4. certificados digitales
4. certificados digitales4. certificados digitales
4. certificados digitales
 
3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales3. boletines de mensajes y firmas digitales
3. boletines de mensajes y firmas digitales
 
2. criptografiìa con java
2. criptografiìa con java2. criptografiìa con java
2. criptografiìa con java
 
1. introduccioìn a la seguridad
1. introduccioìn a la seguridad1. introduccioìn a la seguridad
1. introduccioìn a la seguridad
 
1046 pdfsam opos informatica
1046 pdfsam opos informatica1046 pdfsam opos informatica
1046 pdfsam opos informatica
 
1203 pdfsam opos informatica
1203 pdfsam opos informatica1203 pdfsam opos informatica
1203 pdfsam opos informatica
 
878 pdfsam opos informatica
878 pdfsam opos informatica878 pdfsam opos informatica
878 pdfsam opos informatica
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
 
1704 pdfsam opos informatica
1704 pdfsam opos informatica1704 pdfsam opos informatica
1704 pdfsam opos informatica
 
1893 pdfsam opos informatica
1893 pdfsam opos informatica1893 pdfsam opos informatica
1893 pdfsam opos informatica
 
516 pdfsam opos informatica
516 pdfsam opos informatica516 pdfsam opos informatica
516 pdfsam opos informatica
 
706 pdfsam opos informatica
706 pdfsam opos informatica706 pdfsam opos informatica
706 pdfsam opos informatica
 
330 pdfsam opos informatica
330 pdfsam opos informatica330 pdfsam opos informatica
330 pdfsam opos informatica
 
1 pdfsam opos informatica
1 pdfsam opos informatica1 pdfsam opos informatica
1 pdfsam opos informatica
 
1379 pdfsam opos informatica
1379 pdfsam opos informatica1379 pdfsam opos informatica
1379 pdfsam opos informatica
 

Último

Lineamientos de la Escuela de la Confianza SJA Ccesa.pptx
Lineamientos de la Escuela de la Confianza  SJA  Ccesa.pptxLineamientos de la Escuela de la Confianza  SJA  Ccesa.pptx
Lineamientos de la Escuela de la Confianza SJA Ccesa.pptx
Demetrio Ccesa Rayme
 
Las Preguntas Educativas entran a las Aulas CIAESA Ccesa007.pdf
Las Preguntas Educativas entran a las Aulas CIAESA  Ccesa007.pdfLas Preguntas Educativas entran a las Aulas CIAESA  Ccesa007.pdf
Las Preguntas Educativas entran a las Aulas CIAESA Ccesa007.pdf
Demetrio Ccesa Rayme
 
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
candy torres
 

Último (20)

MINEDU BASES JUEGOS ESCOLARES DEPORTIVOS PARADEPORTIVOS 2024.docx
MINEDU BASES JUEGOS ESCOLARES DEPORTIVOS PARADEPORTIVOS 2024.docxMINEDU BASES JUEGOS ESCOLARES DEPORTIVOS PARADEPORTIVOS 2024.docx
MINEDU BASES JUEGOS ESCOLARES DEPORTIVOS PARADEPORTIVOS 2024.docx
 
Revista Apuntes de Historia. Mayo 2024.pdf
Revista Apuntes de Historia. Mayo 2024.pdfRevista Apuntes de Historia. Mayo 2024.pdf
Revista Apuntes de Historia. Mayo 2024.pdf
 
Tema 17. Biología de los microorganismos 2024
Tema 17. Biología de los microorganismos 2024Tema 17. Biología de los microorganismos 2024
Tema 17. Biología de los microorganismos 2024
 
Presentación de la propuesta de clase.pdf
Presentación de la propuesta de clase.pdfPresentación de la propuesta de clase.pdf
Presentación de la propuesta de clase.pdf
 
El liderazgo en la empresa sostenible, introducción, definición y ejemplo.
El liderazgo en la empresa sostenible, introducción, definición y ejemplo.El liderazgo en la empresa sostenible, introducción, definición y ejemplo.
El liderazgo en la empresa sostenible, introducción, definición y ejemplo.
 
Plan-de-la-Patria-2019-2025- TERCER PLAN SOCIALISTA DE LA NACIÓN.pdf
Plan-de-la-Patria-2019-2025- TERCER PLAN SOCIALISTA DE LA NACIÓN.pdfPlan-de-la-Patria-2019-2025- TERCER PLAN SOCIALISTA DE LA NACIÓN.pdf
Plan-de-la-Patria-2019-2025- TERCER PLAN SOCIALISTA DE LA NACIÓN.pdf
 
La Evaluacion Formativa SM6 Ccesa007.pdf
La Evaluacion Formativa SM6  Ccesa007.pdfLa Evaluacion Formativa SM6  Ccesa007.pdf
La Evaluacion Formativa SM6 Ccesa007.pdf
 
Tema 19. Inmunología y el sistema inmunitario 2024
Tema 19. Inmunología y el sistema inmunitario 2024Tema 19. Inmunología y el sistema inmunitario 2024
Tema 19. Inmunología y el sistema inmunitario 2024
 
ACERTIJO EL NÚMERO PI COLOREA EMBLEMA OLÍMPICO DE PARÍS. Por JAVIER SOLIS NOYOLA
ACERTIJO EL NÚMERO PI COLOREA EMBLEMA OLÍMPICO DE PARÍS. Por JAVIER SOLIS NOYOLAACERTIJO EL NÚMERO PI COLOREA EMBLEMA OLÍMPICO DE PARÍS. Por JAVIER SOLIS NOYOLA
ACERTIJO EL NÚMERO PI COLOREA EMBLEMA OLÍMPICO DE PARÍS. Por JAVIER SOLIS NOYOLA
 
Lineamientos de la Escuela de la Confianza SJA Ccesa.pptx
Lineamientos de la Escuela de la Confianza  SJA  Ccesa.pptxLineamientos de la Escuela de la Confianza  SJA  Ccesa.pptx
Lineamientos de la Escuela de la Confianza SJA Ccesa.pptx
 
Las Preguntas Educativas entran a las Aulas CIAESA Ccesa007.pdf
Las Preguntas Educativas entran a las Aulas CIAESA  Ccesa007.pdfLas Preguntas Educativas entran a las Aulas CIAESA  Ccesa007.pdf
Las Preguntas Educativas entran a las Aulas CIAESA Ccesa007.pdf
 
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
2° SEM32 WORD PLANEACIÓN PROYECTOS DARUKEL 23-24.docx
 
AEC2. Egipto Antiguo. Adivina, Adivinanza.pptx
AEC2. Egipto Antiguo. Adivina, Adivinanza.pptxAEC2. Egipto Antiguo. Adivina, Adivinanza.pptx
AEC2. Egipto Antiguo. Adivina, Adivinanza.pptx
 
GRUPO 2 - LA GRAN TRIBULACIÓN 25-03-2024 vf.pdf
GRUPO 2 - LA GRAN TRIBULACIÓN 25-03-2024 vf.pdfGRUPO 2 - LA GRAN TRIBULACIÓN 25-03-2024 vf.pdf
GRUPO 2 - LA GRAN TRIBULACIÓN 25-03-2024 vf.pdf
 
REGLAMENTO FINAL DE EVALUACIÓN 2024 pdf.pdf
REGLAMENTO  FINAL DE EVALUACIÓN 2024 pdf.pdfREGLAMENTO  FINAL DE EVALUACIÓN 2024 pdf.pdf
REGLAMENTO FINAL DE EVALUACIÓN 2024 pdf.pdf
 
sesion de aprendizaje 1 SEC. 13- 17 MAYO 2024 comunicación.pdf
sesion de aprendizaje 1 SEC. 13- 17  MAYO  2024 comunicación.pdfsesion de aprendizaje 1 SEC. 13- 17  MAYO  2024 comunicación.pdf
sesion de aprendizaje 1 SEC. 13- 17 MAYO 2024 comunicación.pdf
 
animalesdelaproincia de beunos aires.pdf
animalesdelaproincia de beunos aires.pdfanimalesdelaproincia de beunos aires.pdf
animalesdelaproincia de beunos aires.pdf
 
PP_Comunicacion en Salud: Objetivación de signos y síntomas
PP_Comunicacion en Salud: Objetivación de signos y síntomasPP_Comunicacion en Salud: Objetivación de signos y síntomas
PP_Comunicacion en Salud: Objetivación de signos y síntomas
 
Planeacion para 1er Grado - (2023-2024)-1.docx
Planeacion para 1er Grado - (2023-2024)-1.docxPlaneacion para 1er Grado - (2023-2024)-1.docx
Planeacion para 1er Grado - (2023-2024)-1.docx
 
Educacion Basada en Evidencias SM5 Ccesa007.pdf
Educacion Basada en Evidencias  SM5  Ccesa007.pdfEducacion Basada en Evidencias  SM5  Ccesa007.pdf
Educacion Basada en Evidencias SM5 Ccesa007.pdf
 

Clase01

  • 1. CCNA3 Principios básicos de conmutación y enrutamiento intermedio
  • 2. Introducción al enrutamiento sin clase M ó dulo 3 Capítulo 1 Curriculum: CCNA CCNA3 Clase 01
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10. Introducción Este capitulo incluye los objetivos del examen INTRO 640-801 Este capitulo incluye los objetivos del examen INTRO 640-811
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16. Ejemplo Usando /24 190.52 . 1 .2 190.52 . 2 .2 190.52 . 3 .2 internamente Los dispositivos dentro de la LAN miran a estas direcciones como 3 diferentes redes llamadas subredes . Clase B Network Network Host Host Dada la IP clase B 190.52.0.0 Network Network Subnet Host
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. Ejemplo de Diseño Utilizar unicamente la red 190.52.1.0
  • 23.
  • 24. Continuación Paso 1 Ahora la mascara es: 255.255.255. 11000000  255.255.255.192 Diagrama 190.52.1.192 190.52.1. 11 000000 Subred 3 190.52.1.128 190.52.1. 10 000000 Subred 2 190.52.1.64 190.52.1. 01 000000 Subred 1 190.52.1.0 190.52.1. 00 000000 Subred 0 Decimal Binario Nombre
  • 25. Paso 2 2. Reservar los bloques que se necesitan de ese tamaño. En este caso se necesitan 2, por lo tanto se seleccionan las subredes 1 y 2 para las dos oficinas centrales Diagrama
  • 26.
  • 27. Continuacion Paso 3 190.52.1.00 00 0000 190.52.1.0 190.52.1.00 01 0000 190.52.1.16 190.52.1.00 10 0000 190.52.1.32 190.52.1.00 11 0000 190.52.1.48 190.52.1.0 Ya que seleccionamos la subred 0 que está libre. Utilizamos la máscara: 255.255.255.240 ó /28 Subredes
  • 28. Solución 190.52.1.0/28 190.52.1.16/28 190.52.1.32/28 190.52.1.48/28 190.52.1.64/26 190.52.1.128/26
  • 29. Resumen del ejercicio 190. 52.1.1100 0000 190.52.1.192/28 (libre) 190. 52.1.1101 0000 190.52.1.208/28 (libre) 190. 52.1.1110 0000 190.52.1.224/28 (libre) 190. 52.1.1111 0000 190.52.1.240/28 (libre) 190.52.1.192/26 190.52.1.0000 0000 190.52.1.00/28 (of 10) 190. 52.1.0001 0000 190.52.1.16/28 (of 10) 190. 52.1.0010 0000 190.52.1.32/28 (of 10) 190. 52.1.0011 0000 190.52.1.48/28 (of 10) 190.52.1.0/26 190.52.1.64/26 (HQ1) 190.52.1.128/26 (HQ2)
  • 30. Solución Final 190.52.1.0/28 190.52.1.16/28 190.52.1.32/28 190.52.1.48/28 190.52.1.64/26 190.52.1.128/26 190.52.1.192/30 190.52.1.196/30 190.52.1.200/30
  • 31. Show Ip route HQ1#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B-BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area (…) Gateway of last resort is not set 192.168.1.0/24 is variable subnetted, 9 subnets, 3 masks C 192.168.1.64/26 is directly connected, FastEthernet0/0 R 192.168.1.128/26 [120/1] via 192.168.1.214, 00:00:23, Serial0/0 C 192.168.1.16/28 is directly connected, FastEthernet0/1 R 192.168.1.32/28 [120/1] via 192.168.1.214, 00:00:15, Serial0/0 R 192.168.1.48/28 [120/1] via 192.168.1.210, 00:00:15, Serial0/1 R 192.168.1.192/28 [120/2] via 192.168.1.214, 00:00:17, Serial0/0 C 192.168.1.208/30 is directly connected, Serial0/1 C 192.168.1.212/30 is directly connected, Serial0/0 R 192.168.1.216/30 [120/1] via 192.168.1.214, 00:00:10, Serial0/0
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40. Ejemplo NewYork(config)#interface fastethernet0/0 NewYork(config-if)#ip address 192.168.50.129 255.255.255.192 NewYork(config-if)#ip rip send version 1 NewYork(config-if)#ip rip receive version 1 NewYork(config)#interface fastethernet0/1 NewYork(config-if)#ip address 172.25.150.193 255.255.255.240 NewYork(config-if)#ip rip send version 1 2 NewYork(config)#interface fastethernet0/2 NewYork(config-if)#ip address 172.25.150.225 225.255.255.240 NewYork(config)#router rip NewYork(config-router)#version 2 NewYork(config-router)#network 172.25.0.0 NewYork(config-router)#network 192.168.50.0
  • 41.
  • 43.

Notas del editor

  1. hay se recuerdan que para la Clase A, la mascara es de 8 bits (255.0.0.0) Clase B la mascara es de 16 bits (255.255.0.0) La clase C la mascara es de 24 bits (255.255.255.0)
  2. http://www.soi.wide.ad.jp/soi-asia/pkg1/06/index_63.html http://www.htmlweb.net/redes/subredes/subredes_1.html
  3. [Pregunta] Cuales de estas 4 subredes son utilizables?