0% found this document useful (0 votes)
115 views6 pages

7.2.8 Packet Tracer - Verify IPv4 and IPv6 Addressing

This document contains an addressing table and instructions to verify IPv4 and IPv6 addressing connectivity on a dual-stack network. The addressing table lists the IP addresses, prefixes, and default gateways for interfaces on routers R1-R3 and PCs PC1 and PC2. The objectives are to complete the addressing table, test connectivity using ping, and discover the path between devices using traceroute. Students are instructed to use ipconfig, ipv6config, ping, and traceroute to verify addresses, test connectivity, and trace the routes between PC1 and PC2 for both IPv4 and IPv6.

Uploaded by

Katherine Quilca
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)
115 views6 pages

7.2.8 Packet Tracer - Verify IPv4 and IPv6 Addressing

This document contains an addressing table and instructions to verify IPv4 and IPv6 addressing connectivity on a dual-stack network. The addressing table lists the IP addresses, prefixes, and default gateways for interfaces on routers R1-R3 and PCs PC1 and PC2. The objectives are to complete the addressing table, test connectivity using ping, and discover the path between devices using traceroute. Students are instructed to use ipconfig, ipv6config, ping, and traceroute to verify addresses, test connectivity, and trace the routes between PC1 and PC2 for both IPv4 and IPv6.

Uploaded by

Katherine Quilca
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/ 6

Packet Tracer - Verify IPv4 and IPv6 Addressing

Nombre: Katherine Quilca

Addressing Table
Device Interface IP Address / Prefix Default Gateway

R1 G0/0 10.10.1.97 255.255.255.224 N/A

R1 G0/0
2001:db8:1:1::1/64 N/A

R1
S0/0/1 10.10.1.6 255.255.255.252 N/A

R1 S0/0/1
2001:db8:1:2::2/64 N/A

R1 S0/0/1
fe80::1 N/A

R2 S0/0/0 10.10.1.5 255.255.255.252 N/A

R2 S0/0/0
2001:db8:1:2::1/64 N/A

R2
S0/0/1 10.10.1.9 255.255.255.252 N/A

R2 S0/0/1
2001:db8:1:3::1/64 N/A

R2 S0/0/1
fe80::2 N/A

R3 G0/0 10.10.1.17 255.255.255.240 N/A

R3 G0/0
2001:db8:1:4::1/64 N/A

R3
S0/0/1 10.10.1.10 255.255.255.252 N/A

R3 S0/0/1
2001:db8:1:3::2/64 N/A

R3 S0/0/1
fe80::3 N/A

PC1 NIC 10.10.1.100 255.255.255.224 10.10.1.97


NIC
PC1 2001:DB8:1:1::A FE80::1
PC2 NIC 10.10.1.20 255.255.255.240 10.10.1.17
NIC
PC2 2001:DB8:1:4::A FE80::3

Objectives
Part 1: Complete the Addressing Table Documentation
Part 2: Test Connectivity Using Ping
Part 3: Discover the Path by Tracing the Route

Background
Dual-stack allows IPv4 and IPv6 to coexist on the same network. In this activity, you will investigate a dual-
stack implementation including documenting the IPv4 and IPv6 configuration for end devices, testing
connectivity for both IPv4 and IPv6 using ping, and tracing the path from end to end for IPv4 and
IPv6.Complete the Addressing Table Documentation

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 6 www.netacad.com
Packet Tracer - Verify IPv4 and IPv6 Addressing

Instructions
Part 1: Complete the Addressing Table Documentation
Step 1: Use ipconfig to verify IPv4 addressing.
a. Click PC1 and open the Command Prompt.
b. Enter the ipconfig /all command to collect the IPv4 information. Fill-in the Addressing Table with the
IPv4 address, subnet mask, and default gateway.

c. Click PC2 and open the Command Prompt.

d. Enter the ipconfig /all command to collect the IPv4 information. Fill-in the Addressing Table with the
IPv4 address, subnet mask, and default gateway.

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 6 www.netacad.com
Packet Tracer - Verify IPv4 and IPv6 Addressing

Step 2: Use ipv6config to verify IPv6 addressing.


a. On PC1, enter the ipv6config /all command to collect the IPv6 information. Fill-in the Addressing Table
with the IPv6 address, subnet prefix, and default gateway.

b. On PC2, enter the ipv6config /all command to collect the IPv6 information. Fill-in the Addressing Table
with the IPv6 address, subnet prefix, and default gateway.

Part 2: Test Connectivity Using Ping


Step 1: Use ping to verify IPv4 connectivity.
a. From PC1, ping the IPv4 address for PC2.

Question:

Was the result successful?


Si se tuvo un ping exitoso
b. From PC2, ping the IPv4 address for PC1.

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 6 www.netacad.com
Packet Tracer - Verify IPv4 and IPv6 Addressing

Question:

Was the result successful?


Si se tuvo un ping exitoso

Step 2: Use ping to verify IPv6 connectivity.


a. From PC1, ping the IPv6 address for PC2.

Question:

Was the result successful?


Si se tuvo un ping exitoso
From PC2, ping the IPv6 address of PC1.

Question:

Was the result successful?


Si se tuvo un ping exitoso

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

Questions:

What addresses were encountered along the path?

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 6 www.netacad.com
Packet Tracer - Verify IPv4 and IPv6 Addressing

.
With which interfaces are the four addresses associated
G0/0 en R1
S0/0/0 en R2
S0/0/01 en R3
NIC de PC2
b. From PC2, trace the route to PC1.
Questions:

What addresses were encountered along the path?

With which interfaces are the four addresses associated?


S0/0/1 en R1
S0/0/1 en R2
G0/0 en R3
NIC de 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
Questions:

What addresses were encountered along the path?

With which interfaces are the four addresses associated?


G0/0 en R1
S0/0/0 en R2
S0/0/1 en R3
NIC de PC2

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 6 www.netacad.com
Packet Tracer - Verify IPv4 and IPv6 Addressing

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

What addresses were encountered along the path?

With which interfaces are the four addresses associated?


G0/0 en R3
S0/0/1 en R2
S0/0/1 en R1
NIC en PC1
Type your answers here.

End of document

 2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 6 www.netacad.com

You might also like