Cisco機器 IOSのバックアップ

Network

IOSをバージョンアップする前に、スイッチ本体にある既存のIOSをバックアップする必要があります。理由としては、もしバージョンアップが失敗した場合に、元のファイルに戻すために必要になるからです。

TFTPサーバの設定は、以下を参考してください。

スイッチからTFTPサーバへIOSを転送する手順

現在のIOSイメージを確認します。
Switch# dir flash:
Directory of flash:/
  3  -rwx         285  Mar 01 1993 09:09:27 +09:00  info
  4  drwx         192  Mar 01 1993 09:13:25 +09:00  c2940-i6k2l2q4-mz.121-22.EA13
 321  -rwx         285  Mar 01 1993 09:13:25 +09:00  info.ver
 322  -rwx        1909  Mar 06 1993 07:46:41 +09:00  config.text
 323  -rwx        1100  Mar 06 1993 07:46:41 +09:00  private-config.text

7612416 bytes total (2113024 bytes free)
Switch#

上記の「c2940-i6k2l2q4-mz.121-22.EA13」がIOSイメージファイルですが、アクセス権にて「drwx」 にて、ディレクトリ構造になっているので、cdコマンドを使用します。

Switch# cd c2940-i6k2l2q4-mz.121-22.EA13
Switch#
Switch# dir flash:
Directory of flash:/c2940-i6k2l2q4-mz.121-22.EA13/
  5  drwx     4416  Mar 01 1993 09:10:22 +09:00  html
 319  -rwx  3758886  Mar 01 1993 09:13:25 +09:00  c2940-i6k2l2q4-mz.121-22.EA13.bin
 320  -rwx      285  Mar 01 1993 09:13:25 +09:00  info

7612416 bytes total (2113024 bytes free)
Switch#
TFTPサーバに通信の確認をします。
Switch# ping 192.168.0.3
 Type escape sequence to abort.
 Sending 5, 100-byte ICMP Echos to 192.168.0.3, timeout is 2 seconds:
 !!!!!
 Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
 Switch#
現在のIOSバージョンをTFTPサーバにバックアップします。
Switch# copy flash: tftp:
 Source filename []? c2940-i6k2l2q4-mz.121-22.EA13.bin
 Address or name of remote host []? 192.168.0.3
 Destination filename [c2940-i6k2l2q4-mz.121-22.EA13.bin]? !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 3758886 bytes copied in 23.504 secs (159925 bytes/sec)
 Switch#

フォルダ内にIOSのイメージファイルを確認できればバックアップ完了です。

タイトルとURLをコピーしました