IOSのバックアップ
■TFTPサーバーの設定
1./tftpboot は 707 か 777 がよい。
2.あらかじめファイルを作っておく
例:ios-11.2.bak
■バックアップ
0.iosのファイル名を確認する
yourname#show flash
-#- --length-- -----date/time------ path
1 16882452 May 10 2006 23:10:42 +00:00 c181x-advipservicesk9-mz.124-6.T.bin
2 2202 May 10 2006 23:11:54 +00:00 sdmconfig-1811-1812.cfg
3 4052480 May 10 2006 23:12:24 +00:00 sdm.tar
4 812032 May 10 2006 23:12:44 +00:00 es.tar
5 1007616 May 10 2006 23:13:06 +00:00 common.tar
6 1038 May 10 2006 23:13:22 +00:00 home.shtml
7 113152 May 10 2006 23:13:38 +00:00 home.tar
8 511939 May 10 2006 23:13:58 +00:00 128MB.sdf
8540160 bytes available (23396352 bytes used)
1.copy flash tftp コマンドを実行する
G002253#copy flash tftp
System flash directory:
File Length Name/status
1 4181132 c2500-i-l.112-7a.bin
[4181196 bytes used, 4207412 available, 8388608 total]
2.tftpサーバーのIPアドレスを指定する
Address or name of remote host [192.168.0.254]?
3.ソースファイルを指定する。
Source file name? c2500-i-l.112-7a.bin
4.サーバー側のファイル名を指定する
Destination file name [c2500-i-l.112-7a.bin]? ios-11.2.bak Verifying checksum for 'c2500-i-l.112-7a.bin' (file # 1)... OK
5.yes を選択する
Copy 'c2500-i-l.112-7a.bin' from Flash to server as 'ios-11.2.bak'? [yes/no]yes !!!!!!!!!!!!!!!!!!!!!!! (以下略)
Upload to server done
Flash copy took 00:00:49 [hh:mm:ss]
■IOSのリストアを行う