Backing Up and Restoring Cisco Switch Settings

|
Rather Have Fast and Secure Remote
Control?
|
Much like with Cisco routers, it’s generally a good idea to back up the configuration of your switches as well. The syntax to copy the configuration of a Catalyst 1900 series to a TFTP server is different than on a router, although it does following a similar “copy from to” format. The example below shows the configuration of a Catalyst 1912 being backed up to a TFTP server at address 192.168.1.31.
Cisco1912#copy nvram tftp://192.168.1.31/config-1912
Configuration upload is successfully completed
In this example, the contents of NVRAM (the configuration file) are copied to a TFTP server at 192.168.1.31, with a filename of config-1912. The command to copy this same configuration file from the TFTP server back to the switch is shown below.
Cisco1912#copy tftp://192.168.1.31/config-1912 nvram
TFTP successfully downloaded configuration file
Unlike with a Cisco router, a Cisco 1900 series switch does not allow you to upload its IOS image to a TFTP server. However, it does allow you to download a new IOS image from a TFTP server. The command to do so is listed below.
Cisco1912#copy tftp://192.168.1.31/cat1900EN_9_00.bin opcode
In this example, the image to be downloaded from the TFTP server is named cat1900EN_9_00.bin. The opcode command is used to instruct the switch to download the file into Flash memory.
Written by Dan DiNicolo - Visit WebsitePrevious post in CCNA Study Guide Chapter 03:
Configuring Spanning Tree Protocol Costs on a Cisco Switch
All Tutorials by Category:
- CCDA Study Guide
- CCNA Study Guide Chapter 01
- CCNA Study Guide Chapter 02
- CCNA Study Guide Chapter 03
- CCNA Study Guide Chapter 04
- CCNA Study Guide Chapter 05
- CCNA Study Guide Chapter 06
- CCNA Study Guide Chapter 07
- CCNA Study Guide Chapter 08
- CCNA Study Guide Chapter 09
- CCNA Study Guide Chapter 10
- CCNA Study Guide Chapter 11
- CCNA Study Guide Chapter 12
- Cognos
- Computer Hardware
A
C
D
E
F
G
H
I
L
M
N
Entire site Copyright © 1999-2007 2000Trainers.com, all rights reserved.
Content on this site may not be copied or reproduced in any way without permission.


