SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
3-5-2014 ACTIVIDAD TOPOLOGÍAS
GESTIÓN DE REDES DE DATOS
INSTRUCTOR: JOHN ANDERSON CASTRILLON GARCIA
Yimy Fernando Pérez Medina
SERVICIO NACIONAL DE APRENDIZAJE
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 1
ACTIVIDAD TOPOLOGÍAS
TOPOLOGÍA NO. 1
Utilizamos los siguientes dispositivos:
1 - Router Cisco 2811 (Router1)
1 - Switch cisco 2950 "24-Puertos" (Switch0)
2 - PC de escritorio
2 - Teléfonos IP
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 2
- Creamos las Vlans
- Asignación de puertos a las Vlans.
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 3
- Configuramos el enlace troncal del switch.
- Creamos el pool de dhcp en el router para las vlans
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 4
- Ahora creamos las sub-interfaces
- Configuramos el Call Manager.
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 5
- Asignamos los números de los teléfonos
- Por último vemos, como ya hay comunicación entre ellos.
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 6
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 7
TOPOLOGÍA NO. 2
Utilizamos los siguientes dispositivos:
1 - Router Cisco 2811 (Router1)
2 - Switch cisco 2950 "24-Puertos" (Switch0)
10 - PCs de escritorio
4 - Teléfonos IP
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 8
- Creación de las vlans
- Asignación de puertos a las vlans
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 9
- Asignación de puertos a las Vlans.
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 10
- Configuramos el enlace troncal en cada uno de los switch.
Switch(config)#int fa0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
- Creamos el pool de dhcp en el router para las vlans
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 11
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 12
- Ahora creamos las sub-interfaces
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 13
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 14
CONFIGURACIÓN DE CALL MANAGER EXPRESS
SERVICIO DE TELEFONIA
telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.3.1 port 2000
auto assign 1 to 5
end
wr
copy r s
ASIGNACIÓN DE NÚMEROS
ephone-dn 1
number 1111
exit
ephone-dn 2
number 2222
exit
ephone-dn 3
number 3333
exit
ephone-dn 4
number 4444
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 15
- Comunicación entre los teléfonos IP
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 16
TOPOLOGÍA NO. 3
Utilizamos los siguientes dispositivos:
2 - Router Cisco 2811 (Router1)
4 - Switch cisco 2950 "24-Puertos" (Switch0)
14 - PCs de escritorio
8 - Teléfonos IP
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 17
Topología de la parte izquierda (Router 0)
1. Creamos las vlans
SWITCH 0
en
conf t
vlan 10
name GESTION
ex
vlan 20
name COMERCIAL
ex
vlan 30
name VOZ
end
wr
copy r s
SWITCH 1
en
conf t
vlan 10
name GESTION
ex
vlan 20
name COMERCIAL
ex
vlan 30
name VOZ
end
wr
copy r s
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 18
2. Asignación de puertos
SWITCH 0
int f0/2
switchport mode access
switchport access vlan 10
exit
int f0/3
switchport mode access
switchport access vlan 10
exit
int f0/4
switchport mode access
switchport access vlan 20
exit
Vlan 10, 20 y Voz (30)
int f0/5
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit
int f0/6
switchport mode access
switchport access vlan 20
switchport voice vlan 30
exit
SWITCH 1
Vlan 10 y 20
int f0/2
switchport mode access
switchport access vlan 10
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 19
int f0/3
switchport mode access
switchport access vlan 10
exit
int f0/4
switchport mode access
switchport access vlan 20
exit
Vlan 10 y Voz (30)
int f0/5
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit
int f0/6
switchport mode access
switchport access vlan 10
switchport voice vlan 30
exit
3. Puerto troncal
Switch 0 y 1
int f0/1
switchport mode trunk
end
wr
copy r s
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 20
4. DHCP en Router
Prendemos la interfaz del router conectada al switch
interface FastEthernet0/0
no shutdown
interface FastEthernet0/1
no shutdown
5. IP DHCP pool para todas las vlans
ip dhcp pool GESTION0
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
option 150 ip 192.168.1.1
exit
ip dhcp pool COMERCIAL0
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
option 150 ip 192.168.2.1
exit
ip dhcp pool VOZ0
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
option 150 ip 192.168.3.1
exit
ip dhcp pool GESTION1
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
option 150 ip 192.168.4.1
exit
ip dhcp pool COMERCIAL1
network 192.168.5.0 255.255.255.0
default-router 192.168.5.1
option 150 ip 192.168.5.1
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 21
ip dhcp pool VOZ1
network 192.168.6.0 255.255.255.0
default-router 192.168.6.1
option 150 ip 192.168.6.1
exit
6. Subinterfaces en el router
int f0/0.10
encapsulation dot1Q 10
ip address 192.168.1.1 255.255.255.0
exit
int f0/0.20
encapsulation dot1Q 20
ip address 192.168.2.1 255.255.255.0
exit
int f0/0.30
encapsulation dot1Q 30
ip address 192.168.3.1 255.255.255.0
exit
int f0/1.10
encapsulation dot1Q 10
ip address 192.168.4.1 255.255.255.0
exit
int f0/1.20
encapsulation dot1Q 20
ip address 192.168.5.1 255.255.255.0
exit
int f0/1.30
encapsulation dot1Q 30
ip address 192.168.6.1 255.255.255.0
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 22
7. Configuración del Call Manager Express
telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.3.1 port 2000
auto assign 1 to 5
end
wr
copy r s
8. Asignación de números telefónicos
ephone-dn 1
number 1111
exit
ephone-dn 2
number 2222
exit
ephone-dn 3
number 3333
exit
ephone-dn 4
number 4444
exit
9. Conexión entre los teléfonos
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 23
Topología de la parte derecha (Router 1)
1. Creamos las vlans
Switch 2
en
conf t
vlan 60
name SISTEMAS
ex
vlan 70
name VOZ
ex
vlan 80
name ESTUDIANTES
end
wr
copy r s
Switch 3
en
conf t
vlan 60
name SISTEMAS
ex
vlan 70
name VOZ
ex
vlan 80
name ESTUDIANTES
end
wr
copy r s
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 24
2. Asignación de puertos
Switch 2
int f0/2
switchport mode access
switchport access vlan 60
exit
int f0/3
switchport mode access
switchport access vlan 80
switchport voice vlan 70
exit
int f0/4
switchport mode access
switchport voice vlan 70
exit
Switch 3
int f0/2
switchport mode access
switchport access vlan 60
exit
int f0/3
switchport mode access
switchport voice vlan 70
exit
int f0/4
switchport mode access
switchport access vlan 80
switchport voice vlan 70
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 25
3. Puerto troncal
Switch 0 y 1
int f0/1
switchport mode trunk
end
wr
copy r s
4. DHCP en Router
Prendemos la interfaz del router conectada al switch
interface FastEthernet0/0
no shutdown
interface FastEthernet0/1
no shutdown
5. IP DHCP pool para todas las vlans
ip dhcp pool SISTEMAS0
network 192.168.70.0 255.255.255.0
default-router 192.168.70.1
option 150 ip 192.168.70.1
exit
ip dhcp pool VOZ0
network 192.168.80.0 255.255.255.0
default-router 192.168.80.1
option 150 ip 192.168.80.1
exit
ip dhcp pool ESTUDIANTES0
network 192.168.90.0 255.255.255.0
default-router 192.168.90.1
option 150 ip 192.168.90.1
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 26
ip dhcp pool SISTEMAS1
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
option 150 ip 192.168.100.1
exit
ip dhcp pool VOZ1
network 192.168.110.0 255.255.255.0
default-router 192.168.110.1
option 150 ip 192.168.110.1
exit
ip dhcp pool ESTUDIANTES1
network 192.168.120.0 255.255.255.0
default-router 192.168.120.1
option 150 ip 192.168.120.1
exit
6. Subinterfaces en el router
int f0/0.60
encapsulation dot1Q 60
ip address 192.168.70.1 255.255.255.0
exit
int f0/0.70
encapsulation dot1Q 70
ip address 192.168.80.1 255.255.255.0
exit
int f0/0.80
encapsulation dot1Q 80
ip address 192.168.90.1 255.255.255.0
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 27
int f0/1.60
encapsulation dot1Q 60
ip address 192.168.100.1 255.255.255.0
exit
int f0/1.70
encapsulation dot1Q 70
ip address 192.168.110.1 255.255.255.0
exit
int f0/1.80
encapsulation dot1Q 80
ip address 192.168.120.1 255.255.255.0
exit
7. Configuración del Call Manager Express
telephony-service
max-ephones 8
max-dn 8
ip source-address 192.168.80.1 port 2000
auto assign 1 to 5
end
wr
copy r s
8. Asignación de números telefónicos
en
conf t
ephone-dn 1
number 5555
exit
ephone-dn 2
number 6666
exit
ephone-dn 3
number 7777
exit
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 28
ephone-dn 4
number 8888
exit
9. OSPF
Router 0
router ospf 1
network 192.168.10.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
network 192.168.30.0 0.0.0.255 area 0
network 192.168.40.0 0.0.0.255 area 0
network 192.168.50.0 0.0.0.255 area 0
network 192.168.60.0 0.0.0.255 area 0
network 10.0.0.0 0.0.0.255 area 0
Router 1
router ospf 1
network 192.168.70.0 0.0.0.255 area 0
network 192.168.80.0 0.0.0.255 area 0
network 192.168.90.0 0.0.0.255 area 0
network 192.168.100.0 0.0.0.255 area 0
network 192.168.110.0 0.0.0.255 area 0
network 192.168.120.0 0.0.0.255 area 0
network 10.0.0.0 0.0.0.255 area 0
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 29
10. Configuración dial peer
Router 0
dial-peer voice 1 voip
destination-pattern 5...
session target ipv4:192.168.80.0
dial-peer voice 2 voip
destination-pattern 6...
session target ipv4:192.168.80.0
dial-peer voice 3 voip
destination-pattern 7...
session target ipv4:192.168.110.0
dial-peer voice 4 voip
destination-pattern 8...
session target ipv4:192.168.110.0
Router 1
dial-peer voice 1 voip
destination-pattern 1...
session target ipv4:192.168.30.0
dial-peer voice 2 voip
destination-pattern 2...
session target ipv4:192.168.30.0
dial-peer voice 3 voip
destination-pattern 3...
session target ipv4:192.168.60.0
dial-peer voice 4 voip
destination-pattern 4...
session target ipv4:192.168.60.0
SERVICIO NACIONAL DE APRENDIZAJE
GESTIÓN DE REDES DE DATOS
ACTIVIDAD TOPOLOGÍAS
3-5-2014
ACTIVIDAD TOPOLOGÍAS 30
11. Comunicación entre los teléfonos IP

