Trick or Treat!

Lilith タスクリスト

IX2015@ファームウェアアップデート

2008年09月21日 14時58分27秒 | NEC IX2015
IX2015のファームウェアの最新バージョンは 8.2.19 なので、
現状の、7.3.21 から上げてみる。

----------------------------------------------------
1:グローバルコンフィグモードへ
Router# enable-config


----------------------------------------------------
2:インタフェースコンフィグモード(今回はLAN1にて実行)
Router(config)# interface FastEthernet0/0.0

Router(config-FastEthernet0/0.0)# ip address 192.168.0.254/24
Router(config-FastEthernet0/0.0)# no shutdown


----------------------------------------------------
3:IPアドレスが割り当てられたか確認
Router(config-FastEthernet0/0.0)# show ip address

Interface FastEthernet0/0.0 is down, line protocol is down
Internet address is 192.168.0.254/24
Broadcast address is 255.255.255.255
Address determined by config

#まだLAN1に何もつないでないので、ステータスは down のまま。


----------------------------------------------------
4:LANケーブルをつないで、動作テスト。

Router(config-FastEthernet0/0.0)# ping 192.168.0.1
PING 192.168.0.254 > 192.168.0.1 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0. time=4.572 ms
64 bytes from 192.168.0.1: icmp_seq=1. time=0.679 ms
64 bytes from 192.168.0.1: icmp_seq=2. time=0.931 ms
64 bytes from 192.168.0.1: icmp_seq=3. time=0.692 ms
64 bytes from 192.168.0.1: icmp_seq=4. time=0.677 ms

--- 192.168.0.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss

#問題ないようです。


----------------------------------------------------
5:外部のTFTPサーバを立ててファームをゲット。
Router(config)# tftp get 192.168.0.2:ix2010-boot-21.1-gate-ms-8.2.19.rap ix2010-boot-21.1-gate-ms-8.2.19.rap
................................................................................................................................................
................................................................................................................TFTP error - Disk Full
Erasing ix2010-boot-21.1-gate-ms-8.2.19.rap. Be patient...

#というわけで、エラーが出ました。
#要は、Diskいっぱいだからファーム落とせないよということ。
#対策は内部ファーム消して、新しいファームを持ってくるという荒業っぽくも
#NECが提示する方法です。


----------------------------------------------------
6:内部ファームウェアを消す…前に下準備。ネットワークブートの設定
Router(config)# boot source-address FastEthernet0/0.0 192.168.0.254/24
Router(config)# boot entry 192.168.0.2 ix2010-boot-21.1-gate-ms-8.2.19.rap
Router(config)# write memory

#write memoryしないと再起動でコンフィグ消えるので必ず実行。


----------------------------------------------------
7:内部ファームウェアの削除。
Router(config)# show flash
Length Name/status
2850546 ix2010-ms-7.3.21.ldc runnable

Router(config)# erase ix2010-ms-7.3.21.ldc
Now erasing ix2010-ms-7.3.21.ldc please wait...

#これで内部メモリ上のファームが消えました。


----------------------------------------------------
8:ファームのアップデート
Router(config)# tftp get 192.168.0.2:ix2010-boot-21.1-gate-ms-8.2.19.rap ix2010-boot-21.1-gate-ms-8.2.19.rap
................................................................................................................................................
.......................................................................................................................
TFTP transfer complete

Router(config)# show flash

Length Name/status
4310502 ix2010-boot-21.1-gate-ms-8.2.19.rap runnable

[4310502 bytes used, 2748706 available, 7059208 total]
6912 Kbytes of processor board System flash (Read/Write)


Router(config)# show flash ix2010-boot-21.1-gate-ms-8.2.19.rap

Copyright (c) 2001-2008 NEC Infrontia All Rights Reserved.
Copyright (c) 1985-1998 OpenROUTE Networks Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.
Proprietary Rights Notice: All rights reserved.

Now checking crc ... ok

#CRCチェックもOKですので、問題なくアップデートできたようです。


----------------------------------------------------
9:ネットワークブート設定の削除
Router(config)# no boot source-address FastEthernet0/0.0 192.168.0.254/24
Router(config)# no boot entry 192.168.0.2 ix2010-boot-21.1-gate-ms-8.2.19.rap
Router(config)# write memory


