0% found this document useful (0 votes)
4 views4 pages

WileyCCNA20-Ch17-18

The document contains labs focused on IPv6 configuration and SPAN, including written questions on ICMPv6, EUI-64 address conversion, and hands-on labs for manual and stateful autoconfiguration, static routing, and OSPFv3. It provides step-by-step instructions for configuring IPv6 addresses on routers, verifying configurations, and setting up SPAN sessions for traffic monitoring. The labs aim to enhance understanding of IPv6 networking concepts and practical skills in routing and monitoring.

Uploaded by

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

WileyCCNA20-Ch17-18

The document contains labs focused on IPv6 configuration and SPAN, including written questions on ICMPv6, EUI-64 address conversion, and hands-on labs for manual and stateful autoconfiguration, static routing, and OSPFv3. It provides step-by-step instructions for configuring IPv6 addresses on routers, verifying configurations, and setting up SPAN sessions for traffic monitoring. The labs aim to enhance understanding of IPv6 networking concepts and practical skills in routing and monitoring.

Uploaded by

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

Chapter 17-18 Labs: IPv6 and SPAN

Written Lab 14.1


In this section, write the answers to the following IPv6 questions:

1. Which two ICMPv6 types are used for testing IPv6 reachability?
2. What is the corresponding Ethernet address for FF02:0000:0000:0000:0000:0001:FF17:FC0F?
3. Which type of address is not meant to be routed?
4. What type of address is this: FE80::/10?
5. Which type of address is meant to be delivered to multiple interfaces?
6. Which type of address identifies multiple interfaces, but packets are delivered only to the first
address it finds?
7. Which routing protocol uses multicast address FF02::5?
8. IPv4 had a loopback address of 127.0.0.1. What is the IPv6 loopback address?
9. What does a link-local address always start with?
10. Which IPv6 address is the all-router multicast group?
Written Lab 14.2
In this section, you will practice inverting the 7th bit of a EUI-64 address. Use the prefix
2001:db8:1:1/64 for each address.

1. Convert the following MAC address into a EUI-64 address: 0b0c:abcd:1234.


2. Convert the following MAC address into a EUI-64 address: 060c:32f1:a4d2.
3. Convert the following MAC address into a EUI-64 address: 10-bc-ab-cd-12-34.
4. Convert the following MAC address into a EUI-64 address: 0d01:3a2f:1234.
5. Convert the following MAC address into a EUI-64 address: 0a0c.abac.caba.

The following diagram will be used for the Hands-on Labs 14.1 – 14.3

Hands-on Lab 14.1: Manual and Stateful Autoconfiguration


In this lab, you will configure the C router with manual IPv6 addresses on the Fa0/0 and Fa0/1
interfaces and then configure the other routers to automatically assign themselves an IPv6 address.
1. Log in to the C router and configure IPv6 addresses on each interface based on the subnets (1
and 2) shown in the graphic.

Lammle, T. (2016). CCNA Routing and Switching Complete Study Guide: Exam 100-105, Exam 200-
105, Exam 200-125
Chapter 17-18 Labs: IPv6 and SPAN
C(config)#ipv6 unicast-routing
C(config)#int Gig0/0/0
C(config-if)#ipv6 address 2001:db8:3c4d:1::1/64
C(config-if)#int Gig0/0/1
C(config-if)#ipv6 address 2001:db8:3c4d:2::1/64
2. Verify the interfaces with the show ipv6 route and show ipv6 int brief commands.
C(config-if)#do show ipv6 route
[output cut]
C 2001:DB8:3C4D:1::/64 [0/0]
via ::, FastEthernet0/0
C 2001:DB8:3C4D:2::/64 [0/0]
via ::, FastEthernet0/0
C(config-if)#sh ipv6 int brief
FastEthernet0/0 [up/up]
FE80::20D:BDFF:FE3B:D80
2001:DB8:3C4D:1::1
FastEthernet0/1 [up/up]
FE80::20D:BDFF:FE3B:D81
2001:DB8:3C4D:2::1

3. Go to your other routers and configure the Fa0/0 on each router to autoconfigure an IPv6
address. You may have to manually assign addresses to the router interfaces using EUI-64
Example: (config-if)#ipv6 address 2001:db8:3c4d:[1 or 2]::/64 eui-64
A(config)#ipv6 unicast-routing
A(config)#int f0/0 [or gig 0/0/0]
A(config-if)#ipv6 address 2001:db8:3c4d:1::/64 eui-64
A(config-if)#no shut
B(config)#ipv6 unicast-routing
B(config)#int fa0/0 [or gig 0/0/0]
B(config-if)#ipv6 address 2001:db8:3c4d:1::/64 eui-64
B(config-if)#no shut
D(config)#ipv6 unicast-routing
D(config)#int fa0/0 [or gig 0/0/0]
D(config-if)#ipv6 address 2001:db8:3c4d:2::/64 eui-64
D(config-if)#no shut
E(config)#ipv6 unicast-routing
E(config)#int fa0/0 [or gig 0/0/0]
E(config-if)#ipv6 address 2001:db8:3c4d:2::/64 eui-64
E(config-if)#no shut

4. Verify that your routers received an IPv6 address.


