BSIT3E IGDOY Act1
BSIT3E IGDOY Act1
Topology
Addressing Table
Device Interface IP Address / Prefix Default Gateway
R1 G0/0/0 192.168.0.1 /24 N/A
R1 G0/0/0
2001:db8:acad::1 /64 N/A
R1 G0/0/0
fe80::1 N/A
R1
R1 G0/0/1
fe80::1 N/A
R1 G0/0/1
R1
2001:db8:acad:2::1 /64
N/A
R1 Loopback0
fe80::1
N/A
R1 Loopback0
Objectives
Part 1: Set Up the Topology and Initialize Devices
• Cable equipment to match the network topology.
• Initialize and restart the router and switch.
Part 2: Configure Devices and Verify Connectivity
• Assign static IPv4 and IPv6 information to the PC interfaces.
• Configure basic router settings.
• Configure the router for SSH.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 14 www.netacad.com
Lab - Configure Basic Router Settings
• Verify network connectivity.
Part 3: Display Router Information
• Retrieve hardware and software information from the router.
• Interpret the output from the startup configuration.
• Interpret the output from the routing table.
• Verify the status of the interfaces.
Background / Scenario
This is a comprehensive lab to review previously covered IOS router commands. In Parts 1 and 2, you will
cable the equipment and complete basic configurations and interface settings on the router.
In Part 3, you will use SSH to connect to the router remotely and utilize the IOS commands to retrieve
information from the device to answer questions about the router.
For review purposes, this lab provides the commands necessary for specific router configurations.
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: Make sure that the router and switch have been erased and have no startup configurations. Consult
with your instructor for the procedure to initialize and reload a router and switch.
Required Resources
• 1 Router (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
• 1 Switch (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
• 2 PCs (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
Note: The Gigabit Ethernet interfaces on Cisco 4221 routers are autosensing and an Ethernet straightthrough
cable may be used between the router and PC-B. If using another model Cisco router, it may be necessary to
use an Ethernet crossover cable.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 14 www.netacad.com
Lab - Configure Basic Router Settings
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 14 www.netacad.com
Lab - Configure Basic Router Settings
R1(config)#no ip domain-lookup
f. Encrypt the plaintext passwords.
R1(config)#service password-encryption
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 14 www.netacad.com
Lab - Configure Basic Router Settings
l. Assign $cisco!!VTY* as the vty password, configure the vty lines to accept SSH connections only,
configure sessions to disconnect after four minutes of inactivity, and enable login using the local
database.
R1(config)#line vty 0 4
R1(config-line)#transport input ssh
R1(config-line)#exec-timeout 4
R1(config-line)#login local
m. Create a banner that warns anyone accessing the device that unauthorized access is prohibited. n.
Enable IPv6 Routing
R1(config)#banner motd #Unauthorized access to this device is prohibited!#
o. Configure all three interfaces on the router with the IPv4 and IPv6 addressing information from the
addressing table above. Configure all three interfaces with descriptions. Activate all three interfaces.
R1(config)#interface g0/0/0
R1(config-if)#ip address 192.168.0.1 255.255.255.0
R1(config-if)#ipv6 add 2001:db8:acad::1/64
R1(config-if)#description Link to PC-B
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface g0/0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#ipv6 address 2001:db8:acad:1::1/64
R1(config-if)#description Link to PC-A
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface loopback 0
R1(config-if)#ip address 10.0.0.1 255.255.255.0
R1(config-if)#ipv6 address 2001:db8:acad:2::1/64
R1(config-if)#description Connect to loopback 0
R1(config-if)#exit
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 14 www.netacad.com
Lab - Configure Basic Router Settings
p. The router should not allow vty logins for two minutes if three failed login attempts occur within 60
seconds.
R1(config)#login block-for 120 attempts 3 within 60
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 14 www.netacad.com
Lab - Configure Basic Router Settings
r. Save the running configuration to the startup configuration file.
R1#copy running-config startup-config
Question:
What would be the result of reloading the router prior to completing the copy running-config
startupconfig command? Ty
This command lets you save your running configuration to the router’s startup configuration (NVRAM)
so it will survive a reload.pe your answers here.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 14 www.netacad.com
Lab - Configure Basic Router Settings
Type your answers here.
Using Tera Term on PC-A, open an SSH session to the R1 Loopback interface IPv6 address. Ensure that
the SSH radio button is selected and then click OK to connect to the router. Log in as SSHadmin with the
password 55Hadm!n2020. Note: The IPv6 address should be surrounded with square brackets, i.e. [IPv6
address]
Questions:
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 14 www.netacad.com
Lab - Configure Basic Router Settings
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 14 www.netacad.com
Lab - Configure Basic Router Settings
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
--------------------------------------------------------------------------------
Suite Suite Current Type Suite Next reboot
--------------------------------------------------------------------------------
FoundationSuiteK9 None None None
securityk9
appxk9
uck9
cme - srst
cube
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 14 www.netacad.com
Lab - Configure Basic Router Settings
------------------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------------
appxk9 None None None
uck9 None None None
securityk9 securityk9 Permanent securityk9
ipbase ipbasek9 Permanent ipbasek9
security securityk9 Permanent securityk9
ipbase ipbasek9 Permanent ipbasek9
What is the name of the IOS image that the router is running?
Type your answersisr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin here.
How much non-volatile random-access memory (NVRAM) does the router have?
Type your show version on 4321 router is: 32768K bytes of non-volatile configuration memory. answers
here.
How much Flash memory does the router have?
Type your4321 router is 3223551K bytes answers here.
b. The show commands often provide multiple screens of outputs. Filtering the output allows a user to
display certain sections of the output. To enable the filtering command, enter a pipe (|) character after a
show command, followed by a filtering parameter and a filtering expression. You can match the output
to the filtering statement by using the include keyword to display all lines from the output that contain
the filtering expression. Filter the show version command, using show version | include register to
answer the following question.
R1#show version | include register
Configuration register is 0x2142
What is the boot process for the router on the next reload?
In most cases (0x2102), the router will undergo a normal boot, load the IOS from the Flash memory, and
load the startup configuration from the NVRAM if present. If the config register is 0x2142, the router will
bypass the startup config and begin at the user-mode command prompt. If the initial boot fails, the
router goes into ROMMON mode
Type your answers here.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 14 www.netacad.com
Lab - Configure Basic Router Settings
How are passwords presented in the output?
Passwords are encrypted due to the service password-encryption command. The line console password
of
$cisco!!CON* is encrypted as 08654F471A1A0A565328232A60. The SSHadmin password of
55Hadm!n2020 is
encrypted as $1$mERr$fuFUxOtVJZMfnQOcoB7vt/.
Type your answers here.
Use the show startup-config | section vty command.
What is the result of using this command?
Shows the entire section that starts with the filtering expression
What code is used in the routing table to indicate a directly connected network?
Type Type your ansThe C designates a directly connected subnet. An L designates a local interface. Both
answers are correct. wers here.
your answers here.
How many route entries are coded with a C code in the routing table?
3
What command changed the status of the Gigabit Ethernet ports from administratively down to up?
no shutdown
b. Use the show ipv6 int brief command to verify IPv6 settings on R1.
Question:
c. On PC-B, change its configuration so that it no longer has a static IPv6 address. You may have to reboot
the machine. Then, issue the ipconfig command on PC-B to examine the IPv6 configuration.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 12 of 14 www.netacad.com
Lab - Configure Basic Router Settings
Questions:
Reflection Questions
1. In researching a network connectivity issue, a technician suspects that an interface was not enabled. What
show command could the technician use to troubleshoot this issue?
However, show ip interface brief or show startup-config would provide the information
Type your answers here.
2. In researching a network connectivity issue, a technician suspects that an interface was assigned an
incorrect subnet mask. What show command could the technician use to troubleshoot this issue?
show startup-config or show running-config
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 13 of 14 www.netacad.com
Lab - Configure Basic Router Settings
Type your answers here.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 14 of 14 www.netacad.com