16.3.2 Lab - Troubleshoot IPv4 and IPv6 Static and Default Routes - ILM
16.3.2 Lab - Troubleshoot IPv4 and IPv6 Static and Default Routes - ILM
16.3.2 Lab - Troubleshoot IPv4 and IPv6 Static and Default Routes - ILM
Topology
Addressing Table
Device Interface IP Address / Prefix
R1 G0/0/0
2001:db8:acad::1 /64
R1
G0/0/1 192.168.0.17 /28
R1 G0/0/1
2001:db8:acad:16::1 /64
R1
Loopback1 172.16.1.1 /24
R1 Loopback1
2001:db8:acad:171::1 /64
R1
Loopback2 209.165.200.1 /25
R1 Loopback2
2001:db8:acad:209::1 /64
R2 G0/0/0 192.168.0.14 /28
R2 G0/0/0
2001:db8:acad::14 /64
R2
G0/0/1 192.168.0.30 /28
R2 G0/0/1
2001:db8:acad:16::2 /64
R2
Loopback1 172.16.2.1 /24
R2 Loopback1
2001:db8:acad:172::1 /64
R2
Loopback2 209.165.200.129 /25
R2 Loopback2
2001:db8:acad:210::1 /64
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
Objectives
Part 1: Evaluate Network Operation
Part 2: Gather information, create an action plan, and implement corrections
Background / Scenario
Instructor Note: Preconfiguration scripts for all the devices are located below. Cut and paste or otherwise use
these to pre-configure the equipment for the student.
Router R1
enable
config terminal
hostname R1
ipv6 unicast-routing
interface g0/0/1
ip address 192.168.0.17 255.255.255.240
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:16::1/64
no shutdown
interface g0/0/0
ip address 192.168.0.1 255.255.255.240
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad::1/64
no shutdown
interface loopback 1
ip address 172.16.1.1 255.255.255.0
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:171::1/64
interface loopback 2
ip address 209.165.200.1 255.255.255.128
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:209::1/64
!ip route 209.165.200.128 255.255.255.128 192.168.0.30
ip route 209.165.200.128 255.255.255.128 192.168.0.3
ip route 0.0.0.0 0.0.0.0 192.168.0.14 80
!ip route 0.0.0.0 0.0.0.0 192.168.0.14
!ip route 0.0.0.0 0.0.0.0 192.168.0.30 80
ip route 0.0.0.0 0.0.0.0 192.168.0.3
ipv6 route ::/0 2001:db8:acad:16::2
Router R2
enable
config terminal
hostname R2
no ip domain lookup
ipv6 unicast-routing
interface g0/0/0
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
Note: The routers used with CCNA 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 2960s with Cisco IOS Release 15.2(2)
(lanbasek9 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: Ensure that the routers and 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
2 Routers (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
2 Switches (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
1 PC (Windows with a terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
Instructions
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
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
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
Final Configuration
Router R1
enable
config terminal
hostname R1
ipv6 unicast-routing
interface g0/0/1
ip address 192.168.0.17 255.255.255.240
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:16::1/64
no shutdown
interface g0/0/0
ip address 192.168.0.1 255.255.255.240
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad::1/64
no shutdown
interface loopback 1
ip address 172.16.1.1 255.255.255.0
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:171::1/64
interface loopback 2
ip address 209.165.200.1 255.255.255.128
ipv6 address fe80::1 link-local
ipv6 address 2001:db8:acad:209::1/64
ip route 209.165.200.128 255.255.255.128 192.168.0.30
ip route 0.0.0.0 0.0.0.0 192.168.0.14
ip route 0.0.0.0 0.0.0.0 192.168.0.30 80
ipv6 route ::/0 2001:db8:acad:16::2
Router R2
enable
config terminal
hostname R2
no ip domain lookup
ipv6 unicast-routing
interface g0/0/0
ip address 192.168.0.14 255.255.255.240
ipv6 address fe80::2 link-local
ipv6 address 2001:db8:acad::14/64
no shutdown
interface g0/0/1
ip address 192.168.0.30 255.255.255.240
ipv6 address fe80::2 link-local
ipv6 address 2001:db8:acad:16::2/64
no shutdown
interface loopback 1
ip address 172.16.2.1 255.255.255.0
ipv6 address fe80::2 link-local
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 7 www.netacad.com
Lab - Troubleshoot IPv4 and IPv6 Static and Default Routers
Switch S1
enable
config terminal
hostname S1
interface range f0/1-3, f0/6-24, g0/1-2
shutdown
end
Switch S2
enable
config terminal
hostname S2
interface range f0/1-3, f0/6-24, g0/1-2
shutdown
end
2017 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 7 www.netacad.com