新しく回線契約したので、IX2015に設定を入れてみた。


BBExiciteが月額500円で提供していたので、登録してみました。これで回線がOCNとBBExciteの二つになりました。今まではONU-Cisco1812J(Router)-H3C-S5100(Switch)と接続していたのですが、回線が二つになったので、ONUからの線を一度Switchに接続し、そこからRouterの1812JとIX2015に分岐させるという方法を取りました。
そして今回、初めてIX2015に設定を入れたので、忘れても大丈夫なように設定ファイルを記しておきます。
コマンドがシスコライクなので設定は比較的手軽でした。と言ってもPPPoEの設定を入れたのと、DHCPでIPを振るようにしただけです。

ix2015(config)# show running-config
Current configuration : 1870 bytes
! 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
! Current time Apr 20-Sun-2014 22:38:54 JST
!
!
hostname ix2015
timezone +09 00
!
!
!
!
!
!
ntp server 210.173.160.87
ntp retry 3
ntp interval 3600
!
!
!
logging buffered 65536
logging timestamp datetime
!
!
!
ip route default FastEthernet0/0.1
ip dhcp enable
ip access-list lan permit ip src 192.168.0.0/16 dest any
ip access-list lan permit ip src 172.16.0.0/16 dest any
ip access-list lan permit ip src 10.0.0.0/8 dest any
ip ufs-cache enable
!
!
!
!
!
!
dns cache enable
dns cache max-records 1024
!
proxy-dns ip enable
proxy-dns ip query-interval 1
proxy-dns interface FastEthernet0/0.1 priority 220
!
telnet-server ip enable
telnet-server ip access-list lan
!
!
!
!
!
!
!
!
ppp profile bbexcite
authentication myname hogehoge@excite.co.jp
authentication password hogehoge@excite.co.jp password
!
ip dhcp profile lan
assignable-range 192.168.1.2 192.168.1.254
default-gateway 192.168.1.1
dns-server 210.130.1.1 210.130.0.1
!
device FastEthernet0/0
!
device FastEthernet0/1
!
device FastEthernet1/0
!
device BRI1/0
isdn switch-type hsd128k
!
interface FastEthernet0/0.0
no ip address
no shutdown
!
interface FastEthernet0/1.0
no ip address
shutdown
!
interface FastEthernet1/0.0
ip address 192.168.1.1/24
ip dhcp binding lan
no shutdown
!
interface BRI1/0.0
encapsulation ppp
no auto-connect
no ip address
shutdown
!
interface FastEthernet0/0.1
encapsulation pppoe
auto-connect
ppp binding bbexcite
ip address ipcp
ip mtu 1492
ip napt enable
no shutdown
!
interface Loopback0.0
no ip address
!
interface Null0.0
no ip address
ix2015(config)#

忘れず設定を保存します。
copy running-config startup-config
ついでに、何かあった時用にファームウェアをバックアップしておきます。
ix2015(config)# tftp put ix2010-ms-7.3.21.ldc xxx.xxx.xxx.xxx:ix2010-ms-7.3.21.ld
c
…………………………………………………………………………………………………………………………………………………………
TFTP transfer complete
ix2015(config)#
以上です。また何かあったら新しく記事を書きます。そのうちネットワーク構成図も書いておきたいなぁ、と。。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です