1.6.2 Packet Tracer - Configure Basic Router Settings - Physical Mode - ILM
1.6.2 Packet Tracer - Configure Basic Router Settings - Physical Mode - ILM
(Instructor Version)
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Topology
Addressing Table
Device Interface IP Address / Prefix Default Gateway
R1 G0/0/0
2001:db8:acad::1 /64 N/A
R1 G0/0/0
fe80::1 N/A
R1
G0/0/1 192.168.1.1 /24 N/A
R1 G0/0/1
2001:db8:acad:1::1 /64 N/A
R1 G0/0/1
fe80::1 N/A
R1
Loopback0 10.0.0.1 /24 N/A
R1 Loopback0
2001:db8:acad:2::1 /64 N/A
R1 Loopback0
fe80::1 N/A
PC-A NIC
2001:db8:acad:1::10 /64 fe80::1
Server NIC 192.168.0.10 /24 192.168.0.1
Server NIC
2001:db8:acad::10 /64 fe80::1
Blank Line - no additional information
Objectives
Part 1: Set Up the Topology and Initialize Devices
Part 2: Configure Devices and Verify Connectivity
Part 3: Display Router Information
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
Background / Scenario
This is a comprehensive Packet Tracer Physical Mode (PTPM) activity 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 use the IOS commands to retrieve
information from the device to answer questions about the router.
For review purposes, this activity provides the commands necessary for specific router configurations.
Instructions
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
R1(config-if)# no shutdown
R1(config-if)# exit
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
R1(config)# exit
o. Set the clock on the router.
R1# clock set 15:20:00 12 Nov 2020
p. 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 startup-
config command?
Type your answers here.
The contents of the running configuration in RAM would be erased during reload. As a result, the
router would boot up without a startup configuration and the user would be asked if they would
like to enter initial configuration dialog.
Close configuration window
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
--------------------------------------------------------------------------------
Suite Suite Current Type Suite Next reboot
--------------------------------------------------------------------------------
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 may vary but in this PTLC, it is isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
How much non-volatile random-access memory (NVRAM) does the router have?
Type your answers here.
Answers may vary, but in this PTLC, it is 32768K bytes of NVRAM.
How much Flash memory does the router have?
Type your answers here.
Answers may vary but in this PTLC, it has 3223551K bytes of flash memory.
b. The show commands often provide multiple screens of outputs. Filtering the output lets you 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 0x2102
Question:
What would be the boot process for the router on the next reload if the configuration register was 0x2142?
Type your answers here.
In most cases the configuration register will have a value of 0x2102 signifying that 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.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
!
username SSHadmin secret 5 $1$mERr$fuFUxOtVJZMfnQOcoB7vt/
!
!
no ip domain-lookup
ip domain-name ccna-lab.com
!
!
spanning-tree mode pvst
!
!
interface Loopback0
description loopback adapter
ip address 10.0.0.1 255.255.255.0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:2::1/64
!
interface GigabitEthernet0/0/0
description Connection to Server
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD::1/64
!
interface GigabitEthernet0/0/1
description Connection to S1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:1::1/64
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
ip flow-export version 9
!
!
ip access-list extended sl_def_acl
deny tcp any any eq telnet
deny tcp any any eq www
deny tcp any any eq 22
permit tcp any any eq 22
!
banner motd ^C Authorized Users Only! ^C
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
!
!
line con 0
exec-timeout 4 0
password 7 08654F471A1A0A565328232A60
login
!
line aux 0
!
line vty 0 4
exec-timeout 4 0
password 7 08654F471A1A0A56533D383D60
login local
transport input ssh
!
!
end
!
Questions:
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
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.
3
What command changed the status of the Gigabit Ethernet ports from administratively down to up?
Type your answers here.
no shutdown
b. Use the show ipv6 int brief command to verify IPv6 settings on R1.
R1# show ipv6 interface brief
GigabitEthernet0/0/0 [up/up]
FE80::1
2001:DB8:ACAD::1
GigabitEthernet0/0/1 [up/up]
FE80::1
2001:DB8:ACAD:1::1
Loopback0 [up/up]
FE80::1
2001:DB8:ACAD:2::1
Vlan1 [administratively down/down]
unassigned
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 11 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode
Question:
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?
Type your answers here.
Answers may vary. However, show ip interface brief or show interfaces or show startup-config would
provide the information.
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?
Type your answers here.
Answers may vary. show startup-config or show running-config or show interfaces or show protocols
will provide the information.
End of document
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 11 www.netacad.com