FrontPage / network / IX2015 / FirmwareUpgrade

 * NEC IX2015ファームウェアのアップグレード方法 [#x035c3fd]
 
 詳細は、[[IX2000シリーズ 取扱説明書:http://www.nec.co.jp/ixseries/ix2k3k/Manual/UM/ix2000/UM-IX2000-ver8.2-4.pdf]] の 6.5 以降に書いてありますので併せて参照してください。
 
 ** バージョン情報の確認 [#j57feb91]
 
  Router(config)# show version
  NEC Portable Internetwork Core Operating System Software
  IX Series IX2010 (GS) Software, Version 6.1.13, RELEASE SOFTWARE
  Compiled Feb 27-Fri-2004 11:34:38 JST #2, coregen-6.1
  
  ROM: System Bootstrap, Version 8.3
  System Diagnostic, Version 7.3
  
  uptime is 54 minutes
  System image file is "ix2010-gs-6.1.13.ldc"
  Processor board ID <2>
  IX2015 (MPC8270) processor with 57344K 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)
 
 
 ** interface FastEthernet1/0.0 にアドレスを付ける [#zd54eb6a]
 
 
  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
 
 
 ** 古いファームウェアのバックアップ [#o874f2c8]
 
  Router(config)# show flash
  Length     Name/status
  2458882    ix2010-gs-6.1.13.ldc runnable
  
  [2458882 bytes used, 4581250 available, 7040132 total]
  6912 Kbytes of processor board System flash (Read/Write)
  Router(config)# tftp put ix2010-gs-6.1.13.ldc 192.168.80.253:ix2010-gs-6.1.13.ldc
   ..................................................................................................
   .................................................
  TFTP transfer complete
 
 
 ** ファームウェアの転送 [#a276c5f7]
 
  Router(config)# tftp get 192.168.80.253:IX2010/ix2010-boot-20.2-gate-ms-8.1.XX.rap ix2010-boot-20.2-gate-ms-8.1.XX.rap
   ..................................................................................................
   ..................................................................................................
   ..................................................
 
 
 ** ファームウェアの確認 [#febeb082]
 
  Router(config)# show flash
  Length     Name/status
  2458882    ix2010-gs-6.1.13.ldc runnable
  4104556    ix2010-boot-20.2-gate-ms-8.1.XX.rap runnable
  
  [6563438 bytes used, 458026 available, 7021464 total]
  6912 Kbytes of processor board System flash (Read/Write)
  Router(config)# show flash ix2010-boot-20.2-gate-ms-8.1.XX.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
 
 
 ** 古いファームウェアの削除 [#h70a1c49]
 
  Router(config)# erase ix2010-gs-6.1.13.ldc
  Now erasing ix2010-gs-6.1.13.ldc please wait...
  Router(config)# rel
  Router(config)# show flash
  Length     Name/status
  4104556    ix2010-boot-20.2-gate-ms-8.1.XX.rap runnable
  
  [4104556 bytes used, 2945050 available, 7049606 total]
  6912 Kbytes of processor board System flash (Read/Write)
 
 
 
 ** 更新 [#aa06cfaa]
 
 更新は、rapファイル(ブートアーカイブ及びファームウェア)を転送して、再起動するだけです。
 
 
  Router(config)# exit
  Router# reload
  % Warning: current running-configuration is not saved yet.
  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) NEC Corporation 2001-2004. All rights reserved.
  
  %BOOT-INFO: No boot records found, attempting flash load.
  %BOOT-INFO: Trying flash load, exec-image [ix2010-boot-20.2-gate-ms-8.1.XX.rap].
  Loading: ############################################################### [OK]
  
  
  NEC Bootstrap Software, Version 20.2
  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: 0x00480040 > 0xfe480000 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.1.XX.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#
 
 
 ** バージョンの確認 [#q8eb485b]
 
  Router# show version
  
  NEC Portable Internetwork Core Operating System Software
  IX Series IX2010 (magellan-sec) Software, Version 8.1.15, RELEASE SOFTWARE
  IX Series IX2010 (magellan-sec) Software, Version 8.1.XX, RELEASE SOFTWARE
  Compiled Mar 10-Mon-2008 13:11:22 JST #1 by sw-build, coregen-8.1(15)
  
  ROM: System Bootstrap, Version 20.2
  System Diagnostic, Version 18.3
  
  System uptime is 14 minutes
  System woke up by reload, caused by command execution
  System started at Aug 01-Fri-2008 01:32:43 JST
  System image file is "ix2010-ms-8.1.15.ldc"
  System image file is "ix2010-ms-8.1.XX.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/).
TOPページへ戻るページの更新   ページの編集新しいページの作成新しい下位ページの作成そのページを引用して新規作成そのページにファイルの添付ページの削除ページ名の変更前回の編集内容の表示バックアップページの参照ページへのリンク元を表示   サイトのページ一覧サイト内単語検索編集したページの履歴削除したページの履歴   別ウィンドウでマニュアルページへ