ジャンクIX2015をver8化
2011年6月29日(水) 22:31 JST
閲覧数 7,169
閉店してしまって悲しいかな otto ネットワーク専門店 で購入したNEC IX2015をver8のFirmwareにアップしましたよと。
1,000円で山ほど売られてたヤツです。
ファーム入れようとしたら、Flash容量足りないとかイロイロ怒られるから、元Firmwareのファイル消していいのやらビクつきながらver8化しました。
どうやら、この1,000円 IX2015はBootstrapバージョンが新しいのか、rapファイルではなく、ldcファイルの置き換えで読み込んでくれてしまった。
InterfaceにIP付けて、tftpでファイル転送して、reloadすれば新Firmwareで起動してくれるなんて、なんか便利だなぁ。。。
DD-Wrtなルータなんて触ってたら、RedBoot起動して、領域確保して書き込んでって感覚だから違和感w
でやったときのログはこんなカンジで。
1,000円で山ほど売られてたヤツです。
ファーム入れようとしたら、Flash容量足りないとかイロイロ怒られるから、元Firmwareのファイル消していいのやらビクつきながらver8化しました。
どうやら、この1,000円 IX2015はBootstrapバージョンが新しいのか、rapファイルではなく、ldcファイルの置き換えで読み込んでくれてしまった。
InterfaceにIP付けて、tftpでファイル転送して、reloadすれば新Firmwareで起動してくれるなんて、なんか便利だなぁ。。。
DD-Wrtなルータなんて触ってたら、RedBoot起動して、領域確保して書き込んでって感覚だから違和感w
でやったときのログはこんなカンジで。
Router# configure Enter configuration commands, one per line. End with CNTL/Z. Router(config)# Router(config)# show flash Length Name/status 3091655 ix2010-ms-7.5.66.ldc runnable [3091655 bytes used, 3926770 available, 7018425 total] 6912 Kbytes of processor board System flash (Read/Write) Router(config)# Router(config)# interface FastEthernet1/0.0 Router(config-FastEthernet1/0.0)# ip address 192.168.80.3/24 Router(config-FastEthernet1/0.0)# no shutdown Router(config-FastEthernet1/0.0)# exit Router(config)# Router(config)# tftp get 192.168.80.1:ix2010-ms-8.3.8.ldc ix2010-ms-8.3.8.ldc ................................................................... TFTP transfer complete Router(config)# Router(config)# show flash Length Name/status 3091655 ix2010-ms-7.5.66.ldc runnable 3638055 ix2010-ms-8.3.8.ldc runnable [6729710 bytes used, 261682 available, 6991392 total] 6912 Kbytes of processor board System flash (Read/Write) Router(config)# Router(config)# erase ix2010-ms-7.5.66.ldc Now erasing ix2010-ms-7.5.66.ldc, please wait... Router(config)# Router(config)# exit 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]): y NEC Bootstrap Software Copyright (c) 2001-2006 NEC Infrontia All Rights Reserved. %BOOT-INFO: No boot records found, attempting flash load. %BOOT-INFO: Trying flash load, exec-image [ix2010-ms-8.3.8.ldc]. Loading: ######################################################## [OK] Starting at 0x20000 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. Router# Router# show version NEC Portable Internetwork Core Operating System Software IX Series IX2010 (magellan-sec) Software, Version 8.3.8, RELEASE SOFTWARE Compiled Nov 07-Fri-2008 10:58:12 JST #1 by sw-build, coregen-8.3(8) ROM: System Bootstrap, Version 18.56 System Diagnostic, Version 16.56 System uptime is 0 minute System woke up by reload, caused by command execution System started at Jun 24-Fri-2011 22:34:35 JST System image file is "ix2010-ms-8.3.8.ldc" Processor board ID <2> IX2015 (MPC8270) processor with 65536K bytes of memory. 3 FastEthernet/IEEE 802.3 interfaces 1 ISDN Basic Rate interface 512K bytes of non-volatile configuration memory. 8192K bytes of processor board System flash (Read/Write) This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). Router# Router# configure Enter configuration commands, one per line. End with CNTL/Z. Router(config)# Router(config)# show flash Codes: R - Runnable, A - Active-file Length Name Status 3638055 ix2010-ms-8.3.8.ldc RA [3665088 bytes used, 3403186 available, 7068274 total] 6912 Kbytes of processor board System flash (Read/Write) Router(config)#