5.1.3 Lab - Troubleshoot EIGRP For IPv6 - ILM
5.1.3 Lab - Troubleshoot EIGRP For IPv6 - ILM
5.1.3 Lab - Troubleshoot EIGRP For IPv6 - ILM
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Device Interface IPv6 Address/Prefix Length Link-Local Address
R1
G0/0/1 2001:db8:1d1::1/64 fe80::1:2
R1
S0/1/0 2001:db8:13::1/64 fe80::1:3
R2 G0/0/0 2001:db8:12::2/64 fe80::2:1
R2
G0/0/1 2001:db8:23::2/64 fe80::2:2
R2
Loopback 0 2001:db8:acad:2000::1/64 fe80::2:3
R2
Loopback 1 2001:db8:acad:2001::1/64 fe80::2:4
R3 G0/0/0 2001:db8:23::3/64 fe80::3:1
R3
G0/0/1 2001:db8:3d2::1/64 fe80::3:2
R3
S0/1/0 2001:db8:13::3/64 fe80::3:3
R3
Loopback 0 2001:db8:acad:3000::1/64 fe80::3:4
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
D1
Loopback 0 2001:db8:acad:1000::1/64 fe80::d1:2
D1
Loopback 1 2001:db8:acad:1001::1/64 fe80::d1:3
D1
Loopback 2 2001:db8:acad:1002::1/64 fe80::d1:4
D1
Loopback 3 2001:db8:acad:1003::1/64 fe80::d1:5
D2 G1/0/11 2001:db8:3d2::2/64 fe80::d2:1
D2
Loopback 0 2001:db8:acad:4000::1/64 fe80::d2:2
D2
Loopback 1 2001:db8:acad:4001::1/64 fe80::d2:3
Objectives
Troubleshoot network issues related to the configuration and operation of EIGRP for IPv6.
Background / Scenario
In this topology, R1, R2, R3, D1, and D2 are EIGRP neighbors. Switch D1 provides connectivity for a large
branch of the network, R2 provides connectivity for a small branch, R3 supports a single LAN enclave, and
switch D2 provides both an internet connection and an extranet connection. You will be loading configurations
with intentional errors onto the network. Your tasks are to FIND the error(s), document your findings and the
command(s) or method(s) used to fix them, FIX the issue(s) presented here and then test the network to
ensure both of the following conditions are met:
1) the complaint received in the ticket is resolved
2) full reachability is restored
Note: The routers used with CCNP hands-on labs are Cisco 4221 with Cisco IOS XE Release 16.9.4
(universalk9 image). The switches used in the labs are Cisco Catalyst 3650 with Cisco IOS XE Release
16.9.4 (universalk9 image). Other routers, switches, and Cisco IOS versions can be used. Depending on the
model and Cisco IOS version, the commands available and the output produced might vary from what is
shown in the labs. Refer to the Router Interface Summary Table at the end of the lab for the correct interface
identifiers.
Note: Make sure that the switches have been erased and have no startup configurations. If you are unsure,
contact your instructor.
Instructor Note: Refer to the Instructor Lab Manual for the procedures to initialize and reload devices.
Required Resources
3 Routers (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
2 Switches (Cisco 3560 with Cisco IOS XE Release 16.9.4 universal image or comparable)
1 PC (Choice of operating system with terminal emulation program installed)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
Instructions
Device Command
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
(G0/0/0) (G0/0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An example
of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be used in
Cisco IOS commands to represent the interface.
End of document
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
reload
}
tclquit
A1 (Cisco 2960 Script) - The default 2960 SDM template does not support IPv6, so this script includes that
setting.
tclsh
puts [ open "flash:reset.tcl" w+ ] {
typeahead "\n"
copy running-config startup-config
typeahead "\n"
erase startup-config
delete /force vlan.dat
delete /force multiple-fs
ios_config "sdm prefer lanbase-routing"
typeahead "\n"
puts "Reloading the switch in 1 minute, type reload cancel to halt"
typeahead "\n"
reload
}
tclquit
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
no shutdown
exit
interface loopback 1
ipv6 address fe80::2:4 link-local
ipv6 address 2001:db8:acad:2001::1/64
no shutdown
exit
ipv6 router eigrp 513
eigrp router-id 2.2.2.2
exit
interface g0/0/0
ipv6 eigrp 513
ipv6 summary-address eigrp 513 ::/0
exit
interface g0/0/1
ipv6 eigrp 513
ipv6 summary-address eigrp 513 ::/0
exit
interface loopback 0
ipv6 eigrp 513
exit
line con 0
logging synchronous
exec-timeout 0 0
exit
line vty 0 4
login local
transport input telnet
exit
alias exec reset.now tclsh flash:/enarsi/reset.tcl
end
}
tclquit
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
exit
alias exec reset.now tclsh flash:/enarsi/reset.tcl
end
}
tclquit
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 12 www.netacad.com
Lab - Troubleshoot EIGRP for IPv6
2020 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 12 of 12 www.netacad.com