Prueba 3 Ticket 20

Enviado por matias95 el Jue, 02/11/2017 - 16:14
Prueba 3 Ticket 20

================================================
Verifique conectividad utilizando:
ping 2001:cafe:1::1 source 2001:acad:100::1
================================================

S3G#ping 2001:cafe:1::1 source 2001:acad:100::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:CAFE:1::1, timeout is 2 seconds:
Packet sent with a source address of 2001:ACAD:100::1
.....
Success rate is 0 percent (0/5)

Solución:

Ruta estatica mal configurada apuntando hacia la Giga0/0
S3G#sh ipv6 rout

S   ::/0 [1/0]
     via FE80::1, GigabitEthernet0/0


S3G(config)#no ipv6 route ::/0 g0/0 fe80::1
S3G(config)#ipv6 route ::/0 g2/0 fe80::1

Ruta estatica configurada correctamente con la Giga2/0


S3G#ping 2001:cafe:1::1 source 2001:acad:100::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:CAFE:1::1, timeout is 2 seconds:
Packet sent with a source address of 2001:ACAD:100::1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 216/225/236 ms