Más contenido relacionado

La actualidad más candente

Implementación de NAT/PAT en routers Cisco
Implementación de NAT/PAT en routers CiscoImplementación de NAT/PAT en routers Cisco
Implementación de NAT/PAT en routers CiscoPaulo Colomés
 
Taller vlsm y rip v2
Taller vlsm y rip v2Taller vlsm y rip v2
Taller vlsm y rip v2Alumic S.A
 
Herramientas administrativas de red en diferentes sistemas operativos
Herramientas administrativas de red en diferentes sistemas operativosHerramientas administrativas de red en diferentes sistemas operativos
Herramientas administrativas de red en diferentes sistemas operativosYinaGarzon
 
CONFIGURACIÓN DE REDES IPv6
CONFIGURACIÓN DE REDES IPv6CONFIGURACIÓN DE REDES IPv6
CONFIGURACIÓN DE REDES IPv6Jhoni Guerrero
 
6.4.3.4 packet tracer troubleshooting default gateway issues instructions
6.4.3.4 packet tracer   troubleshooting default gateway issues instructions6.4.3.4 packet tracer   troubleshooting default gateway issues instructions
6.4.3.4 packet tracer troubleshooting default gateway issues instructionstimmaujim
 
Actividad Topologías VoIP
Actividad Topologías VoIPActividad Topologías VoIP
Actividad Topologías VoIPcyberleon95
 
