Saving The Configuration; Copying Files; Backing Up The Current Configuration - Cisco MDS 9020 Configuration Manual

Fabric switch
Hide thumbs Also See for MDS 9020:
Table of Contents

Advertisement

Working with Configuration Files
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m

Saving the Configuration

After you have created a running configuration in system memory, you can save it to the startup
configuration in the bootflash: file system using the following copy command:
switch# copy running-config bootflash:startup-config
The copy running-config startup-config command is an alias to the previous command and is used
frequently throughout this guide.

Copying Files

The syntax for the copy command follows and is explained in
switch# copy <scheme>://< server >/<file name> <scheme>://< server >/<file name>
Table 3-1
Scheme
volatile
bootflash
tftp
ftp

Backing Up the Current Configuration

Before installing or migrating to any software configuration, back up the startup configuration.
Cisco MDS 9020 Fabric Switch Configuration Guide and Command Reference
3-20
copy Command Syntax
This example shows how to copy a running configuration to the bootflash: file system:
switch# copy running-config bootflash:my-config
This example shows how to overwrite the contents of an existing configuration in the nonvolatile file
system:
switch# copy bootflash:my-config bootflash:startup-config
This example shows how to back up the startup configuration copy in the bootflash: file system
(ASCII file):
switch# copy startup-config bootflash:my-config
This example shows how to back up the startup configuration to the TFTP server (ASCII file):
switch# copy startup-config tftp://172.16.10.100/my-config
This example shows how to back up the running configuration to the bootflash: file system (ASCII
file):
switch# copy running-config bootflash:my-config
Server
IP address or DNS name
Chapter 3
Initial Configuration
Table
3-1.
File Name
User-specified
User-specified
User-specified
OL-6988-02

Advertisement

Table of Contents
loading

Table of Contents