12.9.2 Packet Tracer - Implement A Subnetted IPv6 Addressing Scheme
12.9.2 Packet Tracer - Implement A Subnetted IPv6 Addressing Scheme
Addressing Table
Link-local
Device Interface IPv6 Address
Address
Objectives
Step 1: Determine IPv6 subnets and addressing scheme.
Step 2: Configure IPv6 addressing on routers and PCs.
Step 3: Verify IPv6 connectivity.
Background / Scenario
Network administrators must know how to implement IPv6 in their networks. You have been asked to set up a
network for use by the sales staff for a customer demonstration. The network will use a series of consecutive
IPv6 subnets for four LANs. Your job is to assign the subnets to the LANs and configure the routers and PCs
with IPv6 addressing. Make certain to configure all the necessary components for IPv6 routing on the routers.
Instructions
Step 1: Determine IPv6 subnets and addressing scheme.
You have been given the IPv6 subnet 2001:db8:acad:00c8::/64 as the starting subnet. You will need four
more subnets for each network that is required. Increment the subnet addresses consecutively by one to
arrive at the four required subnets. Complete the table below.
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Packet Tracer - Implement a Subnetted IPv6 Addressing Scheme
Subnet Table
Subnet Address
Device Configuration
Router R1
enable
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:c8::1/64
no shutdown
interface GigabitEthernet0/1
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:c9::1/64
no shutdown
interface Serial0/0/0
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:cc::1/64
no shutdown
Router R2
enable
configure terminal
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Packet Tracer - Implement a Subnetted IPv6 Addressing Scheme
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 address fe80::2 link-local
ipv6 address 2001:db8:acad:ca::1/64
no shutdown
interface GigabitEthernet0/1
ipv6 address fe80::2 link-local
ipv6 address 2001:db8:acad:cb::1/64
no shutdown
interface Serial0/0/0
ipv6 address fe80::2 link-local
ipv6 address 2001:db8:acad:cc::2/64
no shutdown
end
2013 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com