A#sh ipv6 int brief FastEthernet0/0 [up/up]
FE80::20D:BDFF:FE3B:C20 2001:DB8:3C4D:1:20D:BDFF:FE3B:C20
Continue to verify your addresses on all your other routers.
5. In Packet Tracer or on a laptop, connect a PC and set the IPv6 address to be DHCP. The end-
point should get an EUI-64 address.
Submit screenshots of: LabC “show ipv6 int brief” and PC “ipconfig /all”

Lammle, T. (2016). CCNA Routing and Switching Complete Study Guide: Exam 100-105, Exam 200-
105, Exam 200-125
Chapter 17-18 Labs: IPv6 and SPAN

Hands-on Lab 14.2: Static and Default Routing


Router C is directly connected to both subnets, so no routing of any type needs to be configured.
However, all the other routers are connected to only one subnet, so at least one route needs to be
configured on each router.
1. On the A router, configure a static route to the 2001:db8:3c4d:2::/64 subnet to C’s IP address.
A(config)#ipv6 route 2001:db8:3c4d:2::/64 2001:db8:3c4d:1::1
2. On the B router, configure a default route to C.
B(config)#ipv6 route ::/0 2001:db8:3c4d:1::1
3. On the D router, create a static route to the remote subnet.
D(config)#ipv6 route 2001:db8:3c4d:1::/64 2001:db8:3c4d:2::1
4. On the E router, configure another default route.
E(config)# ipv6 route ::/0 2001:db8:3c4d:2::1

5. Verify your configurations with show running-config and show ipv6 route.
6. Ping from router D to router A. First, you need to get router A’s IPv6 address with a show ipv6
int brief command. Suggestion: Copy and paste the addresses! Here is an example:
A#sh ipv6 int brief
FastEthernet0/0 [up/up]
FE80::20D:BDFF:FE3B:C20
2001:DB8:3C4D:1:20D:BDFF:FE3B:C20
7. Now go to router D and ping the IPv6 address from router A:
D#ping ipv6 2001:DB8:3C4D:1:20D:BDFF:FE3B:C20
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:DB8:3C4D:1:20D:BDFF:FE3B:C20, timeout is
2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/2/4 ms

Submit a screenshot of “show ipv6 route”


Hands-on Lab 14.3: OSPFv3
In this lab, you’ll add OSPFv3 to your routers.
1. Before you start configuring OSPF, you need to remove any static and default routing you have configured on your
routers.
A(config)#no ipv6 route 2001:db8:3c4d:2::/64 2001:db8:3c4d:1::1
B(config)#no ipv6 route ::/0 2001:db8:3c4d:1::1
D(config)#no ipv6 route 2001:db8:3c4d:1::/64 2001:db8:3c4d:2::1
E(config)#no ipv6 route ::/0 2001:db8:3c4d:2::1
2. Go to each router and configure each interface with IPv6 OSPFv3. If you don’t haveIPv4 configured on your routers,
you’ll need to create a RID at global configuration mode.
A(config)#ipv6 router ospf 1
A(config-rtr)#router-id 1.1.1.1
A(config-rtr)#int f0/0
A(config-if)#ipv6 ospf 1 area 0
B(config)#ipv6 router ospf 1
B(config-rtr)#router-id 2.2.2.2

Lammle, T. (2016). CCNA Routing and Switching Complete Study Guide: Exam 100-105, Exam 200-
105, Exam 200-125
Chapter 17-18 Labs: IPv6 and SPAN

B(config-rtr)#int f0/0
B(config-if)#ipv6 ospf 1 area 0
C(config)#ipv6 router ospf 1
C(config-rtr)#router-id 3.3.3.3
C(config-rtr)#int f0/0
C(config-if)#ipv6 ospf 1 area 0
C(config-if)#int fa0/1
C(config-if)#ipv6 ospf 1 area 0
D(config)#ipv6 router ospf 1
D(config-rtr)#router-id 4.4.4.4
D(config-rtr)#int f0/0
D(config-if)#ipv6 ospf 1 area 0
E(config)#ipv6 router ospf 1
E(config-rtr)#router-id 5.5.5.5
E(config-rtr)#int f0/0
E(config-if)#ipv6 ospf 1 area 0
Submit a screenshot of LabC “show ipv6 neighbors”
SPAN Hands-on Lab
In this lab, you will follow the configuration from the textbook for configuring SPAN:
You need to specify a source port where you want to capture the data. You can either configure the
interface Fa0/1 to capture the ingress traffic or configure the interface Fa0/3 to capture the egress
traffic—your choice. Next, specify the destination port interface where the sniffer is connected and will
capture the data, in this example, Fa0/2. The traffic flowing from PC1 to PC2 will then be copied to
that interface and you’ll be able to analyze it with a traffic sniffer.
1. Associate a SPAN session number with the source port of what you want to monitor.
S1(config)#monitor session 1 source interface f0/1

2. Associate a SPAN session number of the sniffer with the destination interface.
S1(config)#monitor session 1 dest interface f0/2

3. Verify that the SPAN session has been configured correctly. Now you can connect a a SEIM
tool or network analyzer to f0/2.
S1(config)#do sh monitor
Session 1
Type : Local Session
Source Ports :
Both : Fa0/1
Destination Ports : Fa0/2
Encapsulation : Native
Ingress : Disabled
Submit a screenshot of “show monitor”

Lammle, T. (2016). CCNA Routing and Switching Complete Study Guide: Exam 100-105, Exam 200-
105, Exam 200-125

You might also like