10.6.12-Packet-Tracer - Use-Tftp-And-Flash-To-Manage-Configuration-Files - Physical-Mode
10.6.12-Packet-Tracer - Use-Tftp-And-Flash-To-Manage-Configuration-Files - Physical-Mode
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Objectives
Part 1: Cable the Network and Configure Basic Device Settings
Part 2: Use TFTP to Back Up and Restore the Switch Running
Configuration Part 3: Use TFTP to Back Up and Restore the Router
Running Configuration
Part 4: Back Up and Restore Running Configurations Using Router Flash Memory
Background / Scenario
Cisco networking devices are often upgraded or replaced for a number of reasons. It is
important to maintain backups of the latest device configurations, as well as a history of
configuration changes. A TFTP server is often used to back up configuration files and IOS images
in production networks. A TFTP server is a centralized and secure method used to store file
backups and restore them as necessary. Using a centralized TFTP server, you can back up files
from many different Cisco devices.
In addition to a TFTP server, most of the current Cisco routers can back up and restore files
locally from CompactFlash (CF) memory or a USB flash drive. The CF is a removable memory
module that has replaced the limited internal flash memory of earlier router models. The IOS
image for the router resides in the CF memory, and the router uses this IOS Image for the boot
process. With the larger size of the CF memory, additional files can be stored for back up
purposes. A removable USB flash drive can also be used for back up purposes.
In this Packet Tracer Physical Mode (PTPM) activity, you will use TFTP server software to back
up the running configuration of Cisco devices to the TFTP server. You will also back up the
running configuration to Flash.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 1 of www.netacad.co
Cisco Public m
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
Step 2: Use the CLI tab on the router to configure basic settings for the router.
a. Open a terminal to R1 from PC1. Click PC1 > Desktop tab > Terminal, and then click OK.
Step 3: Use the CLI tab on the switch to configure basic settings for the switch.
a. Open a terminal to S1 from PC2. Click PC2 > Desktop tab > Terminal, and then click OK.
b. Assign a device name to the switch.
c. Disable DNS lookup to prevent the router from attempting to translate incorrectly entered
commands as though they were host names.
d. Assign class as the privileged EXEC encrypted password.
e. Assign cisco as the console password and enable login.
f. Assign cisco as the vty password and enable login.
g. Encrypt the plaintext passwords.
h. Shut down all unused interfaces.
i. Configure interface VLAN 1 as specified in the Addressing Table.
j. Save the running configuration to the startup configuration file.
Note: Use the question mark (?) to help with the correct sequence of parameters needed to
execute this command.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 2 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
Step 4: Using the Desktop tab, configure the IP addressing information for Server1 and verify
connectivity with S1 and R1.
a. Ping from Server1 to S1.
b. Ping from Server1 to R1.
If the pings are not successful, troubleshoot the basic device configurations before
continuing.
Part 2: Use TFTP to Back Up and Restore the Switch Running Configuration
In this part, you will back up and restore the configuration for S1 to and from a TFTP server.
S1# copy ?
flash: Copy from flash: file system
ftp: Copy from ftp: file system
running-config Copy from current system configuration
scp: Copy from scp: file system
startup-config Copy from startup configuration
tftp: Copy from tftp: file system
S1# copy
b. Use the ? to display the destination options after a source file location is chosen. The
flash: file system for S1 is the source file system in this example.
S1# copy flash: ?
ftp: Copy to ftp: file system
running-config Update (merge with) current system configuration
scp: Copy to scp: file system
startup-config Copy to startup configuration
tftp: Copy to tftp: file system
S1# copy flash:
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 3 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
Step 3: Transfer the running-config file from S1 to the TFTP server on Server1.
a. From the privileged EXEC mode of S1, enter the copy running-config tftp: command.
Provide the remote host address of the TFTP server, 192.168.1.3. Press Enter to accept
the default destination filename (s1-confg) or provide your own filename. The
exclamation marks (!!) indicate the transfer process is in progress and is successful.
S1# copy running-config tftp:
Address or name of remote host []? 192.168.1.3
Destination filename [S1-confg]?
Writing running-config...!!
[OK - 1549 bytes]
Step 4: Modify the running configuration on the switch and copy the running configuration file
from the TFTP server to the switch.
a. On S1, create a banner that warns anyone accessing the device that unauthorized access is
prohibited.
b. From the privileged EXEC mode on S1, enter the copy tftp running-config command. Provide
the remote host address of the TFTP server, 192.168.1.3. Enter the filename, S1-confg.txt.
The exclamation mark (!) indicates the transfer process is in progress and is successful.
S1# copy tftp: running-config
Address or name of remote host []? 192.168.1.3
Source filename []? S1-confg
Destination filename [running-config]?
Accessing tftp://192.168.1.3/S1-confg...
Loading S1-confg from 192.168.1.3: !
[OK - 1525 bytes]
S1#
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 4 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
!
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 5 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
!
!
line con 0
password 7 0822455D0A16
login
!
<output omitted>
S1#
Note: Notice that the banner motd command was added after the running configuration was
copied to the TFTP server. It is still present after the running configuration was copied back
from the TFTP server.
If you do not erase the startup configuration, the procedure merges the running-config
from the TFTP server with the current running-config in the switch or router. If changes
were made to the current
running-config, the commands in the TFTP copy are added. Alternatively, if the same
command is issued, it updates the corresponding command in the current running-config of
the switch or router.
Part 3: Use TFTP to Back Up and Restore the Router Running Configuration
The backup and restore procedure from Part 2 can also be performed with a router. In Part 3,
the running configuration file will be backed up and restored using a TFTP server.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 6 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
Part 4: Back Up and Restore Configurations Using Router Flash Memory
Current generation Cisco routers do not have internal flash memory. The flash memory for these
routers uses CompactFlash (CF) memory. The use of CF memory allows for more available flash
memory and easier upgrades without the need to open the router case. Besides storing the
necessary files, such as IOS images, the CF memory can store other files, such as a copy of the
running configuration.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 7 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
Note: If the router does not use CF, the router may not have enough flash memory for storing
the backup copy of running configuration file. You should still read through the instructions
and become familiar with the commands.
b. Use dir command to verify that the running-config has been copied to flash.
R1# dir flash:
Directory of flash:/
c. Use the more command to view the running-config file in flash memory. Examine the file
output and scroll to the Interface section. Notice the no shutdown command is not included
with the GigabitEthernet0/1
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 8 www.netacad.
Packet Tracer - Use TFTP and Flash to Manage Configuration Files - Physical
interface. The interface is shut down when this file is used to update the running
configuration on the router.
R1# more flash:R1-running-config-backup
<output omitted>
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
<output omitted>
R1#
b. Use the show ip interface brief command to view the status of the interfaces.
R1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/1 192.168.1.1 YES manual administratively down down
Vlan1 unassigned YES NVRAM administratively down down
R1#
c. In Packet Tracer, the G0/0/1 interface will be administratively down. Enter interface
configuration mode and reactivate the interface. Your completion percentage should now
be 100%.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Page 9 www.netacad.