Packet Tracer - Configure Initial Router Settings: Objectives
Packet Tracer - Configure Initial Router Settings: Objectives
Packet Tracer - Configure Initial Router Settings: Objectives
Objectives
Part 1: Verify the Default Router Configuration
Part 2: Configure and Verify the Initial Router Configuration Part
3: Save the Running Configuration File
Background
In this activity, you will perform basic router configuration tasks. You will secure access to the CLI and
console port using encrypted and plain-text passwords. You will also configure messages for users who are
logging into the router. These banners warn unauthorized users that access is prohibited. Finally, you will
verify and save your running configuration.
Router> enable
Router#
Notice that the prompt changed in the configuration to reflect privileged EXEC mode.
b. Enter the show running-config command.
Router# show running-config
Questions:
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com
Packet Tracer - Configure Initial Router Settings
How many Serial interfaces does the router have? 2
Type your answers here.
What is the range of values shown for the vty lines? 0-4
Type your answers here.
c. Display the current contents of NVRAM.
Router# show startup-config startup-config
is not present
Question:
Why does the router respond with the startup-config is not present message? It displays this
message because the configuration file was not saved to NVRAM. Currently it is only located in
RAM.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com
Packet Tracer - Configure Initial Router Settings
Password:
Questions:
Why should every router have a message-of-the-day (MOTD) banner? Every router should have a
banner to warn unauthorized users that access is prohibited. MOTD Banners can also be used to
send messages to network personnel (such as impending system shutdowns or who to contact
for access).
If you are not prompted for a password before reaching the user EXEC prompt, what console line
command did you forget to configure? R1(config-line)# login
Type your answers here.
d. Enter the passwords necessary to return to privileged EXEC mode.
Questions:
Why would the enable secret password allow access to the privileged EXEC mode and the enable
password no longer be valid? The enable secret password overrides the enable password. If both
are configured on the router, you must enter the enable secret password to enter privileged EXEC
mode.
If you configure any more passwords on the router, are they displayed in the configuration file as plain
text or in encrypted form? Explain. The service password-encryption command encrypts all current
and future passwords.
Type your answers here.
Close a configuration window
What command did you enter to save the configuration to NVRAM? copy running-config startup-
config
Type your answers here.
What is the shortest, unambiguous version of this command? copy r s
Type your answers here.
Type your answers here.
Close a configuration windowVerify that all of the parameters configured are recorded. If not, analyze the output and determine which commands were not executed or were entered incorrectly. You can also click Check Results in the instruction window.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com
Packet Tracer - Configure Initial Router Settings
a. Examine the contents of flash using the show flash command:
R1# show flash
Questions:
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com