Cisco Catalyst 3750 Command Reference Manual page 39

Hide thumbs Also See for Catalyst 3750:
Table of Contents

Advertisement

Chapter 2
Catalyst 3750 Switch Cisco IOS Commands
Usage Guidelines
Filenames and directory names are case sensitive.
Image names are case sensitive.
Examples
This example shows how to create a tar file. The command writes the contents of the new-configs
directory on the local flash device to a file named saved.tar on the TFTP server at 172.20.10.30:
Switch# archive tar /create tftp:172.20.10.30/saved.tar flash:/new-configs
This example shows how to display the contents of the c3750-tv0-m.tar file that is in flash memory. The
contents of the tar file appear on the screen:
Switch# archive tar /table flash:c3750-tv0-m.tar
info (219 bytes)
c3750-tv0-mz-121/ (directory)
c3750-tv0-mz-121/html/ (directory)
c3750-tv0-mz-121/html/foo.html (0 bytes)
c3750-tv0-mz-121/vegas-tv0-mz-121.bin (610856 bytes)
c3750-tv0-mz-121/info (219 bytes)
info.ver (219 bytes)
This example shows how to display only the c3750-tv0-mz-121/html directory and its contents:
Switch# archive tar /table flash:c3750-tv0-m.tar c3750-tv0-mz-121/html
c3750-tv0-mz-121/html/ (directory)
c3750-tv0-mz-121/html/foo.html (0 bytes)
This example shows how to extract the contents of a tar file on the TFTP server at 172.20.10.30. This
command extracts just the new-configs directory into the root directory on the local flash file system.
The remaining files in the saved.tar file are ignored.
Switch# archive tar /xtract tftp:/172.20.10.30/saved.tar flash:/ new-configs
Related Commands
Command
archive copy-sw
archive download-sw
archive upload-sw
78-16181-01
Description
Copies the running image from the flash memory on one stack member to the
flash memory on one or more other stack members.
Downloads a new image to the switch.
Uploads an existing image on the switch to a server.
Catalyst 3750 Switch Command Reference
archive tar
2-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents