12.7.4 Lab
12.7.4 Lab
Topology
Objectives
Part 1: Practice with Different Types of IPv6 Addresses
Part 2: Examine a Host IPv6 Network Interface and Address
Background / Scenario
With the depletion of the Internet Protocol version 4 (IPv4) network address space and the adoption and
transition to IPv6, networking professionals must understand how both IPv4 and IPv6 networks function.
Many devices and applications already support IPv6. This includes extensive Cisco device Internetwork
Operating System (IOS) support and workstation/server operating system support, such as that found in
Windows and Linux.
This lab focuses on IPv6 addresses and the components of the address. In Part 1, you will identify the IPv6
address types and IPv6 addresses abbreviation. In Part 2, you will view the IPv6 settings on a PC.
Required Resources
• 1 PC (Windows with Internet access)
Instructions
© 2014 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com
Lab – Identify IPv6 Addresses
e. Multicast address
© 2014 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Lab – Identify IPv6 Addresses
b. In the Category View, click Network and Sharing Center icon. Click View network status and tasks.
c. In the Network and Sharing Center window, you will see your active networks.
d. On the left side of the window, click Change adapter settings. You should now see icons representing
your installed network adapters. Right-click your active network interface (it may be an Ethernet or a Wi-
Fi), and then click Properties.
e. In the Properties window, scroll through the list of items to determine whether IPv6 is present, which
indicates that it is installed, and if it is also check marked, which indicates that it is active.
f. Select the item Internet Protocol Version 6 (TCP/IPv6) and click Properties. You should see the IPv6
settings for your network interface. Your IPv6 properties window is likely set to Obtain an IPv6 address
automatically. This does not mean that IPv6 relies on the Dynamic Host Configuration Protocol (DHCP).
Instead of using DHCP, IPv6 looks to the local router for IPv6 network information and then auto-
configures its own IPv6 addresses. To manually configure IPv6, you must provide the IPv6 address, the
subnet prefix length, and the default gateway. Click Cancel to exit the properties windows.
Note: The local router can refer host requests for IPv6 information, especially Domain Name System
(DNS) information, to a DHCPv6 server on the network.
g. After you have verified that IPv6 is installed and active on your PC, you should check your IPv6 address
information.
Open a command prompt and type ipconfig /all and press Enter. Your output should look similar to this:
C:\Users\user> ipconfig /all
Windows IP Configuration
<output omitted>
h. You can see from the output that the client PC has an IPv6 link-local address with a randomly generated
interface ID.
© 2014 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Lab – Identify IPv6 Addresses
Questions:
What does it indicate about the network regarding IPv6 global unicast address, IPv6 unique-local
address, or IPv6 gateway address?
1. IPv6 Global Unicast Address: These are globally routable and reachable in the IPv6 Internet,
similar to public IPv4 addresses. They are equivalent to public IPv4 addresses and play a
significant role in the IPv6 addressing architecture. The first three bits of a global unicast address
are set to 001, so the address prefix of a global IPv6 address is 2000::/3.
2. IPv6 Unique-Local Address: A unique local address (ULA) is an IPv6 address in the address
range fc00:: / 7. These addresses are non-globally reachable, meaning they are routable only
within the scope of private networks, but not the global IPv6 Internet. They are somewhat
analogous to IPv4 private network addressing, but with significant differences.
3. IPv6 Gateway Address: An IPv6 gateway defines the edge of a network and the protocols and
configurations in use, translating and routing information. The default gateway for an IPv6 will
show up as a link-local address (fe80::) used for router advertisements and IPv6 auto
configuration. It is a valid address but it’s not routable, meaning only your link can get to it.
What kind of IPv6 addresses did you find when using ipconfig /all?
Type you
r answers here.
Reflection Questions
1. How do you think you must support IPv6 in the future?
Type your answers here.
-Address Space: IPv6 provides a much larger address space compared to IPv4. This is
increasingly important as more devices come online and the IPv4 address space becomes
insufficient.
-Efficiency: IPv6 has been designed to be more efficient in terms of packet processing, routing,
and network configuration. For instance, the IPv6 header has been simplified and made more
consistent to improve routing efficiency.
-Security: IPv6 includes mandatory support for IPsec, a protocol suite for securing Internet
Protocol (IP) communications.
-Quality of Service (QoS): IPv6 has better support for QoS handling for the real-time
transmission of video, voice, etc.
-Mobility: IPv6 was designed from the ground up to support mobile devices better.
© 2014 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Lab – Identify IPv6 Addresses
2. Do you think IPv4 networks continue on, or will everyone eventually switch over to IPv6? How long do you
think it will take?
Type your answers here.
I believe that the transition from IPv4 to IPv6 is inevitable due to the limited number of IPv4
addresses. As the Internet continues to grow, the need for more IP addresses will only increase.
However, I also understand that this transition won’t happen overnight. It requires significant
changes in infrastructure and software, which can be costly and time-consuming. Therefore, I
think it’s likely that IPv4 and IPv6 will coexist for some time. While the adoption of IPv6 is
growing, I anticipate that it will take several more years before we see widespread adoption.
End of document
© 2014 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com