ボーダールーターを更新したのは私が初めてです。その後、tftpサーバーとして機能することを伝え、エイリアス「IOS.bin」の下で最新のIOSを公開するようにお願いします。
RTR001#conf t
RTR001(config)#ip tftp source-interface FastEthernet0/1.10
RTR001#conf t
RTR001(config)#ip tftp source-interface FastEthernet0/1.10
FastEthernet0 / 1.10インターフェイスをtftpのソースとして宣言します
RTR001(config)#tftp-server flash:c2800nm-adventerprisek9_ivs_li-mz.124-24.T1.bin alias IOS.bin
RTR001(config)#^Z
RTR001#
遠くのルーターからコピーするときに長い名前を入力する必要がないように、エイリアスが必要です。
RTR002#copy tftp flash:
Address or name of remote host []? 10.10.10.1
Source filename []? ios.bin
Destination filename [ios.bin]?
%Warning:There is a file already existing with this name
Do you want to over write? [confirm]
RTR002#copy tftp flash:
Address or name of remote host []? 10.10.10.1
Source filename []? ios.bin
Destination filename [ios.bin]?
%Warning:There is a file already existing with this name
Do you want to over write? [confirm]
以来 フラッシュドライブにそのようなファイルが既に存在する場合、それをより異なるファイルに置き換えることを確認する必要があります。
Accessing tftp://10.10.10.1/ios.bin...
Loading ios.bin from 10.10.10.1 (via Tunnel1): !!!!!!!!!!!!!!!!!!!!!!!!
[ ]
!!!!!!!!!!!!!!!!!!!!!!!! [OK - 59971380 bytes]
次に、ルーターを送信して再起動します
RTR002#reload
Verifying file integrity of flash:/ios.bin................................................
..............................................................................................................
..............................................................................................................
..............................................................................................................
[ ]
..............................................................................................................
..............................................................................................................
..............................................................................................................
..............................................................................................................
Done!
Embedded Hash MD5 : 564526F4D154F7BEC08F89309A633AE9
Computed Hash MD5 : 564526F4D154F7BEC08F89309A633AE9
CCO Hash MD5 : E8FAB98A72C1516538DA7686F8404FCF
Signature Verified
Proceed with reload? [confirm]
再起動後、ログインして問題がないかどうかを確認します。
RTR002#sho ver | inc bin
System image file is "flash:ios.bin"
RTR002#