UNIVERSIDAD TECNOLÓGICA DEL VALLE DE TOLUCA
DIRECCIÓN DE CARRERA DE TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN.
Laboratorio 11 - “RUTEO ESTÁTICO IPv4” Tipo: Práctica en Laboratorio Cisco Packet Tracer.
PRESENTA:
221211115 Tovar Interino Dalia Guadalupe
Asignatura: Redes Convergentes
Profesor: ISC. Raúl Arturo García Mtz.
GRUPO: TIC-82
SANTA MARÍA ATARASQUILLO, LERMA, MÉXICO A 14 DE MARZO DE 2015.
OBJETIVO DE LA PRÁCTICA Enrutamiento estático con IPv4. ELEMENTOS DE LA PRÁCTICA
ELEMENTOS R0 Fa0/0 S0/0/0 PC0
DIRECCIONAMIENTO Red 192.168.2.0 /24 192.168.2.1 / 24 2.1.1.2 /24 192.168.1.100 /24 Red 192.168.4.0 /24
R1 Fa0/0 S0/0/0 S0/0/1 PC1
192.168.4.1 / 24 4.1.1.2 /24 5.1.1.1 /24 192.168.4.100 /24 Red 192.168.5.0 /24
R5 Fa0/0 S0/0/0 Laptop0
192.168.5.1 / 24 5.1.1.2 /24 192.168.5.100 /24 Red 192.168.6.0 /24
R6 Fa0/0
192.168.6.1 /24
S0/0/0
6.1.1.2 /24
Laptop1
192.168.6.100 /24 Red 192.168.7.0 /24
R4 Fa0/0
192.168.7.1 /24
S 0/0/1
6.1.1.1 /24
S 0/0/0
3.1.1.2 /24
PC3
192.168.9.100 /24
Red 192.168.3.0 /24 R3 Fa0/0
192.168.3.1 /24
S0/0/0
1.1.1.2 /24
PC2
192.168.3.100 /24
Red 192.168.1.0 /24 Fa0/0
192.168.1.1 /24
S0/0/0
2.1.1.1 /24
S0/0/1
4.1.1.1 /24
S0/1/1
3.1.1.1 /24
S0/1/0
1.1.1.1 /24
PC4
192.168.1.100 /24
TOPOLOGÍA DE RED
Ilustración 1 Topología de Red
DESARROLLO DE LA PRÁCTICA 1.- Para el desarrollo de la práctica requerimos de siete Routers, cinco PC´s de escritorio y dos Laptops conectadas cada Router respectivamente.
2.-Colocamos el puerto serial a cada Router. Dando clic en el Router, apagamos el dispositivo, vamos a la pestaña
Physical->MODULES->HWIC-2T, como se
muestra en la Ilustración.
Ilustración 2 Ilustración física del Router
3.-Posteriormente hacemos la conexión de cada elemento de la Red.
Ilustración 3 Conexiones
Red 192.168.2.0 /24 4.-
Configuramos a Fa0/0 y la Serial 0/0/0 de R0 desde CLI
en modo de
configuración global. Fa0/0 192.168.2.1 /24 Serial 0/0/0 2.1.1.2 /24 R0>en R0#conf t
Enter configuration commands, one per line. End with CNTL/Z. R0(config)#interface fa0/0 R0(config-if)#ip address 192.168.2.1 255.255.255.0 R0(config-if)#no shut R0(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R0(config-if)#exit R0(config)#interface S0/0/0
R0(config-if)#ip address 2.1.1.2 255.255.255.0 R0(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
5.- Configuramos la IP de la PC0 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.2.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.2.1
Ilustración 4 ipconfig PC0
Red 192.168.4.0 /24 6.- Configuramos a Fa0/0, la Serial 0/0/0 y S0/0/1 de R1 desde CLI en modo de configuración global. Fa0/0 192.168.4.1 /24 Serial 0/0/0 4.1.1.2 /24 Serial 0/0/1 5.1.1.1 /24 R1>en R1#conf t
Enter configuration commands, one per line. End with CNTL/Z. R1(config)#interface fa0/0
R1(config-if)#ip address 192.168.4.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#exit R1(config)#interface s0/0/0
R1(config-if)#ip address 4.1.1.2 255.255.255.0 R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R1(config-if)#exit R1(config)#interface s0/0/1 R1(config-if)#ip address 5.1.1.1 255.255.255.0 R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R1(config-if)#
7.- Configuramos la IP de la PC1 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.4.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.4.1
Ilustración 5 ipconfig PC1
Red 192.168.5.0 /24 8.- Configuramos a Fa0/0 y la Serial 0/0/0 de R5 desde CLI
en modo de
configuración global. Fa0/0 192.168.5.1 /24 Serial 0/0/0 5.1.1.2 /24 R5>en
R5#conf t Enter configuration commands, one per line. End with CNTL/Z. R5(config)#interface fa0/0
R5(config-if)#ip address 192.168.5.1 255.255.255.0 R5(config-if)#no shut R5(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R5(config-if)#exit R5(config)#interface s0/0/0 R5(config-if)#ip address 5.1.1.2 255.255.255.0 R5(config-if)#no shut R5(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up R5(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
9.- Configuramos la IP de la Laptop0 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.5.100
Subnet Mask:255.255.255.0 Default Gateway: 192.168.5.1
Ilustración 6 ipconfig Laptop0
Red 192.168.6.0 /24 10.- Configuramos a Fa0/0 y la Serial 0/0/0 de R6 desde CLI
en modo de
configuración global. Fa0/0 192.168.6.1 /24 Serial 0/0/0 6.1.1.2 /24 R6>en
R6#conf t Enter configuration commands, one per line. End with CNTL/Z. R6(config)#interface fa0/0
R6(config-if)#ip address 192.168.6.1 255.255.255.0 R6(config-if)#no shut R6(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changedstate to up
R6(config-if)#exit R6(config)#interface s0/0/0 R6(config-if)#ip address 6.1.1.2 255.255.255.0 R6(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R6(config-if)#
11.- Configuramos la IP de la Laptop1 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.6.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.6.1
Ilustraci贸n 7 ipconfig Laptop1
Red 192.168.7.0 /24 12.- Configuramos a Fa0/0, la Serial 0/0/0 y S0/0/1 de R4 desde CLI en modo de configuración global. Fa0/0 192.168.7.1 /24 Serial 0/0/1 6.1.1.1 /24 Serial 0/0/0 3.1.1.2 /24 R4>en R4#conf t
Enter configuration commands, one per line. End with CNTL/Z. R4(config)#interface fa0/0
R4(config-if)#ip address 192.168.7.1 255.255.255.0 R4(config-if)#no shut R4(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R4(config-if)#exit R4(config)#interface s0/0/1
R4(config-if)#ip address 6.1.1.1 255.255.255.0 R4(config-if)#no shut R4(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up R4(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up R4(config)#interface s0/0/0
R4(config-if)#ip address 3.1.1.2 255.255.255.0 R4(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R4(config-if)#
13.- Configuramos la IP de la PC3 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.7.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.7.1
Ilustración 8 ipconfig PC3
Red 192.168.3.0 /24 14.- Configuramos a Fa0/0 y la Serial 0/0/0 de R3 desde CLI
en modo de
configuración global. Fa0/0 192.168.3.1 /24 Serial 0/0/0 1.1.1.2 /24 R3>en
R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#interface fa0/0
R3(config-if)#ip address 192.168.3.1 255.255.255.0 R3(config-if)#no shut R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#exit R3(config)#interface s0/0/0 R3(config-if)#ip address 1.1.1.2 255.255.255.0 R3(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R3(config-if)#
15.- Configuramos la IP de la PC2 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.3.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.3.1
Ilustraci贸n 9 ipconfig PC2
Red 192.168.1.0 /24 16.- Configuramos a Fa0/0, la Serial 0/0/0, S0/0/1, S0/1/1 y S0/1/0 de R2 desde CLI en modo de configuración global. Fa0/0 192.168.1.1 /24 S0/0/0 2.1.1.1 /24 S0/0/1 4.1.1.1 /24 S0/1/1 3.1.1.1 /24 S0/1/0 1.1.1.1 /24 R2>en R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#interface fa0/0
R2(config-if)#ip address 192.168.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R2(config-if)#exit R2(config)#interface s0/0/0 R2(config-if)#ip address 2.1.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R2(config)#interface s0/0/1 R2(config-if)#ip address 4.1.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up R2(config)#interface s0/1/1 R2(config-if)#ip address 3.1.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up R2(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up R2(config)#interface s0/1/0 R2(config-if)#ip address 1.1.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up
17.- Configuramos la IP de la PC4 Desktop->Command Prompt-> ipconfig [IP Address ][Subnet Mask ][Default Gateway] IP Address: 192.168.1.100 Subnet Mask:255.255.255.0 Default Gateway: 192.168.1.1
Ilustración 10 ipconfig PC4
18.- IP ROUTE R1 ip route 192.168.5.0 255.255.255.0 5.1.1.2 R1(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2 ip route 192.168.1.0 255.255.255.0 4.1.1.1 R1(config)#ip route 192.168.1.0 255.255.255.0 4.1.1.1 ip route 2.1.1.0 255.255.255.0 4.1.1.1 R1(config)#ip route 2.1.1.0 255.255.255.0 4.1.1.1
ip route 192.168.2.0 255.255.255.0 2.1.1.2 R1(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2 ip route 1.1.1.0 255.255.255.0 4.1.1.1 R1(config)#ip route 1.11.1.0 255.255.255.0 4.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R1(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2 ip route 3.1.1.0 255.255.255.0 4.1.1.1 R1(config)#ip route 3.1.1.0 255.255.255.0 4.1.1.1 ip route 192.168.7.0 255.255.255.0 3.1.1.2 R1(config)#ip route 192.168.7.0 255.255.255.0 3.1.1.2 ip route 6.1.1.0 255.255.255.0 3.1.1.2 R1(config)#ip route 6.1.1.0 255.255.255.0 3.1.1.2 ip route 192.168.6.0 255.255.255.0 6.1.1.2 R1(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2
19.-IP ROUTE R5 ip route 192.168.4.0 255.255.255.0 5.1.1.1 R5(config)#ip route 192.168.4.0 255.255.255.0 5.1.1.1
ip route 4.1.1.0 255.255.255.0 5.1.1.1 R5(config)#ip route 4.1.1.0 255.255.255.0 5.1.1.1 ip route 2.1.1.0 255.255.255.0 4.1.1.1 R5(config)#ip route 2.1.1.0 255.255.255.0 4.1.1.1 ip route 192.168.2.0 255.255.255.0 2.1.1.2 R5(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2 ip route 192.168.1.0 255.255.255.0 4.1.1.1 R5(config)#ip route 192.168.1.0 255.255.255.0 4.1.1.1
ip route 1.1.1.0 255.255.255.0 4.1.1.1
R5(config)#ip route 1.1.1.0 255.255.255.0 4.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R5(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2
ip route 3.1.1.0 255.255.255.0 4.1.1.1
R5(config)#ip route 3.1.1.0 255.255.255.0 4.1.1.1 ip route 192.168.7.0 255.255.255.0 3.1.1.2 R5(config)#ip route 192.168.7.0 255.255.255.0 3.1.1.2
ip route 6.1.1.0 255.255.255.0 3.1.1.2
R5(config)#ip route 6.1.1.0 255.255.255.0 3.1.1.2
ip route 192.168.6.0 255.255.255.0 6.1.1.2 R5(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2
20.-IP ROUTE R2 ip route 192.168.4.0 255.255.255.0 4.1.1.2 R2(config)#ip route 192.168.4.0 255.255.255.0 4.1.1.2 ip route 192.168.2.0 255.255.255.0 2.1.1.2 R2(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R2(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2 ip route 192.168.7.0 255.255.255.0 3.1.1.2 R2(config)#ip route 192.168.7.0 255.255.255.0 3.1.1.2 ip route 5.1.1.0 255.255.255.0 4.1.1.2 R2(config)#ip route 5.1.1.0 255.255.255.0 4.1.1.2 ip route 6.1.1.0 255.255.255.0 3.1.1.2 R2(config)#ip route 6.1.1.0 255.255.255.0 3.1.1.2 ip route 192.168.6.0 255.255.255.0 6.1.1.2 R2(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2
ip route 192.168.5.0 255.255.255.0 5.1.1.2 R2(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2
21. - IP ROUTE R0 ip route 192.168.1.0 255.255.255.0 2.1.1.1 R0(config)#ip route 192.168.1.0 255.255.255.0 2.1.1.1 ip route 4.1.1.0 255.255.255.0 2.1.1.1 R0(config)#ip route 4.1.1.0 255.255.255.0 2.1.1.1 ip route 192.168.4.0 255.255.255.0 4.1.1.2 R0(config)#ip route 192.168.4.0 255.255.255.0 4.1.1.2 ip route 1.1.1.0 255.255.255.0 2.1.1.1 R0(config)#ip route 1.1.1.0 255.255.255.0 2.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R0(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2 ip route 3.1.1.0 255.255.255.0 2.1.1.1 R0(config)#ip route 3.1.1.0 255.255.255.0 2.1.1.1 ip route 192.168.7.0 255.255.255.0 3.1.1.2 R0(config)#ip route 192.168.7.0 255.255.255.0 3.1.1.2
ip route 6.1.1.0 255.255.255.0 3.1.1.2 R0(config)#ip route 6.1.1.0 255.255.255.0 3.1.1.2 ip route 192.168.6.0 255.255.255.0 6.1.1.2 R0(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2 ip route 5.1.1.0 255.255.255.0 4.1.1.2 R0(config)#ip route 5.1.1.0 255.255.255.0 4.1.1.2 ip route 192.168.5.0 255.255.255.0 5.1.1.2 R0(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2
22.-IP ROUTE R3 ip route 192.168.1.0 255.255.255.0 1.1.1.1 R3(config)#ip route 192.168.1.0 255.255.255.0 1.1.1.1 ip route 4.1.1.0 255.255.255.0 1.1.1.1 R3(config)#ip route 4.1.1.0 255.255.255.0 1.1.1.1 ip route 192.168.4.0 255.255.255.0 4.1.1.2 R3(config)#ip route 192.168.4.0 255.255.255.0 4.1.1.2 ip route 2.1.1.0 255.255.255.0 1.1.1.1 R3(config)#ip route 2.1.1.0 255.255.255.0 1.1.1.1
ip route 192.168.2.0 255.255.255.0 2.1.1.2 R3(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2 ip route 3.1.1.0 255.255.255.0 1.1.1.1 R3(config)#ip route 3.1.1.0 255.255.255.0 1.1.1.1 ip route 192.168.7.0 255.255.255.0 3.1.1.2 R3(config)#ip route 192.168.7.0 255.255.255.0 3.1.1.2
ip route 6.1.1.0 255.255.255.0 3.1.1.2
R3(config)#ip route 6.1.1.0 255.255.255.0 3.1.1.2 ip route 192.168.6.0 255.255.255.0 6.1.1.2 R3(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2
ip route 5.1.1.0 255.255.255.0 4.1.1.2
R3(config)#ip route 5.1.1.0 255.255.255.0 4.1.1.2
ip route 192.168.5.0 255.255.255.0 5.1.1.2
R3(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2
23.-IP ROUTE R4 192.168.1.0 255.255.255.0 3.1.1.1 R4(config)#ip route 192.168.1.0 255.255.255.0 3.1.1.1 ip route192.168.6.0 255.255.255.0 6.1.1.2 R4(config)#ip route 192.168.6.0 255.255.255.0 6.1.1.2
ip route 4.1.1.0 255.255.255.0 3.1.1.1 R4(config)#ip route 4.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.4.0 255.255.255.0 4.1.1.2 R4(config)#ip route 192.168.4.0 255.255.255.0 4.1.1.2 ip route 2.1.1.0 255.255.255.0 3.1.1.1 R4(config)#ip route 2.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.2.0 255.255.255.0 2.1.1.2 R4(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2
ip route 1.1.1.0 255.255.255.0 3.1.1.1
R4(config)#ip route 1.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R4(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2
ip route 5.1.1.0 255.255.255.0 4.1.1.2
R4(config)#ip route 5.1.1.0 255.255.255.0 4.1.1.2 ip route 192,.168.5.0 255.255.255.0 5.1.1.2 R4(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2
24.- IP ROUTE R6 ip route 192.168.7.0 255.255.255.0 6.1.1.1 R6(config)#ip route 192.168.7.0 255.255.255.0 6.1.1.1
ip route 3.1.1.0 255.255.255.0 6.1.1.1
R6(config)#ip route 3.1.1.0 255.255.255.0 6.1.1.1
ip route 4.1.1.0 255.255.255.0 3.1.1.1
R6(config)#ip route 4.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.4.0 255.255.255.0 4.1.1.2 R6(config)#ip route 192.168.4.0 255.255.255.0 4.1.1.2 ip route 192.168.1.0 255.255.255.0 3.1.1.1 R6(config)#ip route 192.168.1.0 255.255.255.0 3.1.1.1 ip route 2.1.1.0 255.255.2555.0 3.1.1.1 R6(config)#ip route 2.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.2.0 255.255.255.0 2.1.1.2 R6(config)#ip route 192.168.2.0 255.255.255.0 2.1.1.2
ip route 1.1.1.0 255.255.255.0 3.1.1.1
R6(config)#ip route 1.1.1.0 255.255.255.0 3.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.2 R6(config)#ip route 192.168.3.0 255.255.255.0 1.1.1.2
ip route 5.1.1.0 255.255.255.0 4.1.1.2
R6(config)#ip route 5.1.1.0 255.255.255.0 4.1.1.2 ip route 192.168.5.0 255.255.255.0 5.1.1.2 R6(config)#ip route 192.168.5.0 255.255.255.0 5.1.1.2
PRUEBAS Ping PC0 192.168.2.100 a Laptop1 192.168.6.100. (Successful)
Ilustración 11 Ping PC0 a Laptop1
Ping Laptop1 192.168.6.100 a PC0 192.168.2.100 (Successful)
Ilustración 12 Ping Laptop1 a PC0
Ping PC4 192.168.1.100 a Laptop 0 192.168.5.1. (Successful)
Ilustración 13 Ping PC4 a Laptop 0
Ping Laptop 0 192.168.5.1 a PC4 192.168.1.100. (Successful)
Ilustración 14 Ping Laptop 0 a PC4
Ping PC2 192.168.3.100 a PC3 192.168.7.100. (Successful)
Ilustración 15 Ping PC2 a PC3
Ping PC3 192.168.7.100 a PC2 192.168.3.100. (Successful)
Ilustración 16 Ping PC3 a PC2
Ping PC1 192.168.4.100 a Laptop1 192.168.6.100
Ilustración 17 Ping PC1 a Laptop1
ESCENARIOS
Ilustraci贸n 18 Escenario0
Ilustraci贸n 19 Escenario1
Ilustraci贸n 20 Escenario2
Ilustraci贸n 21 Escenario3
Ilustraci贸n 22 Escenario4
Ilustraci贸n 23 Escenario5
Ilustraci贸n 24 Escenario6
Ilustraci贸n 25 Escenario7
CONCLUSIONES En está practica realizamos un repaso de Ruteo Estático ya visto en las practicas 9 y 10 anteriores, para poder tener comunicación con los dispositivos de otra red debemos marcar las IP´s de todas la rutas de por las que se tendrá acceso a la Red que se quiere llegar.