9.1.4.9 lab subnetting network topologies
9.1.4.9 lab   subnetting network topologies9.1.4.9 lab   subnetting network topologies
9.1.4.9 lab subnetting network topologiesLucy Gonzalez Hernandez
 
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 vlanJose Guadalupe Couoh Dzul
 
8.2.5.4 lab identifying i pv6 addresses.
8.2.5.4 lab   identifying i pv6 addresses.8.2.5.4 lab   identifying i pv6 addresses.
8.2.5.4 lab identifying i pv6 addresses.timmaujim
 
5.2.1.8 lab observing arp with the windows cli, ios cli, and wireshark
5.2.1.8 lab   observing arp with the windows cli, ios cli, and wireshark5.2.1.8 lab   observing arp with the windows cli, ios cli, and wireshark
5.2.1.8 lab observing arp with the windows cli, ios cli, and wiresharktimmaujim
 
Enrutamiento Estático y Dinamicos (RIP v2 y OSPF)
Enrutamiento Estático y  Dinamicos (RIP v2 y OSPF)Enrutamiento Estático y  Dinamicos (RIP v2 y OSPF)
Enrutamiento Estático y Dinamicos (RIP v2 y OSPF)narcisa Crespo
 
Prueba preliminar ccna3
Prueba preliminar ccna3Prueba preliminar ccna3
Prueba preliminar ccna3Oriel Mojica
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp Javier H
 

La actualidad más candente (20)

Implementación de NAT/PAT en routers Cisco
Implementación de NAT/PAT en routers CiscoImplementación de NAT/PAT en routers Cisco
Implementación de NAT/PAT en routers Cisco
 
Taller vlsm y rip v2
Taller vlsm y rip v2Taller vlsm y rip v2
Taller vlsm y rip v2
 
Herramientas administrativas de red en diferentes sistemas operativos
Herramientas administrativas de red en diferentes sistemas operativosHerramientas administrativas de red en diferentes sistemas operativos
Herramientas administrativas de red en diferentes sistemas operativos
 
3.5.2.2
3.5.2.23.5.2.2
3.5.2.2
 
Practica1 CCNA2 Capitulo 3
Practica1 CCNA2 Capitulo 3Practica1 CCNA2 Capitulo 3
Practica1 CCNA2 Capitulo 3
 
Capitulo1 Nat Dhcp
Capitulo1 Nat DhcpCapitulo1 Nat Dhcp
Capitulo1 Nat Dhcp
 
CONFIGURACIÓN DE REDES IPv6
CONFIGURACIÓN DE REDES IPv6CONFIGURACIÓN DE REDES IPv6
CONFIGURACIÓN DE REDES IPv6
 
Voz ip
Voz ipVoz ip
Voz ip
 
6.4.3.4 packet tracer troubleshooting default gateway issues instructions
6.4.3.4 packet tracer   troubleshooting default gateway issues instructions6.4.3.4 packet tracer   troubleshooting default gateway issues instructions
6.4.3.4 packet tracer troubleshooting default gateway issues instructions
 
Actividad Topologías VoIP
Actividad Topologías VoIPActividad Topologías VoIP
Actividad Topologías VoIP
 
