Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
82 views2 pages

7.3.2.5 Packet Tracer

The document contains an addressing table listing the IPv4 and IPv6 addresses, subnet masks, and default gateways for interfaces on routers R1, R2, and R3 and PCs PC1 and PC2. It also describes ping and traceroute tests done to verify IPv4 and IPv6 connectivity between the PCs and discover the paths through the routers.

Uploaded by

Hoang Nhat Minh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views2 pages

7.3.2.5 Packet Tracer

The document contains an addressing table listing the IPv4 and IPv6 addresses, subnet masks, and default gateways for interfaces on routers R1, R2, and R3 and PCs PC1 and PC2. It also describes ping and traceroute tests done to verify IPv4 and IPv6 connectivity between the PCs and discover the paths through the routers.

Uploaded by

Hoang Nhat Minh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Addressing Table

IPv4 Address Subnet Mask


Device Interface Default Gateway
IPv6 Address/Prefix

10.10.1.97 255.255.255.224 N/A


G0/0
2001:DB8:1:1::1/64 N/A
R1 10.10.1.6 255.255.255.252 N/A
S0/0/1
2001:DB8:1:2::2/64 N/A
Link-local FE80::1 N/A
10.10.1.5 255.255.255.252 N/A
S0/0/0
2001:DB8:1:2::1/64 N/A
R2 10.10.1.9 255.255.255.252 N/A
S0/0/1
2001:DB8:1:3::1/64 N/A
Link-local FE80::2 N/A
10.10.1.17 255.255.255.240 N/A
G0/0
2001:DB8:1:4::1/64 N/A
R3 10.10.1.10 255.255.255.252 N/A
S0/0/1
2001:DB8:1:3::2/64 N/A
Link-local FE80::3 N/A
 10.10.1.100  255.255.255.224  10.10.1.97
PC1 NIC
 2001:DB8:1:1::A FE80::1
 10.10.1.20  255.255.255.240  10.10.1.17
PC2 NIC
 2001:DB8:1:4::A  FE80::3

Part 2:     Test Connectivity Using Ping

Step 1:     Use ping to verify IPv4 connectivity.


a.     From PC1, ping the IPv4 address for PC2. Was the result successful? yes
b.    From PC2, ping the IPv4 address for PC1. Was the result successful? yes

Step 2:     Use ping to verify IPv6 connectivity.


a.     From PC1, ping the IPv6 address for PC2. Was the result successful? yes
b.    From PC2, ping the IPv6 address of PC1. Was the result successful? yes
Part 3:     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? R1, R2, R3, 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?R3, R2, R1, 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? R1, R2, R3, 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?R3, R2, R1, PC1

You might also like