Lab 4 - Build A Switch and Router Network
Lab 4 - Build A Switch and Router Network
Course: NWC204
Semester: FA24
Class:
Name:
Student ID:
Topology
Addressing Table
Device Interface IP Address / Prefix Default Gateway
R1 G0/0/0
2024:fa:c204::1/64
N/A
R1 G0/0/0
fe80::1
R1
G0/0/1 10.19.1.1 /24 N/A
N/A
R1 G0/0/1
2024:fa:c204:1::1/64
N/A
R1 G0/0/1
fe80::1
S1 VLAN 1 10.19.1.2 /24 10.19.1.1
PC-A NIC 10.19.1.3 /24 10.19.1.1
PC-A NIC
2024:fa:c204:1::3/64 fe80::1
PC-B NIC 10.19.0.3 /24 10.19.0.1
PC-B NIC
2024:fa:c204::3/64 fe80::1
Objectives
Part 1: Set Up the Topology and Initialize Devices
Part 2: Configure Devices and Verify Connectivity
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com
Lab 4 - Build a Switch and Router Network
Background / Scenario
This is a comprehensive lab to review previously covered IOS commands. In this lab, you will cable the
equipment as shown in the topology diagram. You will then configure the devices to match the addressing
table. After the configurations have been saved, you will verify your configurations by testing for network
connectivity.
After the devices have been configured and network connectivity has been verified, you will use IOS
commands to retrieve information from the devices to answer questions about your network equipment.
This lab provides minimal assistance with the actual commands necessary to configure the router. Test your
knowledge by trying to configure the devices without referring to the content or previous activities.
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. Consult
with your instructor for the procedure to initialize and reload a router and switch.
The default bias template used by the Switch Database Manager (SDM) does not provide IPv6 address
capabilities. Verify that SDM is using either the dual-ipv4-and-ipv6 template or the lanbase-routing
template. The new template will be used after reboot even if the configuration is not saved.
S1# show sdm prefer
Use the following commands to assign the dual-ipv4-and-ipv6 template as the default SDM template.
S1# configure terminal
S1(config)# sdm prefer dual-ipv4-and-ipv6 default
S1(config)# end
S1# reload
Instructions
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Lab 4 - Build a Switch and Router Network
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Lab 4 - Build a Switch and Router Network
What code is used in the routing table to indicate a directly connected network?
Type your answers here.
How many route entries are coded with a C code in the routing table?
Type your answers here.
What interface types are associated to the C coded routes?
Type your answers here.
b. Use the show ipv6 route command on router R1 to display the IPv6 routes.
Step 3: Display a summary list of the interfaces on the router and switch.
There are several commands that can be used to verify an interface configuration. One of the most useful of
these is the show ip interface brief command. The command output displays a summary list of the
interfaces on the device and provides immediate feedback to the status of each interface.
a. Enter the show ip interface brief command on the router R1.
R1# show ip interface brief
b. To see the IPv6 interface information, enter the show ipv6 interface brief command on R1.
R1# show ipv6 interface brief
Close configuration window
c.
Open configuration window
Enter the show ip interface brief command on the switch S1.
S1# show ip interface brief
Close configuration window
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Lab 4 - Build a Switch and Router Network
Reflection Questions
1. By default, interfaces on a router are typically kept down or administratively shut down for what reasons?
2. What would happen if you had changed interface G0/0/1 on the router with an IP address of 10.19.1.254?
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com