WileyCCNA20-Ch17-18
WileyCCNA20-Ch17-18
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.
The following diagram will be used for the Hands-on Labs 14.1 – 14.3
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
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
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
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