はじめに
このドキュメントでは、同じルータ内のあるデバイスから別のデバイスへ、およびあるルータから別のルータへシステムイメージをコピーする方法について説明します。
前提条件
要件
このドキュメントに関する固有の要件はありません。
使用するコンポーネント
このドキュメントの情報は、特定のソフトウェアやハードウェアのバージョンに限定されるものではありません。
このドキュメントの情報は、特定のラボ環境にあるデバイスに基づいて作成されました。このドキュメントで使用するすべてのデバイスは、クリアな(デフォルト)設定で作業を開始しています。本稼働中のネットワークでは、各コマンドによって起こる可能性がある影響を十分確認してください。
表記法
表記法の詳細については、『シスコ テクニカル ティップスの表記法』を参照してください。
同じルータ内のデバイスへのコピー
次の表に、デバイス間でシステムイメージをコピーするために使用するコマンドオプションを示します。方法はプラットフォームによって異なります。
コマンドの概要
次の表に、TFTPサーバからイメージをコピーできるさまざまな場所を示します。これらの各オプションの詳細と詳細については、『設定の基礎:設定ガイド』を参照してください。
Router#copy tftp ?
シンタックスの説明 |
bootflash: |
bootflash:ファイルシステムにコピーします。 |
disk0: |
disk0:ファイルシステムにコピーする |
disk1: |
disk1:ファイル・システムにコピー |
flash: コマンドを使用して、tftp から CGR フラッシュにバンドル イメージをコピーします。 |
flash:ファイルシステムにコピーします。 |
flh: |
flh:ファイル・システムにコピー |
ftp: |
ftp:ファイルシステムにコピー |
lex: |
lex:ファイルシステムにコピー |
null: |
ヌルにコピー:ファイルシステム |
nvram: |
nvramへのコピー:ファイルシステム |
rcp: |
rcp:ファイル・システムにコピー |
running-config |
現在のシステム コンフィギュレーションを更新(マージ)する。 |
スロット 0: |
slot0:ファイルシステムにコピーする |
slot1: |
slot1:ファイルシステムにコピーします。 |
startup-config |
スタートアップ コンフィギュレーションにコピーする。 |
システム: |
システムにコピー:ファイルシステム |
tftp: |
tftp:ファイルシステムにコピーします。 |
イメージのコピーに使用される最も一般的なコマンドは、次の3つです。
-
copy tftp flash
-
copy rcp flash
-
copy slot0: slot1:
次の例では、Cisco 3600シリーズルータで、あるデバイスから別のデバイスへ(たとえば、あるスロット/ディスクから別のスロット/ディスクへ)システムイメージをコピーする方法を示します。
詳細な例
router#show slot0:
!--- This command is used to view the contents of slot 0
-#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name
1 .D unknown 5E8B84E6 209D8 11 2392 Jan 22 2000 00:22:42 flashconfig
2 .. image 5E7BAE19 B623C4 22 11802988 Jan 22 2000 00:23:18 rsp-jsv-mz.120-8.0.2.T
router#show slot1:
!--- This command is used to view the contents of slot 1
-#- ED --type-- --crc--- -seek-- nlen -length- -----date/time------ name
1 .. unknown 6A2B4BA7 6FA9E0 20 7186784 Jul 30 1999 15:05:19 rsp-jv-mz.111-26.CC1
2 .. config 631F0D8B 6FB1EC 6 1929 Oct 19 1999 06:15:49 config
3 .. config 631F0D8B 6FB9F8 7 1929 Oct 19 1999 06:16:03 config1
次に示すcopy(隠し)コマンドは、デバイス間でシステムイメージファイルをコピーするために使用されます。次の例では、システムイメージがslot0からslot1にコピーされています。
router#copy slot0: slot1
Source filename []? rsp-jsv-mz.120-8.0.2.T
!--- Enter the file name of the system image to be copied
Destination filename [slot1]?
Erase slot1: before copying? [confirm]Erasing the slot1 filesystem will remove
all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
...erasedeeErase of slot1: complete
Copy in progress...CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
CCCCCCCCCCC
! --- Output Suppressed
Verifying checksum... OK (0xE884)11802988 bytes copied in 346.312 secs
(38481 bytes/sec)
あるルータから別のルータへのコピー
TFTPサーバとして機能するルータから別のルータにCisco IOS®ソフトウェアイメージをコピーするには、手順を参照してください。この例では、Router1がTFTPサーバで、Router2がCisco IOSソフトウェアイメージのコピー先のルータです。
始める前に、pingコマンドを使用してルータ1とルータ2の間の接続を確認します。
-
show flash コマンドを使用して、Router1のイメージサイズを確認します。
Router1#show flash
System flash directory:
File Length Name/status
1 15694836 /c2500-js-l.122-10b
!--- Cisco IOS image file to be copied
[15694900 bytes used, 1082316 available, 16777216 total]
16384K bytes of processor board System flash (Read ONLY)
-
show flash コマンドを使用してRouter2のイメージサイズをチェックし、システムイメージファイルをコピーできるだけの十分な空き領域がRouter2にあることを確認します。
Router2#show flash
System flash directory:
File Length Name/status
1 11173264 c2500-jos56i-l.120-9.bin
[11173328 bytes used, 5603888 available, 16777216 total]
16384K bytes of processor board System flash (Read ONLY)
注:システムイメージファイルをコピーするのに十分な空き領域がある場合は、元のイメージファイルを保持し、追加のメモリ領域に新しいファイルをコピーできます。この場合のように十分な空き領域がない場合は、フラッシュから現在のファイルを消去する必要があります。copy flash tftp コマンドを使用して、現在のシステムイメージをTFTPサーバにバックアップすることを推奨します。
-
configure terminalコマンドを使用して、Router1をTFTPサーバとして設定します。
Router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router1(config)#tftp-server ?
bootflash: Allow URL file TFTP load requests
disk0: Allow URL file TFTP load requests
disk1: Allow URL file TFTP load requests
flash: Allow URL file TFTP load requests
flh: Allow URL file TFTP load requests
lex: Allow URL file TFTP load requests
null: Allow URL file TFTP load requests
nvram: Allow URL file TFTP load requests
slot0: Allow URL file TFTP load requests
slot1: Allow URL file TFTP load requests
system: Allow URL file TFTP load requests
注:以前に tftp-server コマンドに指定したオプションは、プラットフォームによって異なります。
Router1(config)#tftp-server flash:?
flash:/c2500-js-l.122-10b
!--- The Cisco IOS image file name.
Router1(config)#tftp-server flash:/c2500-js-l.122-10b
!--- This command configures the router as a TFTP server.
Router1(config)#^Z
-
TFTPサーバが設定されたら、copy tftp flashコマンドを使用して、指定したイメージをRouter1からRouter2にダウンロードします。
Router2#copy tftp flash
**** NOTICE ****
Flash load helper v1.0
This process will accept the copy options and then terminate
the current system image to use the ROM based image for the copy.
Routing functionality will not be available during that time.
If you are logged in via telnet, this connection will terminate.
Users with console access can see the results of the copy operation.
---- ******** ----
Proceed? [confirm]
Address or name of remote host []? 10.10.10.1
!--- Enter the IP address of the TFTP Server
Source filename []? /c2500-js-l.122-10b
!--- This is the filename of the Cisco IOS image
!--- that you want to copy from the TFTP server
Destination filename [c2500-js-l.122-10b]?
!--- Press 'Enter'
Accessing tftp://10.10.10.1//c2500-js-l.122-10b...
Erase flash: before copying? [confirm]
18:37:54: %SYS-5-RELOAD: Reload requested
!--- The reload is platform-specific and is only for the
!--- Run-from-flash systems.*
** System going down for Flash upgrade **
%SYS-4-CONFIG_NEWER: Configurations from version 12.2 may not be
correctly understood.
%FLH: /c2500-js-l.122-10b from 10.10.10.1 to flash ...
System flash directory:
File Length Name/status
1 15694836 /c2500-js-l.122-10b
[15694900 bytes used, 1082316 available, 16777216 total]
Accessing file '/c2500-js-l.122-10b' on 10.10.10.1...
Loading /c2500-js-l.122-10b from 10.10.10.1 (via Ethernet0): ! [OK]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeee ...erased
Loading /c2500-js-l.122-10b from 10.10.10.1 (via Ethernet0):
!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!
[OK - 15694836/16777216 bytes]
Verifying checksum... OK (0x58D2)
!--- System Image file has been successfully copied
Flash copy took 0:07:37 [hh:mm:ss]
%FLH: Re-booting system after download
F3: 14732748+962056+889336 at 0x3000060
Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-JS-L), Version 12.2(10b),
RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2002 by cisco Systems, Inc.
..........
-
ルータ 2 に新しいシステム イメージがあるか、フラッシュを確認します。
Router2#show flash
System flash directory:
File Length Name/status
1 15694836 /c2500-js-l.122-10b
!--- Cisco IOS image file has been copied
[15694900 bytes used, 1082316 available, 16777216 total]
16384K bytes of processor board System flash (Read ONLY)
* ルータは、Run-from-flash システム用のリロードだけを実行します。詳細については、『Run-from-Flashシステムのフラッシュメモリへのコピー』を参照してください。
注: あるデバイスから別のデバイスに Startup-config ファイルをコピーするには、「TFTP によるコンフィギュレーション ファイルのコピー」を参照してください。
注:デバイス間でファイルまたはイメージをコピーしようとする際にタイムアウトが発生するシナリオでは、ip tftp blocksizeを許可される最大値または使用中のMTUよりも低い値に調整してみてください。また、ip tftp source-interfaceが正しく設定されていること、およびこのインターフェイスがデバイス間で到達可能であることを確認します。これらのコマンドは、グローバルコンフィギュレーションモードで変更できます。
関連情報