9.1.4.9 lab subnetting network topologies
9.1.4.9 lab   subnetting network topologies9.1.4.9 lab   subnetting network topologies
9.1.4.9 lab subnetting network topologies
 
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
 
8.2.5.4 lab identifying i pv6 addresses.
8.2.5.4 lab   identifying i pv6 addresses.8.2.5.4 lab   identifying i pv6 addresses.
8.2.5.4 lab identifying i pv6 addresses.
 
5.2.1.8 lab observing arp with the windows cli, ios cli, and wireshark
5.2.1.8 lab   observing arp with the windows cli, ios cli, and wireshark5.2.1.8 lab   observing arp with the windows cli, ios cli, and wireshark
5.2.1.8 lab observing arp with the windows cli, ios cli, and wireshark
 
Enrutamiento Estático y Dinamicos (RIP v2 y OSPF)
Enrutamiento Estático y  Dinamicos (RIP v2 y OSPF)Enrutamiento Estático y  Dinamicos (RIP v2 y OSPF)
Enrutamiento Estático y Dinamicos (RIP v2 y OSPF)
 
Prueba preliminar ccna3
Prueba preliminar ccna3Prueba preliminar ccna3
Prueba preliminar ccna3
 
Wan2013lab05
Wan2013lab05Wan2013lab05
Wan2013lab05
 
Dupla 8 doc
Dupla 8 docDupla 8 doc
Dupla 8 doc
 
Tema 5
Tema 5Tema 5
Tema 5
 
Cuestionario dhcp
Cuestionario dhcp Cuestionario dhcp
Cuestionario dhcp
 

Similar a Actividad topologias

Portafolio TP-LINK
Portafolio TP-LINKPortafolio TP-LINK
Portafolio TP-LINKjavcm1980
 
Practicas pfsense vlan
Practicas pfsense vlanPracticas pfsense vlan
Practicas pfsense vlanDeibis Moreno
 
Switching intermedio
Switching intermedioSwitching intermedio
Switching intermedioYinaGarzon
 
Switching intermedio
Switching intermedioSwitching intermedio
Switching intermedioYinaGarzon
 
Manual de Configuración y verificación de equipos en Nodos Acceso.pdf
Manual de Configuración y verificación de equipos en Nodos Acceso.pdfManual de Configuración y verificación de equipos en Nodos Acceso.pdf
Manual de Configuración y verificación de equipos en Nodos Acceso.pdfmichaz
 
Presentación administracion de la red
Presentación administracion de la  redPresentación administracion de la  red
Presentación administracion de la redSantiago Bernal
 
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)Victor Misael Rivera Guerrero
 
12.3 e switching_lab_4_4_3
12.3 e switching_lab_4_4_312.3 e switching_lab_4_4_3
12.3 e switching_lab_4_4_3Alvaro J
 
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...Adiptel
 
Configuración basica del un router.pdf
Configuración basica del un router.pdfConfiguración basica del un router.pdf
Configuración basica del un router.pdfYAELMILDRAYACOSTAMEJ
 
Red Corporativa Provincial de Telecomunicaciones Diputación de Cádiz
Red Corporativa Provincial de Telecomunicaciones Diputación de CádizRed Corporativa Provincial de Telecomunicaciones Diputación de Cádiz
Red Corporativa Provincial de Telecomunicaciones Diputación de CádizFrancisco Vázquez Cañas
 
02_Layer2-laboratorio Cisco en packtracert.pdf
02_Layer2-laboratorio Cisco en packtracert.pdf02_Layer2-laboratorio Cisco en packtracert.pdf
02_Layer2-laboratorio Cisco en packtracert.pdfdecter007
 
Configuracion pap y_chapfger
Configuracion pap y_chapfgerConfiguracion pap y_chapfger
Configuracion pap y_chapfgerMoiduran
 
Vlan dhcp seridores dns web tftp
Vlan dhcp seridores dns web tftpVlan dhcp seridores dns web tftp
Vlan dhcp seridores dns web tftpyoes1053
 
ITN_Module_10.pptx
ITN_Module_10.pptxITN_Module_10.pptx
ITN_Module_10.pptxssuser2fc2be
 
Trabajo de redes 2
Trabajo de redes 2Trabajo de redes 2
Trabajo de redes 2Jose Esper
 

Similar a Actividad topologias (20)

Portafolio TP-LINK
Portafolio TP-LINKPortafolio TP-LINK
Portafolio TP-LINK
 
Practicas pfsense vlan
Practicas pfsense vlanPracticas pfsense vlan
Practicas pfsense vlan
 
Switching intermedio
Switching intermedioSwitching intermedio
Switching intermedio
 
Switching intermedio
Switching intermedioSwitching intermedio
Switching intermedio
 
Manual de Configuración y verificación de equipos en Nodos Acceso.pdf
Manual de Configuración y verificación de equipos en Nodos Acceso.pdfManual de Configuración y verificación de equipos en Nodos Acceso.pdf
Manual de Configuración y verificación de equipos en Nodos Acceso.pdf
 
Presentación administracion de la red
Presentación administracion de la  redPresentación administracion de la  red
Presentación administracion de la red
 
