Chapter 9 Upgrading the Cisco IOS XE Software

Saving Backup Copies of Your New System Image and Configuration

 

Command or Action

Purpose

Step 1

 

 

enable

Enables privileged EXEC mode.

 

 

Enter your password if prompted.

 

Example:

 

 

Router> enable

 

Step 2

 

 

copy nvram:startup-config {ftp: rcp: tftp:}

Copies the startup configuration file to a server.

 

 

The configuration file copy serves as a backup copy.

 

Example:

Enter the destination URL when prompted.

 

Router# copy nvram:startup-config ftp:

 

Step 3

 

 

dir bootflash:

Displays the layout and contents of a bootflash memory file

 

 

system.

 

Example:

Write down the name of the system image file.

 

Router# dir bootflash:

 

Step 4

 

 

copy bootflash: {ftp: rcp: tftp:}

Copies a file from bootflash memory to a server.

 

 

Copy the system image file to a server to serve as a

 

Example:

backup copy.

 

Router# copy bootflash: ftp:

Enter the bootflash memory partition number if

 

 

prompted.

 

 

Enter the filename and destination URL when

 

 

prompted.

 

 

 

The following example shows the startup configuration being copied to a TFTP server:

Router# copy nvram:startup-config tftp:

Remote host[]? 172.16.101.101

Name of configuration file to write [rtr2-confg]? <cr> Write file rtr2-confg on host 172.16.101.101?[confirm] <cr> ![OK]

The following example uses the dir bootflash: privileged EXEC command to obtain the name of the

system image file and the copy bootflash: tftp: privileged EXEC command to copy the system image to a TFTP server. The router uses the default username and password.

Router# dir bootflash:

System flash directory:

File Length Name/status

14137888 csr1000v-universalk9.03.10.00.S.153-3.S-ext.SPA.bin

[4137952 bytes used, 12639264 available, 16777216 total]

16384K bytes of processor board System flash (Read/Write)\

Router# copy bootflash: tftp:

IP address of remote host [255.255.255.255]? 192.0.2.1 filename to write on tftp host? csr1000v-advernterprisek9-mzwriting csr1000v-universalk9.03.10.00.S.153-3.S-ext.SPA!!!!...

successful ftp write.

 

Cisco CSR 1000V Series Cloud Services Router Software Configuration Guide

9-10

OL-27477-07

Page 116
Image 116
Cisco Systems CSR 1000V manual Configuration file copy serves as a backup copy, System, Backup copy