0% found this document useful (0 votes)
102 views8 pages

Restoring Configuration From A TFTP Server: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

The document discusses restoring a router's configuration from a TFTP server. It provides steps to copy the configuration file from the TFTP server to the router's running configuration, bring up any configured interfaces, and save the running configuration to startup to make it permanent.

Uploaded by

madanmohan22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views8 pages

Restoring Configuration From A TFTP Server: Khawar Butt Ccie # 12353 (R/S, Security, SP, DC, Voice, Storage & Ccde)

The document discusses restoring a router's configuration from a TFTP server. It provides steps to copy the configuration file from the TFTP server to the router's running configuration, bring up any configured interfaces, and save the running configuration to startup to make it permanent.

Uploaded by

madanmohan22
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

c

Restoring Configuration from a TFTP Server


KHAWAR BUTT
CCIE # 12353 [R/S, SECURITY, SP, DC, VOICE, STORAGE & CCDE]
Overview
 Restoring configuration from a TFTP Server
 Configuration Commands
 Lab Configuration c
Network Diagram

R1 R2
c
E 0/1 E 0/1

192.168.100.0/24

.19

TFTP Server
Restoring Configuration from a TFTP Server
 In case the startup-configuration is corrupted or the router
has crashed, you can restore the configuration file from a
TFTP Server. c

 You will need to “No shut” the interfaces after restoring the
file as they are shut by default.
 You should restore it into the Running-config and save it to
NVRAM.
Configuration Commands
 Restore the Running-config file from the TFTP Server using the following command:

R1#copy tftp running-config


Address or name of remote host []? 192.168.100.19 (IP Address of TFTP Server)
c
Source filename []? R1-Startup-config (The name the file on the TFTP server)
Destination filename [running-config]? running-config

 Bring the Physical Interfaces up

Interface E 0/1
no shut

 Save the Running-config file on the Router’s NVRAM using the following command:

R1#copy running-config startup-config


Lab Configuration
 R1 & R2 have lost their configs.
 Restore the configuration files that were saved to the TFTP
c
Server in the previous lab to the running config.
 Check the Physical interfaces that are configured and bring
them/it up. Make sure EIGRP is exchanging routes.
 Save the running configuration to the startup config.
Configuration Commands
R1 R2

Interface E 0/1 Interface E 0/1


ip address 192.168.100.1 255.255.255.0 ip address 192.168.100.2 255.255.255.0
no shut c no shut
! !
copy tftp running-config copy tftp running-config
Address or name of remote host []? 192.168.100.19 Address or name of remote host []? 192.168.100.19
Source filename []? R1-Startup-config Source filename []? R2-Startup-config
Destination filename []? running-config Destination filename[]? running-config
! !
copy running-config startup-config copy running-config startup-config
Whiteboard

You might also like