Proyecto diseña
Proyecto diseñaProyecto diseña
Proyecto diseña
 
Guia cisco epc3928,0
Guia cisco epc3928,0Guia cisco epc3928,0
Guia cisco epc3928,0
 
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)
Conectividad en las aip y crt de las ii.ee (servidor y estaciones)( in 2.3)
 
12.3 e switching_lab_4_4_3
12.3 e switching_lab_4_4_312.3 e switching_lab_4_4_3
12.3 e switching_lab_4_4_3
 
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...
Adiptel - Guia Rápida de configuración una linea SIP en un adaptador Cisco SP...
 
Configuración basica del un router.pdf
Configuración basica del un router.pdfConfiguración basica del un router.pdf
Configuración basica del un router.pdf
 
Voz_IP.pdf
Voz_IP.pdfVoz_IP.pdf
Voz_IP.pdf
 
Practica_1_STD.pptx
Practica_1_STD.pptxPractica_1_STD.pptx
Practica_1_STD.pptx
 
Red Corporativa Provincial de Telecomunicaciones Diputación de Cádiz
Red Corporativa Provincial de Telecomunicaciones Diputación de CádizRed Corporativa Provincial de Telecomunicaciones Diputación de Cádiz
Red Corporativa Provincial de Telecomunicaciones Diputación de Cádiz
 
02_Layer2-laboratorio Cisco en packtracert.pdf
02_Layer2-laboratorio Cisco en packtracert.pdf02_Layer2-laboratorio Cisco en packtracert.pdf
02_Layer2-laboratorio Cisco en packtracert.pdf
 
Configuracion pap y_chapfger
Configuracion pap y_chapfgerConfiguracion pap y_chapfger
Configuracion pap y_chapfger
 
Vlan dhcp seridores dns web tftp
Vlan dhcp seridores dns web tftpVlan dhcp seridores dns web tftp
Vlan dhcp seridores dns web tftp
 
ITN_Module_10.pptx
ITN_Module_10.pptxITN_Module_10.pptx
ITN_Module_10.pptx
 
Trabajo de redes 2
Trabajo de redes 2Trabajo de redes 2
Trabajo de redes 2
 

Más de Yimy Pérez Medina

Configuración VPN De Acceso Remoto en TMG
Configuración VPN De Acceso Remoto en TMGConfiguración VPN De Acceso Remoto en TMG
Configuración VPN De Acceso Remoto en TMGYimy Pérez Medina
 
Instalación y configuración de Firewall ENDIAN
Instalación y configuración de Firewall ENDIANInstalación y configuración de Firewall ENDIAN
Instalación y configuración de Firewall ENDIANYimy Pérez Medina
 
Instalación y Configuración Microsoft Forefront TMG
Instalación y Configuración Microsoft Forefront TMGInstalación y Configuración Microsoft Forefront TMG
Instalación y Configuración Microsoft Forefront TMGYimy Pérez Medina
 
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOS
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOSCONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOS
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOSYimy Pérez Medina
 
Configuración y Documentación de ACL y Firewall ASA
Configuración y Documentación de ACL y Firewall ASAConfiguración y Documentación de ACL y Firewall ASA
Configuración y Documentación de ACL y Firewall ASAYimy Pérez Medina
 
Analisis de riesgos y vulnerabilidades
Analisis de riesgos y vulnerabilidadesAnalisis de riesgos y vulnerabilidades
Analisis de riesgos y vulnerabilidadesYimy Pérez Medina
 
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDS
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDSINSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDS
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDSYimy Pérez Medina
 
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXE
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXEINSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXE
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXEYimy Pérez Medina
 
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...Yimy Pérez Medina
 
Virtual box guests additions rhel 6.2
Virtual box guests additions rhel 6.2Virtual box guests additions rhel 6.2
Virtual box guests additions rhel 6.2Yimy Pérez Medina
 

Más de Yimy Pérez Medina (20)

Solución
SoluciónSolución
Solución
 
VPN Sitio a Sitio con ENDIAN
VPN Sitio a Sitio con ENDIANVPN Sitio a Sitio con ENDIAN
VPN Sitio a Sitio con ENDIAN
 
Configuración VPN De Acceso Remoto en TMG
Configuración VPN De Acceso Remoto en TMGConfiguración VPN De Acceso Remoto en TMG
Configuración VPN De Acceso Remoto en TMG
 
Instalación y configuración de Firewall ENDIAN
Instalación y configuración de Firewall ENDIANInstalación y configuración de Firewall ENDIAN
Instalación y configuración de Firewall ENDIAN
 
Instalación y Configuración Microsoft Forefront TMG
Instalación y Configuración Microsoft Forefront TMGInstalación y Configuración Microsoft Forefront TMG
Instalación y Configuración Microsoft Forefront TMG
 
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOS
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOSCONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOS
CONFIGURACIÓN FIREWALL ASA EN DISPOSITIVOS ACTIVOS
 
Configuración y Documentación de ACL y Firewall ASA
Configuración y Documentación de ACL y Firewall ASAConfiguración y Documentación de ACL y Firewall ASA
Configuración y Documentación de ACL y Firewall ASA
 