----------------------------------------------------
10:最後に再起動(オペレータモードで)
Router# reload

Notice: The router will be RELOADED. This is to ensure that
the peripheral devices are properly initialized.
Are you sure you want to reload the router? (Yes or [No]): yes


----------------------------------------------------
11:起動確認


NEC Bootstrap Software
Copyright (c) NEC Corporation 2001-2005. All rights reserved.

%BOOT-INFO: No boot records found, attempting flash load.
%BOOT-INFO: Trying flash load, exec-image [ix2010-boot-21.1-gate-ms-8.2.19.rap].
Loading: ################################################################## [OK]


NEC Bootstrap Software, Version 21.1
Copyright (c) 2001-2008 NEC Infrontia All Rights Reserved.

***** FLASH MEMORY IMAGE UPDATER *****

%UPDATE-INFO: Starting update.
%UPDATE-INFO: [Bootstrap Software] [Gateway Software]
%UPDATE-INFO: Cleanup all FLASH area, please wait for a while.
%UPDATE-INFO: Overwrite VPD area.
%UPDATE-INFO: 0x00100020 > 0xfe000000 update done.
%UPDATE-INFO: 0x00110020 > 0xfe010000 update done.
%UPDATE-INFO: 0x00120020 > 0xfe020000 update done.
%UPDATE-INFO: 0x00130020 > 0xfe030000 update done.
%UPDATE-INFO: 0x00140040 > 0xfe140000 update done.
%UPDATE-INFO: 0x00150040 > 0xfe150000 update done.
%UPDATE-INFO: 0x00160040 > 0xfe160000 update done.
%UPDATE-INFO: 0x00170040 > 0xfe170000 update done.
%UPDATE-INFO: 0x00180040 > 0xfe180000 update done.
%UPDATE-INFO: 0x00190040 > 0xfe190000 update done.
%UPDATE-INFO: 0x001a0040 > 0xfe1a0000 update done.
%UPDATE-INFO: 0x001b0040 > 0xfe1b0000 update done.
%UPDATE-INFO: 0x001c0040 > 0xfe1c0000 update done.
%UPDATE-INFO: 0x001d0040 > 0xfe1d0000 update done.
%UPDATE-INFO: 0x001e0040 > 0xfe1e0000 update done.
%UPDATE-INFO: 0x001f0040 > 0xfe1f0000 update done.
%UPDATE-INFO: 0x00200040 > 0xfe200000 update done.
%UPDATE-INFO: 0x00210040 > 0xfe210000 update done.
%UPDATE-INFO: 0x00220040 > 0xfe220000 update done.
%UPDATE-INFO: 0x00230040 > 0xfe230000 update done.
%UPDATE-INFO: 0x00240040 > 0xfe240000 update done.
%UPDATE-INFO: 0x00250040 > 0xfe250000 update done.
%UPDATE-INFO: 0x00260040 > 0xfe260000 update done.
%UPDATE-INFO: 0x00270040 > 0xfe270000 update done.
%UPDATE-INFO: 0x00280040 > 0xfe280000 update done.
%UPDATE-INFO: 0x00290040 > 0xfe290000 update done.
%UPDATE-INFO: 0x002a0040 > 0xfe2a0000 update done.
%UPDATE-INFO: 0x002b0040 > 0xfe2b0000 update done.
%UPDATE-INFO: 0x002c0040 > 0xfe2c0000 update done.
%UPDATE-INFO: 0x002d0040 > 0xfe2d0000 update done.
%UPDATE-INFO: 0x002e0040 > 0xfe2e0000 update done.
%UPDATE-INFO: 0x002f0040 > 0xfe2f0000 update done.
%UPDATE-INFO: 0x00300040 > 0xfe300000 update done.
%UPDATE-INFO: 0x00310040 > 0xfe310000 update done.
%UPDATE-INFO: 0x00320040 > 0xfe320000 update done.
%UPDATE-INFO: 0x00330040 > 0xfe330000 update done.
%UPDATE-INFO: 0x00340040 > 0xfe340000 update done.
%UPDATE-INFO: 0x00350040 > 0xfe350000 update done.
%UPDATE-INFO: 0x00360040 > 0xfe360000 update done.
%UPDATE-INFO: 0x00370040 > 0xfe370000 update done.
%UPDATE-INFO: 0x00380040 > 0xfe380000 update done.
%UPDATE-INFO: 0x00390040 > 0xfe390000 update done.
%UPDATE-INFO: 0x003a0040 > 0xfe3a0000 update done.
%UPDATE-INFO: 0x003b0040 > 0xfe3b0000 update done.
%UPDATE-INFO: 0x003c0040 > 0xfe3c0000 update done.
%UPDATE-INFO: 0x003d0040 > 0xfe3d0000 update done.
%UPDATE-INFO: 0x003e0040 > 0xfe3e0000 update done.
%UPDATE-INFO: 0x003f0040 > 0xfe3f0000 update done.
%UPDATE-INFO: 0x00400040 > 0xfe400000 update done.
%UPDATE-INFO: 0x00410040 > 0xfe410000 update done.
%UPDATE-INFO: 0x00420040 > 0xfe420000 update done.
%UPDATE-INFO: 0x00430040 > 0xfe430000 update done.
%UPDATE-INFO: 0x00440040 > 0xfe440000 update done.
%UPDATE-INFO: 0x00450040 > 0xfe450000 update done.
%UPDATE-INFO: 0x00460040 > 0xfe460000 update done.
%UPDATE-INFO: 0x00470040 > 0xfe470000 update done.
%UPDATE-INFO: 0x00480040 > 0xfe480000 update done.
%UPDATE-INFO: 0x00490040 > 0xfe490000 update done.
%UPDATE-INFO: 0x004a0040 > 0xfe4a0000 update done.
%UPDATE-INFO: 0x004b0040 > 0xfe4b0000 update done.
%UPDATE-INFO: Update completed.


