0% found this document useful (0 votes)
6 views

8.3 Using TFTP To Backup and Restore A Configuration File

Uploaded by

jemsson66
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

8.3 Using TFTP To Backup and Restore A Configuration File

Uploaded by

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

Cisco Certified Network Associate

Routing and Switching

Backup and Restore a Configuration File


Cisco Router: Using TFTP to Backup and Restore a Configuration File
1. Copy the running configuration file to the TFTP server

nirbhoy#copy running-configtftp:
Address or name of remote host []? 192.168.16.2
Destination filename [nirbhoy-confg]? 04-04-2019.conf

Writing running-config...!!
[OK - 699 bytes]

699 bytes copied in 0 secs


nirbhoy#

CISCO File
0x2102 = Configured, Memory, IOS, Running, Staff
0x2142 = Password
2. Copy/Restore the configuration file from the TFTP server to a router in privileged (enable)
mode which has a basic configuration.

Press Power Button and Restarted

When restart press Ctrl+ Pause Break Key


Self-decompressing the image:
##############################
monitor: command "boot" aborted due to user interrupt
rommon 1 >confreg 0x2142
rommon 2 > reset
System Bootstrap, Version 12.1(3r) T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC.
c2811 processor with 524288 Kbytes of main memory
Main memory is configured to 64-bit mode with ECC enabled

Readonly ROMMON initialized

Self-decompressing the image:


################################################################
[OK]

Restricted Rights Legend

Use, duplication, or disclosure by the Government is


subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.


170 West Tasman Drive
San Jose, California 95134-1706

Cisco Internetwork Operating System Software


IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE S
OFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang

PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of


memory
.
Processor board ID PT0123 (0123)
PT2005 processor: part number 0, mask 01
Bridging software.
X.25 software, Version 3.0.0.
4 FastEthernet/IEEE 802.3 interface(s)
2 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)
--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!
Router>
Router is ready to without configuration….
At first set interface IP
Router>
Router>en
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.16.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed
state to up
Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#ping 192.168.16.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.16.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
Router#
3. Restore the configuration file from the TFTP server

Router#copytftp: running-config
Address or name of remote host []? 192.168.16.2
Source filename []? 04-04-2019.conf
Destination filename [running-config]?
Accessing tftp://192.168.16.2/04-04-2019.conf...
Loading 04-04-2019.conf from 192.168.16.2: !
[OK - 699 bytes]
699 bytes copied in 0 secs
nirbhoy#
%SYS-5-CONFIG_I: Configured from console by console
nirbhoy#
SALEH IN NIRBHOY | 01960079057

You might also like