Plan de continuidad
Plan de continuidadPlan de continuidad
Plan de continuidad
 
Analisis de riesgos y vulnerabilidades
Analisis de riesgos y vulnerabilidadesAnalisis de riesgos y vulnerabilidades
Analisis de riesgos y vulnerabilidades
 
Autodiagnóstico
Autodiagnóstico Autodiagnóstico
Autodiagnóstico
 
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDS
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDSINSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDS
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN REMOTA EN WINDOWS WDS
 
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXE
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXEINSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXE
INSTALACIÓN Y ADMINISTRACIÓN DE UN SERVIDOR DE INSTALACIÓN PXE
 
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...
INSTALACIÓN Y CONFIGURACIÓN DE UN SERVIDOR DE ACTUALIZACIONES EN WINDOWS SERV...
 
Manual Monitoreo
Manual MonitoreoManual Monitoreo
Manual Monitoreo
 
Virtual box guests additions rhel 6.2
Virtual box guests additions rhel 6.2Virtual box guests additions rhel 6.2
Virtual box guests additions rhel 6.2
 
Repositorio local
Repositorio localRepositorio local
Repositorio local
 
Consulta vo ip
Consulta vo ipConsulta vo ip
Consulta vo ip
 
Instalación ssh centos
Instalación ssh centosInstalación ssh centos
Instalación ssh centos
 
Taller wireshark
Taller wiresharkTaller wireshark
Taller wireshark
 
Manual correo red hat 6.2
Manual correo red hat 6.2Manual correo red hat 6.2
Manual correo red hat 6.2
 

Último

Hernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxHernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxJOSEMANUELHERNANDEZH11
 
Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024GiovanniJavierHidalg
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...silviayucra2
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)GDGSucre
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfsoporteupcology
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIAWilbisVega
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdfIsabellaMontaomurill
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan JosephBRAYANJOSEPHPEREZGOM
 
9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudianteAndreaHuertas24
 
Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíassuserf18419
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveFagnerLisboa3
 
Plan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxPlan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxpabonheidy28
 
La era de la educación digital y sus desafios
La era de la educación digital y sus desafiosLa era de la educación digital y sus desafios
La era de la educación digital y sus desafiosFundación YOD YOD
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx241521559
 
KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesFundación YOD YOD
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricKeyla Dolores Méndez
 

Último (16)

Hernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptxHernandez_Hernandez_Practica web de la sesion 12.pptx
Hernandez_Hernandez_Practica web de la sesion 12.pptx
 
Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024Cortes-24-de-abril-Tungurahua-3 año 2024
Cortes-24-de-abril-Tungurahua-3 año 2024
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)
 
Redes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdfRedes direccionamiento y subredes ipv4 2024 .pdf
Redes direccionamiento y subredes ipv4 2024 .pdf
 
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE  DE TECNOLOGIA E INFORMATICA PRIMARIACLASE  DE TECNOLOGIA E INFORMATICA PRIMARIA
CLASE DE TECNOLOGIA E INFORMATICA PRIMARIA
 
trabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdftrabajotecologiaisabella-240424003133-8f126965.pdf
trabajotecologiaisabella-240424003133-8f126965.pdf
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Joseph
 
9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante9egb-lengua y Literatura.pdf_texto del estudiante
9egb-lengua y Literatura.pdf_texto del estudiante
 
Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnología
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial Uninove
 
Plan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docxPlan de aula informatica segundo periodo.docx
Plan de aula informatica segundo periodo.docx
 
La era de la educación digital y sus desafios
La era de la educación digital y sus desafiosLa era de la educación digital y sus desafios
La era de la educación digital y sus desafios
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx
 
KELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento ProtégelesKELA Presentacion Costa Rica 2024 - evento Protégeles
KELA Presentacion Costa Rica 2024 - evento Protégeles
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
 

