0% found this document useful (0 votes)
1K views

10.1.4-Packet-Tracer - Configure-Initial-Router-Settings

Uploaded by

Petru Spînu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

10.1.4-Packet-Tracer - Configure-Initial-Router-Settings

Uploaded by

Petru Spînu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Packet Tracer - Configure Initial Router Settings

Packet Tracer - Configure Initial Router Settings


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.

Instructions
Part 1: Verify the Default Router Configuration
Step 1: Establish a console connection to R1.
a. Choose a Console cable from the available connections.
b. Click PCA and select RS 232.
c. Click R1 and select Console.

d. Click PCA > Desktop tab > Terminal.


e. Click OK and press ENTER. You are now able to configure R1.

Step 2: Enter privileged mode and examine the current configuration.


You can access all the router commands from privileged EXEC mode. However, because many of the
privileged commands configure operating parameters, privileged access should be password-protected to
prevent unauthorized use.
a. Enter privileged EXEC mode by entering the enable command.
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
Router>enable
Router#show running-config
Building configuration...
Current configuration : 1112 bytes
© 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
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
hostname Router
ip cef
no ipv6 cef
license udi pid CISCO1941/K9 sn FTX152459PZ
spanning-tree mode pvst
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
shutdown
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
interface Serial0/0/0
no ip address
clock rate 2000000
shutdown
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
interface FastEthernet0/1/0
switchport mode access
switchport nonegotiate
shutdown
interface FastEthernet0/1/1
switchport mode access
switchport nonegotiate
shutdown
interface FastEthernet0/1/2
switchport mode access
switchport nonegotiate
shutdown
interface FastEthernet0/1/3
switchport mode access
switchport nonegotiate
shutdown
interface Vlan1
no ip address
shutdown
ip classless
ip flow-export version 9
no cdp run
line con 0
© 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
line aux 0
line vty 0 4
login
end

What is the router’s hostname?


Answer: Hostname Router

How many Fast Ethernet interfaces does the Router have?


Answer: 4

How many Gigabit Ethernet interfaces does the Router have?


Answer: 2

How many Serial interfaces does the router have?


Answer: 2

What is the range of values shown for the vty lines?


Answer: 0 - 4

c. Display the current contents of NVRAM.


Router# show startup-config
startup-config is not present
Why does the router respond with the startup-config is not present message?
Answer: It displays this message because the configuration file was not saved to NVRAM.
Currently it is only located in RAM.

Part 2: Configure and Verify the Initial Router Configuration


To configure parameters on a router, you may be required to move between various configuration modes.
Notice how the prompt changes as you navigate through the IOS configuration modes.

Step 1: Configure the initial settings on R1.


Note: If you have difficulty remembering the commands, refer to the content for this topic. The commands are
the same as you configured on a switch.

a. Configure R1 as the hostname.


b. Configure Message of the day text: Unauthorized access is strictly prohibited.
c. Encrypt all plain text passwords.
Use the following passwords:
1) Privileged EXEC, unencrypted: cisco
2) Privileged EXEC, encrypted: itsasecret
3) Console: letmein

Step 2: Verify the initial settings on R1.


a. Verify the initial settings by viewing the configuration for R1.

What command do you use?

Answer: show running-config


b. Exit the current console session until you see the following message:
© 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
R1 con0 is now available

Press RETURN to get started.


c. Press ENTER; you should see the following message:
Unauthorized access is strictly prohibited.

User Access Verification

Password:

Why should every router have a message-of-the-day (MOTD) banner?


Answer: Every router should have a banner to warn unauthorized users that access is
prohibited but can also be used for sending messages to network personnel/technicians
(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?
Answer: R1(config-line)# login.

d. Enter the passwords necessary to return to privileged EXEC mode.

Why would the enable secret password allow access to the privileged EXEC mode and the enable
password no longer be valid?
Asnwer: 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.
Answer: The service password-encryption command encrypts all current and future
passwords.

Part 3: Save the Running Configuration File


Step 1: Save the configuration file to NVRAM.
a. You have configured the initial settings for R1. Now back up the running configuration file to NVRAM to
ensure that the changes made are not lost if the system is rebooted or loses power.

What command did you enter to save the configuration to NVRAM?


Answer: copy running-config startup-config.

What is the shortest, unambiguous version of this command?


Answer: copy r s.

Step 2: Optional: Save the startup configuration file to flash.


Although you will be learning more about managing the flash storage in a router in later chapters, you may be
interested to know that, as an added backup procedure, you can save your startup configuration file to flash.
By default, the router still loads the startup configuration from NVRAM, but if NVRAM becomes corrupt, you
can restore the startup configuration by copying it over from flash.
Complete the following steps to save the startup configuration to flash.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 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
How many files are currently stored in flash?
Answer: 3 files.

Which of these files would you guess is the IOS image?

Answer: c1900-universalk9-mz.SPA.151-4.M4.bin
Why do you think this file is the IOS image?
Answer: Because of the size and extension (.bin).
R1# copy startup-config flash
Destination filename [startup-config]
The router prompts you to store the file in flash using the name in brackets. If the answer is yes, then
press ENTER; if not, type an appropriate name and press ENTER.
b. Use the show flash command to verify the startup configuration file is now stored in flash.

© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 4 www.netacad.com

You might also like