Skip to main content

CENTURY SYSTEMS NXRシリーズの設定

サンプルトポロジーに基づいた、CENTURY SYSTEMS NXRシリーズの設定例を示します。
ethernet 1にOCX光 プライベートのONUを接続し、ethernet 0に宅内ネットワークを接続しています。

対応機種

OCX光 プライベートに対応するCPE
本稿では、下記機種及びそのオペレーティングシステムを用いて動作確認をしています。
NXR-G100 / ver 6.23.9 (build 4/08:14 28 02 2022) / DIP-SW : 1:off 2:off 3:off 4:off

RA方式とPD方式

Router Advertisement(RA)方式と Prefix Delegation(PD)方式で設定方法が異なります。
詳しくは「RA方式とPD方式について」をご確認ください。

例 - RA方式

ipv6 forwarding
no fast-forwarding enable
!
interface tunnel 1
no ip address
tunnel mode ipipv6
tunnel source ethernet 1
tunnel destination 2400:C320:101:A:B:C:D:E
!
interface ethernet 0
ip address 192.168.50.1/24
!
interface ethernet 1
no ip address
ipv6 address autoconfig interface-id ::3:4:5:6
!
ip route 192.168.10.0/24 tunnel 1
!
end

例 - PD方式

後日掲載いたします

テンプレート - RA方式

ipv6 forwarding
no fast-forwarding enable
!
interface tunnel 1
no ip address
tunnel mode ipipv6
tunnel source ethernet 1
tunnel destination {{ゲートウェイエンドポイントアドレス}}
!
interface ethernet 0
ip address {{宅内ネットワーク側IFのIPv4アドレス}}/{{宅内ネットワーク側IFのIPv4プレフィックス長}}
!
interface ethernet 1
no ip address
ipv6 address autoconfig interface-id {{CPEエンドポイントアドレスで指定された下64bitアドレス(IFID)}}
!
ip route {{OCX側ネットワーク}}/{{OCX側ネットワークのIPv4プレフィックス長}} tunnel 1
!
end

例 - PD方式

後日掲載いたします