Actividad topologias

  • 1. 3-5-2014 ACTIVIDAD TOPOLOGÍAS GESTIÓN DE REDES DE DATOS INSTRUCTOR: JOHN ANDERSON CASTRILLON GARCIA Yimy Fernando Pérez Medina SERVICIO NACIONAL DE APRENDIZAJE
  • 2. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 1 ACTIVIDAD TOPOLOGÍAS TOPOLOGÍA NO. 1 Utilizamos los siguientes dispositivos: 1 - Router Cisco 2811 (Router1) 1 - Switch cisco 2950 "24-Puertos" (Switch0) 2 - PC de escritorio 2 - Teléfonos IP
  • 3. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 2 - Creamos las Vlans - Asignación de puertos a las Vlans.
  • 4. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 3 - Configuramos el enlace troncal del switch. - Creamos el pool de dhcp en el router para las vlans
  • 5. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 4 - Ahora creamos las sub-interfaces - Configuramos el Call Manager.
  • 6. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 5 - Asignamos los números de los teléfonos - Por último vemos, como ya hay comunicación entre ellos.
  • 7. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 6
  • 8. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 7 TOPOLOGÍA NO. 2 Utilizamos los siguientes dispositivos: 1 - Router Cisco 2811 (Router1) 2 - Switch cisco 2950 "24-Puertos" (Switch0) 10 - PCs de escritorio 4 - Teléfonos IP
  • 9. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 8 - Creación de las vlans - Asignación de puertos a las vlans
  • 10. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 9 - Asignación de puertos a las Vlans.
  • 11. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 10 - Configuramos el enlace troncal en cada uno de los switch. Switch(config)#int fa0/1 Switch(config-if)#switchport mode trunk Switch(config-if)#exit - Creamos el pool de dhcp en el router para las vlans
  • 12. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 11
  • 13. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 12 - Ahora creamos las sub-interfaces
  • 14. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 13
  • 15. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 14 CONFIGURACIÓN DE CALL MANAGER EXPRESS SERVICIO DE TELEFONIA telephony-service max-ephones 8 max-dn 8 ip source-address 192.168.3.1 port 2000 auto assign 1 to 5 end wr copy r s ASIGNACIÓN DE NÚMEROS ephone-dn 1 number 1111 exit ephone-dn 2 number 2222 exit ephone-dn 3 number 3333 exit ephone-dn 4 number 4444 exit
  • 16. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 15 - Comunicación entre los teléfonos IP
  • 17. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 16 TOPOLOGÍA NO. 3 Utilizamos los siguientes dispositivos: 2 - Router Cisco 2811 (Router1) 4 - Switch cisco 2950 "24-Puertos" (Switch0) 14 - PCs de escritorio 8 - Teléfonos IP
  • 18. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 17 Topología de la parte izquierda (Router 0) 1. Creamos las vlans SWITCH 0 en conf t vlan 10 name GESTION ex vlan 20 name COMERCIAL ex vlan 30 name VOZ end wr copy r s SWITCH 1 en conf t vlan 10 name GESTION ex vlan 20 name COMERCIAL ex vlan 30 name VOZ end wr copy r s
  • 19. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 18 2. Asignación de puertos SWITCH 0 int f0/2 switchport mode access switchport access vlan 10 exit int f0/3 switchport mode access switchport access vlan 10 exit int f0/4 switchport mode access switchport access vlan 20 exit Vlan 10, 20 y Voz (30) int f0/5 switchport mode access switchport access vlan 10 switchport voice vlan 30 exit int f0/6 switchport mode access switchport access vlan 20 switchport voice vlan 30 exit SWITCH 1 Vlan 10 y 20 int f0/2 switchport mode access switchport access vlan 10 exit
  • 20. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 19 int f0/3 switchport mode access switchport access vlan 10 exit int f0/4 switchport mode access switchport access vlan 20 exit Vlan 10 y Voz (30) int f0/5 switchport mode access switchport access vlan 10 switchport voice vlan 30 exit int f0/6 switchport mode access switchport access vlan 10 switchport voice vlan 30 exit 3. Puerto troncal Switch 0 y 1 int f0/1 switchport mode trunk end wr copy r s
  • 21. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 20 4. DHCP en Router Prendemos la interfaz del router conectada al switch interface FastEthernet0/0 no shutdown interface FastEthernet0/1 no shutdown 5. IP DHCP pool para todas las vlans ip dhcp pool GESTION0 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 option 150 ip 192.168.1.1 exit ip dhcp pool COMERCIAL0 network 192.168.2.0 255.255.255.0 default-router 192.168.2.1 option 150 ip 192.168.2.1 exit ip dhcp pool VOZ0 network 192.168.3.0 255.255.255.0 default-router 192.168.3.1 option 150 ip 192.168.3.1 exit ip dhcp pool GESTION1 network 192.168.4.0 255.255.255.0 default-router 192.168.4.1 option 150 ip 192.168.4.1 exit ip dhcp pool COMERCIAL1 network 192.168.5.0 255.255.255.0 default-router 192.168.5.1 option 150 ip 192.168.5.1 exit
  • 22. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 21 ip dhcp pool VOZ1 network 192.168.6.0 255.255.255.0 default-router 192.168.6.1 option 150 ip 192.168.6.1 exit 6. Subinterfaces en el router int f0/0.10 encapsulation dot1Q 10 ip address 192.168.1.1 255.255.255.0 exit int f0/0.20 encapsulation dot1Q 20 ip address 192.168.2.1 255.255.255.0 exit int f0/0.30 encapsulation dot1Q 30 ip address 192.168.3.1 255.255.255.0 exit int f0/1.10 encapsulation dot1Q 10 ip address 192.168.4.1 255.255.255.0 exit int f0/1.20 encapsulation dot1Q 20 ip address 192.168.5.1 255.255.255.0 exit int f0/1.30 encapsulation dot1Q 30 ip address 192.168.6.1 255.255.255.0 exit
  • 23. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 22 7. Configuración del Call Manager Express telephony-service max-ephones 8 max-dn 8 ip source-address 192.168.3.1 port 2000 auto assign 1 to 5 end wr copy r s 8. Asignación de números telefónicos ephone-dn 1 number 1111 exit ephone-dn 2 number 2222 exit ephone-dn 3 number 3333 exit ephone-dn 4 number 4444 exit 9. Conexión entre los teléfonos
  • 24. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 23 Topología de la parte derecha (Router 1) 1. Creamos las vlans Switch 2 en conf t vlan 60 name SISTEMAS ex vlan 70 name VOZ ex vlan 80 name ESTUDIANTES end wr copy r s Switch 3 en conf t vlan 60 name SISTEMAS ex vlan 70 name VOZ ex vlan 80 name ESTUDIANTES end wr copy r s
  • 25. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 24 2. Asignación de puertos Switch 2 int f0/2 switchport mode access switchport access vlan 60 exit int f0/3 switchport mode access switchport access vlan 80 switchport voice vlan 70 exit int f0/4 switchport mode access switchport voice vlan 70 exit Switch 3 int f0/2 switchport mode access switchport access vlan 60 exit int f0/3 switchport mode access switchport voice vlan 70 exit int f0/4 switchport mode access switchport access vlan 80 switchport voice vlan 70 exit
  • 26. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 25 3. Puerto troncal Switch 0 y 1 int f0/1 switchport mode trunk end wr copy r s 4. DHCP en Router Prendemos la interfaz del router conectada al switch interface FastEthernet0/0 no shutdown interface FastEthernet0/1 no shutdown 5. IP DHCP pool para todas las vlans ip dhcp pool SISTEMAS0 network 192.168.70.0 255.255.255.0 default-router 192.168.70.1 option 150 ip 192.168.70.1 exit ip dhcp pool VOZ0 network 192.168.80.0 255.255.255.0 default-router 192.168.80.1 option 150 ip 192.168.80.1 exit ip dhcp pool ESTUDIANTES0 network 192.168.90.0 255.255.255.0 default-router 192.168.90.1 option 150 ip 192.168.90.1 exit
  • 27. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 26 ip dhcp pool SISTEMAS1 network 192.168.100.0 255.255.255.0 default-router 192.168.100.1 option 150 ip 192.168.100.1 exit ip dhcp pool VOZ1 network 192.168.110.0 255.255.255.0 default-router 192.168.110.1 option 150 ip 192.168.110.1 exit ip dhcp pool ESTUDIANTES1 network 192.168.120.0 255.255.255.0 default-router 192.168.120.1 option 150 ip 192.168.120.1 exit 6. Subinterfaces en el router int f0/0.60 encapsulation dot1Q 60 ip address 192.168.70.1 255.255.255.0 exit int f0/0.70 encapsulation dot1Q 70 ip address 192.168.80.1 255.255.255.0 exit int f0/0.80 encapsulation dot1Q 80 ip address 192.168.90.1 255.255.255.0 exit
  • 28. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 27 int f0/1.60 encapsulation dot1Q 60 ip address 192.168.100.1 255.255.255.0 exit int f0/1.70 encapsulation dot1Q 70 ip address 192.168.110.1 255.255.255.0 exit int f0/1.80 encapsulation dot1Q 80 ip address 192.168.120.1 255.255.255.0 exit 7. Configuración del Call Manager Express telephony-service max-ephones 8 max-dn 8 ip source-address 192.168.80.1 port 2000 auto assign 1 to 5 end wr copy r s 8. Asignación de números telefónicos en conf t ephone-dn 1 number 5555 exit ephone-dn 2 number 6666 exit ephone-dn 3 number 7777 exit
  • 29. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 28 ephone-dn 4 number 8888 exit 9. OSPF Router 0 router ospf 1 network 192.168.10.0 0.0.0.255 area 0 network 192.168.20.0 0.0.0.255 area 0 network 192.168.30.0 0.0.0.255 area 0 network 192.168.40.0 0.0.0.255 area 0 network 192.168.50.0 0.0.0.255 area 0 network 192.168.60.0 0.0.0.255 area 0 network 10.0.0.0 0.0.0.255 area 0 Router 1 router ospf 1 network 192.168.70.0 0.0.0.255 area 0 network 192.168.80.0 0.0.0.255 area 0 network 192.168.90.0 0.0.0.255 area 0 network 192.168.100.0 0.0.0.255 area 0 network 192.168.110.0 0.0.0.255 area 0 network 192.168.120.0 0.0.0.255 area 0 network 10.0.0.0 0.0.0.255 area 0
  • 30. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 29 10. Configuración dial peer Router 0 dial-peer voice 1 voip destination-pattern 5... session target ipv4:192.168.80.0 dial-peer voice 2 voip destination-pattern 6... session target ipv4:192.168.80.0 dial-peer voice 3 voip destination-pattern 7... session target ipv4:192.168.110.0 dial-peer voice 4 voip destination-pattern 8... session target ipv4:192.168.110.0 Router 1 dial-peer voice 1 voip destination-pattern 1... session target ipv4:192.168.30.0 dial-peer voice 2 voip destination-pattern 2... session target ipv4:192.168.30.0 dial-peer voice 3 voip destination-pattern 3... session target ipv4:192.168.60.0 dial-peer voice 4 voip destination-pattern 4... session target ipv4:192.168.60.0
  • 31. SERVICIO NACIONAL DE APRENDIZAJE GESTIÓN DE REDES DE DATOS ACTIVIDAD TOPOLOGÍAS 3-5-2014 ACTIVIDAD TOPOLOGÍAS 30 11. Comunicación entre los teléfonos IP