Implementing Additional Configuration and Maintenance Tasks

Step 1 Use the copy running-config slot0:filename command as follows:

Router# copy running-config slot0:myfile2

20575008 bytes available on device slot0, proceed? [confirm] Address or name of remote host [1.1.1.1]?

Loading new.image from 1.1.1.1 (via Ethernet0):

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![OK - 7799951/15599616 bytes] Router#

In the preceding example, the exclamation points (!!!) appear as the file is copied.

Step 2 Use the dir command to verify the file was copied correctly as follows:

Router# dir slot0:

 

-#-

-length-

-----date/time------

name

1

5200084

May 10 1997 19:24:12

gsr-p-mz.112-8

31215 May 10 1997 20:30:52 myfile1

46176844 May 10 1997 23:04:10 gsr-p-mz.112-8.1

51186 May 10 1997 16:56:50 myfile2

9197156 bytes available (11381148 bytes used)

Copying Configuration File from Flash Memory Card or Flash Disk to GRP NVRAM

Following is an example of copying your startup configuration file from a Flash memory card or Flash disk in PCMCIA slot 0 or slot 1 back to NVRAM.

Flash memory cards—Use the command copy [slot0: slot1:]filename startup-config, where

[slot0 slot1]:filename is the source of the file (Flash memory card), and startup-configis the destination (NVRAM).

Flash disks—Use the command copy [disk0: disk1:]filename startup-config, where

[disk0 disk1]:filename is the source of the file (Flash disk), and startup-configis the destination (NVRAM).

Step 1 Use the copy slot0:filename startup-configcommand as follows:

Router# copy slot0:myfile startup-config

[ok]

Router#

Step 2 Use the copy startup-configrunning-configcommand to ensure that the startup configuration file, now stored in NVRAM, is the default running configuration file used by the system as follows:

Router# copy startup-config running-config

Router#

%SYS-5-CONFIG_I: Configured from memory by console Router#

Flash Disks and Flash Memory Cards in the GRP

46

78-4339-09

 

 

Page 46
Image 46
Cisco Systems GRP-B manual Use the copy running-config slot0filename command as follows