Stand-Alone Lab: Backup Using TFTP: Objective
Stand-Alone Lab: Backup Using TFTP: Objective
Lab Topology
The topology diagram below represents the NetMap in the Simulator.
Fa0/0 Fa0/0 S0/1 S0/0
Fa0/1
Fa0/2
Switch1
PC1
Command Summary
Command Description
configure terminal enters global configuration mode from privileged EXEC mode
copy running-config {startup-config | copies a device’s running configuration file to another
tftp | device:filename} destination
copy tftp {running-config | startup- copies a file from a TFTP server to another destination
config | device:filename}
enable enters privileged EXEC mode
end ends and exits configuration mode
The IP addresses and subnet masks used in this lab are shown in the tables below:
IP Addresses
Device Interface IP Address Subnet Mask
Router4 FastEthernet 0/0 24.37.2.1 255.255.255.0
Lab Tasks
Task 1: Configure Router4
This task involves configuring connectivity between the router that you want to back up and the TFTP
server.
1. On Router4, assign a host name of Router4.
2. On Router4, assign the appropriate IP address and subnet mask to the FastEthernet 0/0 interface;
refer to the IP Addresses table. Enable the interface.
Note: The ipconfig /ip ip-address subnet-mask and ipconfig /dg ip-address commands are not
standard PC commands; they are used only in the BOSS operating system (OS) running on the PCs
within NetSim.
4. From PC1, ping Router4’s FastEthernet 0/0 interface (24.37.2.1) to verify connectivity to the default
gateway. The ping should be successful.
2. When prompted for the address or name of the TFTP server, provide PC1’s IP address
(24.37.2.252), and then provide the name of the configuration file that will be stored on PC1. Name
the configuration file router4_config. The router will take a few seconds to establish the connection;
then you will see it copy the configuration file.
3. On PC1, display the configurations that are stored on the TFTP server. You should see the
configuration you just saved.
Note: The show tftp-configs command is not a standard PC command; it is only used in the BOSS
OS running on the PCs within NetSim.
2. On Router4, copy the configuration you stored on the TFTP server into the running configuration.
3. When Router4 prompts you for a name or an IP address, enter the IP address of the TFTP server
(24.37.2.252).
4. Enter the name of the configuration file (router4_config) that should be obtained from the TFTP
server.
5. Router4 will download the configuration and load it into the running configuration. You can verify
the load was successful by ensuring that the host name has been restored to what it was when the
configuration was saved.
Router>enable
Router#configure terminal
Router(config)#hostname Router4
2. On Router4, issue the following commands to assign the appropriate IP address and subnet mask to
the FastEthernet 0/0 interface and to enable the interface:
3. Connect to PC1, and issue the following commands to assign the IP address, subnet mask, and
default gateway:
Note: The ipconfig /ip ip-address subnet-mask and ipconfig /dg ip-address commands are not
standard PC commands; they are used only in the BOSS OS running on the PCs within NetSim.
4. From PC1, ping Router4’s FastEthernet 0/0 interface to verify connectivity to the default gateway.
The ping should be successful.
C:>ping 24.37.2.1
Router4(config-if)#end
Router4#copy running-config tftp
2. When prompted for the address or name of the TFTP server, provide PC1’s IP address and then
provide the name of the configuration file that will be stored on PC1. Name the configuration file
router4_config. The router will take a few seconds to establish the connection; then you will see it
copy the configuration file.
C:>show tftp-configs
Note: The show tftp-configs command is not a standard PC command; it is only used in the BOSS
OS running on the PCs within NetSim.
Router4#configure terminal
Router4(config)#hostname Bad_Router
2. On Router4, issue the following commands to copy the configuration you stored on the TFTP server
into the running configuration:
Bad_Router(config)#exit
Bad_Router#copy tftp running-config
3. When Router4 prompts you for a name or an IP address, enter the IP address of the TFTP server.:
4. On Router4, enter the name of the configuration file that should be obtained from the TFTP server:
Source filename[]?router4_config
5. Router4 will download the configuration and load it into the running configuration. You can verify
that the load was successful because the host name will be restored to what it was when the
configuration was saved.
Router4#
Copyright © 1996–2014 Boson Software, LLC. All rights reserved. NetSim software and documentation are protected by copyright law.