14.3.5 Packet Tracer - Basic Router Configuration Review
14.3.5 Packet Tracer - Basic Router Configuration Review
Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
R2 G0/0/0
2001:db8:acad:4::1 /64 N/A
R2 G0/0/0
fe80::2:a N/A
R2
G0/0/1 10.0.5.1 /24 N/A
R2 G0/0/1
2001:db8:acad:5::1 /64 N/A
R2 G0/0/1
fe80::2:b N/A
R2
S0/1/0 10.0.3.2 /24 N/A
R2 S0/1/0
2001:db8:acad:3::2 /64 N/A
R2 S0/1/0
fe80::1:c N/A
R2
S0/1/1 209.165.200.225 /30 N/A
R2 S0/1/1
2001:db8:feed:224::1/64 N/A
R2 S0/1/1
fe80::1:d N/A
PC2 NIC
2001:db8:acad:2::10 /64 fe80::1:b
PC3 NIC 10.0.4.10 /24 10.0.4.1
PC-3 NIC
2001:db8:acad:4::10 /64 fe80::2:a
PC4 NIC 10.0.5.10 /24 10.0.5.1
PC-4 NIC
2001:db8:acad:5::10 /64 fe80::2:b
Objectives
Part 1: Configure Devices and Verify Connectivity
Assign static IPv4 and IPv6 addresses to the PC interfaces.
Configure basic router settings.
Configure the router for SSH.
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
Background / Scenario
This activity requires you to configure the R2 router using the settings from the Addressing Table and the
specifications listed. The R1 router and the devices connected to it have been configured. This is a
comprehensive review of previously covered IOS router commands. In Part 1, you will complete basic
configurations and interface settings on the router. In Part 2, 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.
Instructions
Part 1: Configure Devices and Verify Connectivity
Step 1: Configure the PC interfaces.
a. Configure the IPv4 and IPv6 addresses on PC3 as listed in the Addressing Table.
b. Configure the IPv4 and IPv6 addresses on PC4 as listed in the Addressing Table.
Step 2: Configure the router.
Open configuration window
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
Password:
Question:
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
a. Use the show version command to answer questions about the router.
R2# show version
Cisco IOS XE Software, Version 03.16.05.S - Extended Support Release
Cisco IOS Software, ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version Version
15.5 (3)S5, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2017 by Cisco Systems, Inc.
Compiled Thu 19-Jan-17 11:24 by mcpre
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
--------------------------------------------------------------------------------
FoundationSuiteK9 None None None
securityk9
appxk9
uck9
cme - srst
cube
------------------------------------------------------------------------
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 answers here.
Image version isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin.
How much non-volatile random-access memory (NVRAM) does the router have?
Type your answers here.
32768K bytes of NVRAM.
How much Flash memory does the router have?
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
What is the boot process for the router on the next reload?
Type your answers here.
Answers may vary. 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.
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
What code is used in the routing table to indicate a directly connected network?
Type your answers here.
The C designates a directly connected subnet. An L designates a local interface. Both answers are
correct.
How many route entries are coded with a C code in the routing table?
Type your answers here.
4
What command changed the status of the Gigabit Ethernet ports from administratively down to up?
Type your answers here.
no shutdown
What filtering command would you use to display only the interfaces with addresses assigned?
Type your answers here.
show ip interface brief | exclude unassigned
b. Use the show ipv6 int brief command to verify IPv6 settings on R2.
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
Answer Scripts
Router R2
enable
configure terminal
service password-encryption
hostname R2
enable secret 5 $1$mERr$8fT8JFfxitttQEg7btAoQ.
ipv6 unicast-routing
username SSHadmin secret 5 $1$mERr$MCjOzJZmK//VUxTKHsS1K1
no ip domain-lookup
ip domain-name ccna-lab.com
interface GigabitEthernet0/0/0
description Link to LAN 3
ip address 10.0.4.1 255.255.255.0
ipv6 address FE80::2:A link-local
ipv6 address 2001:DB8:ACAD:4::1/64
no shutdown
interface GigabitEthernet0/0/1
description Link to LAN 4
ip address 10.0.5.1 255.255.255.0
ipv6 address FE80::2:B link-local
ipv6 address 2001:DB8:ACAD:5::1/64
no shutdown
interface Serial0/1/0
description Link to R1
ip address 10.0.3.2 255.255.255.0
ipv6 address FE80::1:C link-local
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 10 www.netacad.com
Packet Tracer - Basic Router Configuration Review
2019 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 10 www.netacad.com