UNIVERGE IX2025購入

今までIX2015で拠点間VPNを使っていたのですが、いい加減古いファームウェアのルータを使い続けるのもどうかと思い、IX2025を購入しました。

起動ログはこんな感じ。ファームは8.11.11でした。

NEC Diagnostic Software
Copyright (c) NEC Corporation 2001-2014. All rights reserved.

%DIAG-INFO: Starting System POST(Power On Self Test)

            DRAM TEST 1: Pass
            DRAM TEST 2: Pass
             NVRAM TEST: Pass
               CPU TEST: Pass
               PLD TEST: Pass
             FE0/0 TEST: Pass
             FE0/1 TEST: Pass
  FE1/0(SW-HUB)1-4 TEST: Pass
            BRI1/0 TEST: Pass
          SECURITY TEST: Pass
     1.5 VOLTAGE STATUS: 1.466V Pass
     2.5 VOLTAGE STATUS: 2.444V Pass
     3.3 VOLTAGE STATUS: 3.268V Pass
     5.0 VOLTAGE STATUS: 4.940V Pass
     TEMPERATURE STATUS: +24.0degC Pass

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

%BOOT-INFO: Trying flash load, exec-image [ix2025-ms-8.11.11.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) NEC Corporation 2001-2014. All rights reserved.
Copyright (c) 1985-1998 OpenROUTE Networks, Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.
Router# 

ファームウェアの更新をします。
tftpサーバが必要なので準備します。Windowsならtftpd64とかが使いやすい感じ。

最初にFa0/0.0にipアドレスを設定します。

Router# config
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# 
Router(config)# interface FastEtherne0/0.0 
Router(config-FastEthernet0/0.0)# 
Router(config-FastEthernet0/0.0)# no shut
Router(config-FastEthernet0/0.0)# ip add 192.168.1.1/24
Router(config-FastEthernet0/0.0)# exit
Router(config)# 

疎通確認

Router(config)# ping 192.168.1.10 
PING 192.168.1.1 > 192.168.1.10 56 data bytes
64 bytes from 192.168.1.10: icmp_seq=0 ttl=128 time=1.109 ms
64 bytes from 192.168.1.10: icmp_seq=1 ttl=128 time=0.704 ms
64 bytes from 192.168.1.10: icmp_seq=2 ttl=128 time=0.661 ms
64 bytes from 192.168.1.10: icmp_seq=3 ttl=128 time=0.758 ms
64 bytes from 192.168.1.10: icmp_seq=4 ttl=128 time=0.736 ms

--- 192.168.1.10 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0.661/0.793/1.109
Router(config)# 

疎通できたら、実際に更新を行います。

Router(config)# software-update tftp://192.168.1.10/ix2025-boot-16.1-gate-ms-9.
                4.15.rap
% Downloading ........................................................................................................................................................................................................................................................................................................................................................................................
TFTP transfer complete, 6241033 bytes, MD5 = 4e79ede2b5635b7ec38c8793a99ea449
% Check ...... done
% Erasing
% Update file name is ix2025-ms-9.4.15.ldc
% Writing .......................................................................................................................................................................................................................................................................................................................................................... done
% Software update completed.
Router(config)# exit
Router# 
Router# 
Router# 
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-2016. All rights reserved.

%BOOT-INFO: Trying flash load, exec-image [ix2025-ms-9.4.15.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) NEC Corporation 2001-2016. All rights reserved.
Copyright (c) 1985-1998 OpenROUTE Networks, Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.
Router# 

再起動してきたら、versionとflashを確認します。更新されていれば終了です。

Router(config)# show ver
NEC Portable Internetwork Core Operating System Software
IX Series IX2025 (magellan-sec) Software, Version 9.4.15, RELEASE SOFTWARE
Compiled Aug 24-Wed-2016 12:49:44 JST #2 by sw-build, coregen-9.4(15)

ROM: System Bootstrap, Version 16.1
System Diagnostic, Version 16.1

System uptime is 0 minute
System woke up by reload, caused by command execution
System started at Apr 05-Wed-2017 03:03:23 JST
System image file is "ix2025-ms-9.4.15.ldc"

Processor board ID <0>
IX2025 (SC41008A) processor with 65536K bytes of memory.
3 FastEthernet/IEEE 802.3 interfaces
1 ISDN Basic Rate interface
512K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
Router(config)# 
Router(config)# 
Router(config)# 
Router(config)# 
Router(config)# 
Router(config)# 
Router(config)# show flash
Codes: M - Main-side, B - Backup-side, N - Newfile, R - Runnable
       A - Active-file, + - Next-boot, * - Bootmode-entry
Length     Name                          Status
5323571    ix2025-ms-9.4.15.ldc          MA
4788890    ix2025-ms-8.11.11.ldc         B

[10216752 bytes used, 3929410 available, 14146162 total]
13824 Kbytes of processor board System flash (Read/Write)
Router(config)# 

コメント

  1. […] https://mzuk.jp/214/ […]

タイトルとURLをコピーしました