10.6.10 Packet Tracer – Back Up Configuration Files Answers

   CCNA 3 v7 & 7.02   
Final Exam Answers
This Modules 9 - 12
Modules 9 - 12 Exam Answers Online Test
Next Modules 13 - 14
Modules 13 - 14 Exam Answers Online Test
CCNA 3 ENSA v7.02 - Packet Tracer Activities Answers & Solutions
10.1.5 Packet Tracer – Use CDP to Map a Network Answers
10.2.6 Packet Tracer – Use LLDP to Map a Network Answers
10.3.4 Packet Tracer – Configure and Verify NTP Answers
10.6.10 Packet Tracer – Back Up Configuration Files Answers
10.6.12 Packet Tracer – Use TFTP and Flash to Manage Configuration Files – Physical Mode Answers
10.6.13 Packet Tracer – Research and Execute Password Recovery Procedures – Physical Mode Answers
10.7.6 Packet Tracer – Use a TFTP Server to Upgrade a Cisco IOS Image Answers
10.8.1 Packet Tracer – Configure CDP, LLDP, and NTP Answers
11.5.1 Packet Tracer – Compare Layer 2 and Layer 3 Devices Answers
12.5.13 Packet Tracer – Troubleshoot Enterprise Networks Answers
12.6.1 Packet Tracer – Troubleshooting Challenge – Document the Network Answers
12.6.2 Packet Tracer – Troubleshooting Challenge – Use Documentation to Solve Issues Answers
CCNA 3 ENSA v7.02 - Student Lab Answers & Solutions
10.4.10 Lab – Research Network Monitoring Software Answers
10.6.11 Lab – Use Tera Term to Manage Router Configuration Files Answers
10.6.12 Lab – Use TFTP, Flash, and USB to Manage Configuration Files Answers
10.6.13 Lab – Research Password Recovery Procedures Answers
10.8.2 Lab – Configure CDP, LLDP, and NTP Answers

Packet Tracer – Back Up Configuration Files (Answers Version)

Answers Note: Red font color or gray highlights indicate text that appears in the instructor copy only.

Objectives

Part 1: Establish Connectivity to TFTP Server

Part 2: Transfer the Configuration File from TFTP Server

Part 3: Backup Configuration and IOS to TFTP Server

Background / Scenario

In this activity you will restore a configuration from a backup and then perform a new backup. Due to an equipment failure, a new router has been put in place. Fortunately, backup configuration files have been saved to a Trivial File Transfer Protocol (TFTP) Server. You are required to restore the files from the TFTP Server to get the router back online as quickly as possible.

Instructions

Part 1:Establish Connectivity to the TFTP Server

Note: Because this is a new router, the initial configuration will be performed using a console connection to the router.

  1. Click PCA, then the Desktop tab, followed by Terminal to access the RTA command line.
  2. Configure and activate the Gigabit Ethernet 0/0 interface. The IP address should match the default gateway for the TFTP Server.

Router(config)# interface g0/0

Router(config-if)# ip address 172.16.1.1 255.255.255.0

Router(config-if)# no shut

  1. Test connectivity to TFTP Server. Troubleshoot, if necessary.

Part 2:Transfer the Configuration File from the TFTP Server

  1. From privileged EXEC mode, issue the following command:

Router# copy tftp running-config

Address or name of remote host []? 172.16.1.2

Source filename []? RTA-confg

Destination filename [running-config]? <cr>

The router should return the following:

Accessing tftp://172.16.1.2/RTA-confg

Loading RTA-confg from 172.16.1.2: !

[OK – 785 bytes]

785 bytes copied in 0.001 secs

RTA#

%SYS-5-CONFIG_I: Configured from console by console

RTA#

  1. Issue the command to display the current configuration.

Question:

What changes were made?

Type your answers here.

The configuration stored on the TFTP Server was loaded into the router and the hostname of the router changed to RTA.

  1. Issue the appropriate show command to display the interface status.

Question:

Are all interfaces active?

Type your answers here.

No, G0/1 is administratively down.

  1. Correct any issues related to interface problems and test connectivity between PCA and the TFTP server.

Part 3:Back Up Configuration and IOS to TFTP Server

  1. Change the hostname of RTA to RTA-1.
  2. Save the configuration to NVRAM.
  3. Copy the configuration to the TFTP Server using the copy command:

RTA-1# copy running-config tftp:

Address or name of remote host []? 172.16.1.2

Destination filename [RTA-1-confg]? <cr>

  1. Issue the command to display the files in flash.
  2. Backup the IOS in flash to the TFTP Server using the following command:

RTA-1# copy flash tftp:

Source filename []? c1900-universalk9-mz.SPA.151-4.M4.bin

Address or name of remote host []? 172.16.1.2

Destination filename [c1900-universalk9-mz.SPA.151-4.M4.bin]? <cr>

Question:

What special character repeatedly displays indicating that the IOS file is being copied to the TFTP server successfully?

Type your answers here.

The exclamation point !.

  1. Open the TFTP Server and click the Services tab, select TFTP, and scroll through the list of IOS files.

Question:

Has the IOS file c1900-universalk9-mz.SPA.151-4.M4.bin been copied to the TFTP Server?

Type your answers here.

Yes, the c1900-universalk9-mz.SPA.151-4.M4.bin file is listed in the files on the TFP server.

   CCNA 3 v7 & 7.02   
Final Exam Answers
This Modules 9 - 12
Modules 9 - 12 Exam Answers Online Test
Next Modules 13 - 14
Modules 13 - 14 Exam Answers Online Test
CCNA 3 ENSA v7.02 - Packet Tracer Activities Answers & Solutions
10.1.5 Packet Tracer – Use CDP to Map a Network Answers
10.2.6 Packet Tracer – Use LLDP to Map a Network Answers
10.3.4 Packet Tracer – Configure and Verify NTP Answers
10.6.10 Packet Tracer – Back Up Configuration Files Answers
10.6.12 Packet Tracer – Use TFTP and Flash to Manage Configuration Files – Physical Mode Answers
10.6.13 Packet Tracer – Research and Execute Password Recovery Procedures – Physical Mode Answers
10.7.6 Packet Tracer – Use a TFTP Server to Upgrade a Cisco IOS Image Answers
10.8.1 Packet Tracer – Configure CDP, LLDP, and NTP Answers
11.5.1 Packet Tracer – Compare Layer 2 and Layer 3 Devices Answers
12.5.13 Packet Tracer – Troubleshoot Enterprise Networks Answers
12.6.1 Packet Tracer – Troubleshooting Challenge – Document the Network Answers
12.6.2 Packet Tracer – Troubleshooting Challenge – Use Documentation to Solve Issues Answers
CCNA 3 ENSA v7.02 - Student Lab Answers & Solutions
10.4.10 Lab – Research Network Monitoring Software Answers
10.6.11 Lab – Use Tera Term to Manage Router Configuration Files Answers
10.6.12 Lab – Use TFTP, Flash, and USB to Manage Configuration Files Answers
10.6.13 Lab – Research Password Recovery Procedures Answers
10.8.2 Lab – Configure CDP, LLDP, and NTP Answers
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments