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]? Bui...