dimarts, 8 de febrer del 2011

11.3.5.3

Tarea 1: Resolver problemas de conectividad de red con ping

Paso 1. Cree conectividad en PT.


Intercambie entre los modos Tiempo real y Simulación 4 veces para asegurarse de que todas las luces de enlace cambian a verde. Deje PT en el modo Tiempo real.

Paso 2. Haga ping en la dirección IP de un host en una red remota.

Haga clic en la PC 1A. Se abre la ventana de configuración de la PC. Haga clic en el botón Indicador de comando en la ficha Escritorio. Introduzca el comando ping 192.168.254.254, la dirección IP de Eagle Server. El ping falla e indica que existe un problema entre PC 1A y el Eagle Server.

PC>ping 192.168.254.254

Pinging 192.168.254.254 with 32 bytes of data:

Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.

Ping statistics for 192.168.254.254:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Paso 3. Haga ping en ubicaciones intermedias para ubicar el problema.


Ahora haga ping en ubicaciones intermedias para descubrir dónde está el problema.
Ingrese el comando ping 172.16.255.254, la dirección IP de la interfaz local en el router R2-Central. El ping debe tener éxito, indicando que la PC 1A puede llegar el router local.
Ingrese el comando ping 10.10.10.5, la dirección IP de la interfaz serial en el router R2-Central. El ping debe tener éxito, indicando que el enlace serial al router R1-ISP está activo.
Ingrese el comando ping 10.10.10.6, la dirección IP de la interfaz serial en el router R1-ISP. El ping debe tener éxito, indicando que la PC 1A puede llegar el router R1-ISP.
Ingrese el comando ping 192.168.254.253, la dirección IP de la interfaz FastEthernet en el router R1-ISP. El ping falla y se indica que existe un problema en el R1-ISP del router.

ping 172.16.255.254

Pinging 172.16.255.254 with 32 bytes of data:

Reply from 172.16.255.254: bytes=32 time=8ms TTL=255
Reply from 172.16.255.254: bytes=32 time=8ms TTL=255
Reply from 172.16.255.254: bytes=32 time=9ms TTL=255
Reply from 172.16.255.254: bytes=32 time=7ms TTL=255

Ping statistics for 172.16.255.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 7ms, Maximum = 9ms, Average = 8ms

ping 10.10.10.5

Pinging 10.10.10.5 with 32 bytes of data:

Reply from 10.10.10.5: bytes=32 time=8ms TTL=255
Reply from 10.10.10.5: bytes=32 time=10ms TTL=255
Reply from 10.10.10.5: bytes=32 time=9ms TTL=255
Reply from 10.10.10.5: bytes=32 time=9ms TTL=255

Ping statistics for 10.10.10.5:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 8ms, Maximum = 10ms, Average = 9ms

PC>ping 10.10.10.6


Pinging 10.10.10.6 with 32 bytes of data:

Reply from 10.10.10.6: bytes=32 time=14ms TTL=254
Reply from 10.10.10.6: bytes=32 time=11ms TTL=254
Reply from 10.10.10.6: bytes=32 time=13ms TTL=254
Reply from 10.10.10.6: bytes=32 time=14ms TTL=254

Ping statistics for 10.10.10.6:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 11ms, Maximum = 14ms, Average = 13ms

PC>ping 192.168.254.253

Pinging 192.168.254.253 with 32 bytes of data:

Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.
Reply from 10.10.10.6: Destination host unreachable.

Ping statistics for 192.168.254.253:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Paso 4: Corrija el problema.

Haga clic en el router R1-ISP. Inicie sesión en el router usando la ficha CLI. Verifique el estado de las interfaces introduciendo el comando show ip interface brief. ¿Cuál parece ser el problema? Corrija el problema y confirme que la PC 1A puede hacer ping a 192.168.254.254, la dirección IP del servidor Eagle, indicando que la PC 1A puede llegar al servidor Eagle.

R1-ISP>enable
R1-ISP#cnig
R1-ISP#config
R1-ISP#configure ter
R1-ISP#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1-ISP(config)#int
R1-ISP(config)#interface fa
R1-ISP(config)#interface fa0/0
R1-ISP(config-if)#no shutdown

PC>ping 192.168.254.253

Pinging 192.168.254.253 with 32 bytes of data:

Reply from 192.168.254.253: bytes=32 time=40ms TTL=254
Reply from 192.168.254.253: bytes=32 time=10ms TTL=254
Reply from 192.168.254.253: bytes=32 time=13ms TTL=254
Reply from 192.168.254.253: bytes=32 time=17ms TTL=254

Ping statistics for 192.168.254.253:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 10ms, Maximum = 40ms, Average = 20ms

Cap comentari:

Publica un comentari a l'entrada