13.2.6 Packet Tracer – Verify IPv4 and IPv6 Addressing Answers Full 100% 2023 2024

This is Cisco 13.2.6 Packet Tracer – Verify IPv4 and IPv6 Addressing Answers Full 100% 2023 2024 for Cisco CCNA 1 v7 ITN v7.02.

   CCNA 1 v7 & ITN 7.02   
Final Exam Answers
CCNA 1 7.02 - Modules 11 - 13
Modules 11 - 13 Exam Answers Online Test
CCNA 1 7.02 - Modules 14 - 15
Modules 14 - 15 Exam Answers Online Test
CCNA 1 ITN v7.02 - Packet Tracer Activities Answers & Solutions
11.5.5 Packet Tracer – Subnet an IPv4 Network Answers
11.7.5 Packet Tracer – Subnetting Scenario Answers
11.9.3 Packet Tracer – VLSM Design and Implementation Practice Answers
11.10.1 Packet Tracer – Design and Implement a VLSM Addressing Scheme Answers
11.10.2 Packet Tracer – Design and Implement a VLSM Addressing Scheme – Physical Mode
12.6.6 Packet Tracer – Configure IPv6 Addressing Answers
12.9.1 Packet Tracer – Implement a Subnetted IPv6 Addressing Scheme Answers
12.9.2 Packet Tracer – Configure IPv6 Addresses on Network Devices – Physical Mode Answers
13.2.6 Packet Tracer – Verify IPv4 and IPv6 Addressing Answers
13.2.7 Packet Tracer – Use Ping and Traceroute to Test Network Connectivity Answers
13.3.1 Packet Tracer – Use ICMP to Test and Correct Network Connectivity Answers
13.3.2 Packet Tracer – Use Ping and Traceroute to Test Network Connectivity – Physical Mode Answers
CCNA 1 ITN v7.02 - Student Lab Answers & Solutions
11.6.6 Lab – Calculate IPv4 Subnets Answers
11.10.2 Lab – Design and Implement a VLSM Addressing Scheme Answers
12.7.4 Lab – Identify IPv6 Addresses Answers
12.9.2 Lab – Configure IPv6 Addresses on Network Devices Answers
13.3.2 Lab – Use Ping and Traceroute to Test Network Connectivity Answers

Packet Tracer – Verify IPv4 and IPv6 Addressing (Answers Version)

Answers Note: Red font color or gray highlights indicate text that appears in the Answers copy only.

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

PC1

NIC

2001:db8:1:1::a/64

fe80::1

PC2

NIC

10.10.1.20

255.255.255.240

10.10.1.17

PC2

NIC

2001:db8:1:4::a/64

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.

Part 1:  Complete the Addressing Table Documentation

Step 1:  Use ipconfig to verify IPv4 addressing.

  1. Click PC1 and open the Command Prompt.
  2. Enter the ipconfig /all command to collect the IPv4 information. Fill-in the Addressing Table with the IPv4 address, subnet mask, and default gateway.
  3. Click PC2 and open the Command Prompt.
  4. Enter the ipconfig /all command to collect the IPv4 information. Fill-in the Addressing Table with the IPv4 address, subnet mask, and default gateway.

Step 2:  Use ipv6config to verify IPv6 addressing.

  1. 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.
  2. 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.

  1. From PC1, ping the IPv4 address for PC2.

Question:

Was the result successful?

Yes

  1. From PC2, ping the IPv4 address for PC1.

Question:

Was the result successful?

Yes

Step 2:  Use ping to verify IPv6 connectivity.

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

Question:

Was the result successful?

Yes

  1. From PC2, ping the IPv6 address of PC1.

Question:

Was the result successful?

Yes

Part 3:  Discover the Path by Tracing the Route

Step 1:  Use tracert to discover the IPv4 path.

  1. From PC1, trace the route to PC2.

PC> tracert 10.10.1.20

Questions:

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

  1. From PC2, trace the route to PC1.

Questions:

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.

  1. 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?

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

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

Questions:

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?

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

   CCNA 1 v7 & ITN 7.02   
Final Exam Answers
CCNA 1 7.02 - Modules 11 - 13
Modules 11 - 13 Exam Answers Online Test
CCNA 1 7.02 - Modules 14 - 15
Modules 14 - 15 Exam Answers Online Test
CCNA 1 ITN v7.02 - Packet Tracer Activities Answers & Solutions
11.5.5 Packet Tracer – Subnet an IPv4 Network Answers
11.7.5 Packet Tracer – Subnetting Scenario Answers
11.9.3 Packet Tracer – VLSM Design and Implementation Practice Answers
11.10.1 Packet Tracer – Design and Implement a VLSM Addressing Scheme Answers
11.10.2 Packet Tracer – Design and Implement a VLSM Addressing Scheme – Physical Mode
12.6.6 Packet Tracer – Configure IPv6 Addressing Answers
12.9.1 Packet Tracer – Implement a Subnetted IPv6 Addressing Scheme Answers
12.9.2 Packet Tracer – Configure IPv6 Addresses on Network Devices – Physical Mode Answers
13.2.6 Packet Tracer – Verify IPv4 and IPv6 Addressing Answers
13.2.7 Packet Tracer – Use Ping and Traceroute to Test Network Connectivity Answers
13.3.1 Packet Tracer – Use ICMP to Test and Correct Network Connectivity Answers
13.3.2 Packet Tracer – Use Ping and Traceroute to Test Network Connectivity – Physical Mode Answers
CCNA 1 ITN v7.02 - Student Lab Answers & Solutions
11.6.6 Lab – Calculate IPv4 Subnets Answers
11.10.2 Lab – Design and Implement a VLSM Addressing Scheme Answers
12.7.4 Lab – Identify IPv6 Addresses Answers
12.9.2 Lab – Configure IPv6 Addresses on Network Devices Answers
13.3.2 Lab – Use Ping and Traceroute to Test Network Connectivity Answers
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments