株式会社タフス

NEC製ルータIXを触ってみる①

格安でNEC製ルータを購入できたので色々と触ってみました。

*can not create thumbnail

今回扱うルータはIX2015。
色々できそうですし、コマンドもCiscoライクなので、ガシガシ触っていきます。

ほとんどジャンク品扱いだったので、
まずは正常に起動できるか不安でしたが。。。


NEC Diagnostic Software
Copyright (c) NEC Corporation 2001-2005. 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
LAN1(FE0/0) TEST: Pass
LAN2(FE0/1) TEST: Pass
SECURITY TEST: Pass
VOLTAGE STATUS: 3.268V Pass
TEMPERATURE STATUS: +26.0degC Pass


・<中略>

All router subsystems coming up.

NEC Portable Internetwork Core Operating System Software
Copyright Notices:
Copyright (c) NEC Corporation 2001-2005. All rights reserved.
Copyright (c) 1985-1998 OpenROUTE Networks, Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.
Router#


大丈夫みたいです。
ポートのリンクアップ状態も問題ないので
下準備をしていきたいと思います。

せっかく2台ありますし。
ひとまずのゴールはVPN接続したり、
ダイナミックの設定して動きを見てみようかと。

まずはFirmwareの確認。


Router# show version
NEC Portable Internetwork Core Operating System Software
IX Series IX2010 (magellan-sec) Software, Version 7.3.21, RELEASE SOFTWARE
Compiled Nov 17-Thu-2005 11:45:52 JST #2 by takai, coregen-7.3(21)

ROM: System Bootstrap, Version 16.6
System Diagnostic, Version 14.4

System uptime is 2 minutes
System woke up by reload, caused by power-on
System started at Feb 28-Thu-2013 17:45:24 JST
System image file is “ix2010-ms-7.3.21.ldc”
Processor board ID <2>
IX2015 (MPC8270A) 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)
Router#


当然最新じゃないです。
そしてメーカー保守を受けてないので
最新Firmも入手できず。このFirmで設定していきます。

つづいて、機器のシリアル確認


Router# show hardware
IX Series IX2015 Hardware Platform

S/N: G●●●●●●

Processor board:
Processor board ID <2>
CPU/CPM/BUS/PCI clock frequencies are 264/198/66/66 MHz
MPC8270A processor (revision 0x0a10, microcode 0x0071)
65536K bytes of main memory
512K bytes of non-volatile configuration memory
8192K bytes of processor flash memory


機器の時刻確認
ちょっとずれてます。

Router# show clock
Thursday, 28 February 2013 17:47:42 +09 00
Router#
Router#
Router(config)# clock 20 32 00
Router(config)# show clock
Thursday, 28 February 2013 20:32:06 +09 00
Router(config)#


機器へのパスワード設定


Router(config)# username tafs-admin password plain ●●● administrator
% User ‘tafs-admin’ has been added.


パスワードを設定したので、動作確認。


Router(config)# exit
Router(config)#
Router# exit

login: tafs-admin
Password:
NEC Portable Internetwork Core Operating System Software
Copyright Notices:
Copyright (c) NEC Corporation 2001-2005. All rights reserved.
Copyright (c) 1985-1998 OpenROUTE Networks, Inc.
Copyright (c) 1984-1987, 1989 J. Noel Chiappa.
Router#


大丈夫みたいです。

とりあえず、今回はここまで。
次回は下準備②かな。