24-5
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 24 Working With the Flash File System
Working with the Flash File System
This example shows how to copy a file from the default Flash device to another Flash device:
Console> (enable)
copy cat6000-sup.5-2-1-CSX.bin slot0:
13174216 bytes available on device slot0, proceed (y/n) [n]? y
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
CCCCCCCCCCCCCCCCCCcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
ccccccccccccCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
File has been copied successfully.
Console> (enable)
This example shows how to copy a file from a TFTP server to the running configuration:
Console> (enable)
copy tftp config
IP address or name of remote host []?
172.20.52.3
Name of file to copy from []?
dns_config.cfg
Configure using tftp:dns_config.cfg (y/n) [n]?
y
/
Finished network download. (135 bytes)
>>
>> set ip dns server 172.16.10.70 primary
172.16.10.70 added to DNS server table as primary server.
>> set ip dns server 172.16.10.140
172.16.10.140 added to DNS server table as backup server.
>> set ip dns enable
DNS is enabled
>> set ip dns domain corp.com
Default DNS domain name set to corp.com
Console> (enable)
This example shows how to download a configuration file from a TFTP server for storage on a Flash
device:
Console> (enable)
copy tftp flash
IP address or name of remote host []?
172.20.52.3
Name of file to copy from []?
dns-config.cfg
Flash device [slot0]?
Name of file to copy to [dns-config.cfg]?
9932056 bytes available on device slot0, proceed (y/n) [n]?
y
/
File has been copied successfully.
Console> (enable)
This example shows how to copy the running configuration to Flash memory:
Console> (enable)
copy config flash
Flash device [bootflash]?
slot0:
Name of file to copy to []?
6000_config.cfg
Upload configuration to slot0:6000_config.cfg
9942096 bytes available on device slot0, proceed (y/n) [n]?
y
.....
..........
.......
..
Configuration has been copied successfully.
Console> (enable)