Hello
ppl, My name is Vasu Birla and in this part we will know that how can we take
backup of cisco switch configuration files and settings and after that how can
we restore all backup files , so let’s
do it ..
Here
is our topology on which we are going to perform this theory -
In
this part our task is transferring the
all configuration files to server - our
all backup will be seen in the server’s configuration mode
in TFTP files - as below picture
............
Now
go to switch and run show command - show run
then we will show all the
configuration files there
Sw1>en
Sw1#
show run
After
this you will see all the configuration files
Following
commands is for backup files of switch
sw1#copy
running-config?
sw1#copy
running-config startup-config
Destination
filename [startup-config]?
Building
configuration...
[OK]
sw1#copy
running-config ?
flash: Copy to flash file
startup-config Copy to startup configuration
tftp: Copy to current system configuration
sw1#copy
running-config tf
sw1#copy
running-config tftp:
Address
or name of remote host []? 192.168.1.10
Destination
filename [sw1-confg]?
.!!
[OK
- 1059 bytes]
1059
bytes copied in 3.02 secs (0 bytes/sec)
sw1#
sw1#
sw1#config
Configuring
from terminal, memory, or network [terminal]? n
%
This command is not supported by Packet Tracer.
sw1#
sw1#conf
t
Enter
configuration commands, one per line.
End with CNTL/Z.
sw1(config)#hostname
swichVasu
swichVasu(config)#
swichVasu(config)#^Z
swichVasu#
%SYS-5-CONFIG_I:
Configured from console by console
swichVasu#
swichVasu#copy
tf
swichVasu#copy
tftp: r
swichVasu#copy
tftp: running-config
Address
or name of remote host []? 192.168.1.10
Source
filename []? sw1-confg
Destination
filename [running-config]?
Accessing
tftp://192.168.1.10/sw1-confg...
Loading
sw1-confg from 192.168.1.10: !
[OK
- 1059 bytes]
1059
bytes copied in 0.005 secs (211800 bytes/sec)
sw1#
%SYS-5-CONFIG_I:
Configured from console by console
sw1#
sw1#
............................
...............
.......
So
you could see that we renamed switch but
after that we wanted to load old configuration then we restored backup filed
using some specified command - if you
have any doubt and wants to understand in more easy way - connect with me on vasubirla@gmail.com
Comments
Post a Comment