NEC Bootstrap Software
Copyright (c) 2001-2008 NEC Infrontia All Rights Reserved.

%BOOT-INFO: No boot records found, attempting flash load.
%BOOT-INFO: Trying flash load, exec-image [ix2010-ms-8.2.19.ldc].
Loading: ######################################################## [OK]


Starting at 0x20000

Loading configuration file: startup-configuration.
Configuring router subsystems (before IDB proc): done.
Constructing IDB(Interface Database): done.
Configuring router subsystems (after IDB proc): done.
Initializing router subsystems: done.
Starting router subsystems: done.

All router subsystems coming up.




NEC Portable Internetwork Core Operating System Software
Copyright Notices:
Copyright (c) 2001-2008 NEC Infrontia All Rights Reserved.
Copyright (c) 1985-1998 OpenROUTE Networks, Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.

※ その後購入した、6台ほどファームウェアをアップデートしてみたが、
  当初行っていたァーム消去をせずにアップデートできた…。
  最初の1台だけとは、意味が分からん…。


最新の画像もっと見る

3 コメント

コメント日が  古い順  |   新しい順
Unknown (のざる)
2009-03-31 17:55:45
いろいろ参考になるのでHP拝見させていただいてます。
質問なのですがファームってどこから入手できるのですか?
あちこち調べたけどだめっぽい感じで・・・
差し支えなければ教えてください。
返信する
IXファームウェアについて (Lilith)
2009-04-02 20:32:24
NECの代理店からの入手もしくは、NECと契約を結ぶなどした場合、入手が可能です。

最近では、2chスレで入手可能な人が公開
していたようですので、そこから入手した人もいるようです。
今でも入手が可能かは分かりません。
返信する
ファーム (eightsters)
2011-01-26 23:01:54
はじめまして。

IX2005のファームについて調べていたところ、あなたのサイトがヒットしたので連絡をしました。

>>IX2015のファームウェアバージョンアップ
との記事がありましたが、
IX2005のファーム(8.x.x)が入手できるのであるならば、譲っていただきたいと思い連絡をしました。

無理を承知でのこめんとで申し訳ないのですが、可能であれば宜しくお願いします。

eightsters@yahoo.co.jpまでご連絡いただければ幸いです。
返信する

コメントを投稿