lunes, 23 de noviembre de 2015

14.- VERIFYING IPV6 AND IPV4

LUNES 23



Packet Tracer - Verifying IPv4 and IPv6 Addressing 

Objectives
Part 1: Complete the Addressing Table Documentation
Part 2: Test Connectivity Using Ping

Part 3: Discover the Path by Tracing the Route



Part 1:     Discover the Path by Tracing the Route

Step 1:     Use tracert to discover the IPv4 path.

a.     From PC1, trace the route to PC2.
PC> tracert 10.10.1.20

What addresses were encountered along the path? 

10.10.1.97, 10.10.1.5, 10.10.1.10, 10.10.1.20

With which interfaces are the four addresses associated?

G0/0 of R1, S0/0/0 on R2, S0/0/01 on R3, NIC of PC2

b.    From PC2, trace the route to PC1.

What addresses were encountered along the path? 

10.10.1.17, 10.10.1.9, 10.10.1.6, 10.10.1.100

With which interfaces are the four addresses associated?

G0/0 of R3, S0/0/1 of R2, S0/0/1 of R1, NIC of PC1

Step 2:     Use tracert to discover the IPv6 path.

a.     From PC1, trace the route to the IPv6 address for PC2.

PC> tracert 2001:DB8:1:4::A

What addresses were encountered along the path? 

2001:DB8:1:1::1, 2001:DB8:1:2::1, 2001:DB8:1:3::2, 2001:DB8:1:4::A

With which interfaces are the four addresses associated? 

g0/0 of R1, S0/0/0 of r2, S0/0/1 of R3, NIC of PC2

b.    From PC2, trace the route to the IPv6 address for PC1.

What addresses were encountered along the path? 

2001:DB8:1:4::1, 2001:DB8:1:3::1, 2001:DB8:1:2::2, 2001:DB8:1:1::A

With which interfaces are the four addresses associated?

Ga0/0 of R3, S0/0/1 of R2, S0/0/1 of R1, NIC of PC1


REFLEXIÓN:


En esta actividad era la configuración de IPv4 e IPv6 para dispositivos finales , pruebas de conectividad para IPV4 e IPV6 utilizando ping, y trazar la ruta de extremo a extremo para IPV4 e IPV6.



No hay comentarios:

Publicar un comentario

Nota: solo los miembros de este blog pueden publicar comentarios.