Skip to main content

YAMAHA RTX/NVRシリーズの設定

サンプルトポロジーに基づいた、YAMAHA RTX/NVRシリーズの設定例を示します。

なお、以下の例ではLAN2にOCX光 プライベートのONUを接続し、LAN1に宅内ネットワークを接続していることを前提としています。

対応機種

OCX光 プライベートに対応するCPEのYAMAHA製品のすべてで対応しています。 一部の機種では古いファームウェアで動作しない場合があるため、最新のファームウェアに更新することを強く推奨します。

RA方式とPD方式

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

例 - RA方式

ip route 192.168.10.0/24 gateway tunnel 1
ipv6 prefix 1 ra-prefix@lan2::/64
ipv6 source address selection rule lifetime
ip lan1 address 192.168.50.1/24
ipv6 lan2 address ra-prefix@lan2::3:4:5:6/64
ipv6 lan2 dhcp service client ir=on
ngn type lan2 ntt
tunnel select 1
tunnel encapsulation ipip
tunnel endpoint address 2400:c320:101:a:b:c:d:e
ip tunnel mtu 1460
tunnel enable 1

例 - PD方式

ip route 192.168.10.0/24 gateway tunnel 1
ipv6 prefix 1 dhcp-prefix@lan2::/64
ipv6 source address selection rule lifetime
ip lan1 address 192.168.50.1/24
ipv6 lan2 address dhcp-prefix@lan2::3:4:5:6/64
ipv6 lan2 dhcp service client
ngn type lan2 ntt
tunnel select 1
tunnel encapsulation ipip
tunnel endpoint address 2400:c320:101:a:b:c:d:e
ip tunnel mtu 1460
tunnel enable 1

テンプレート - RA方式

ip route {{OCX側ネットワーク}} gateway tunnel 1
ipv6 prefix 1 ra-prefix@lan2::/64
ipv6 source address selection rule lifetime
ip lan1 address {{宅内ネットワーク側IFのIPv4アドレス}}/{{宅内ネットワーク側IFのIPv4プレフィックス長}}
ipv6 lan2 address ra-prefix@lan2::{{CPEエンドポイントアドレスで指定された下64bitアドレス(IFID)}}/64
ipv6 lan2 dhcp service client ir=on
ngn type lan2 ntt
tunnel select 1
tunnel encapsulation ipip
tunnel endpoint address {{ゲートウェイエンドポイントアドレス}}
ip tunnel mtu 1460
tunnel enable 1

テンプレート - PD方式

ip route {{OCX側ネットワーク}} gateway tunnel 1
ipv6 prefix 1 dhcp-prefix@lan2::/64
ipv6 source address selection rule lifetime
ip lan1 address {{宅内ネットワーク側IFのIPv4アドレス}}/{{宅内ネットワーク側IFのIPv4プレフィックス長}}
ipv6 lan2 address dhcp-prefix@lan2::{{CPEエンドポイントアドレスで指定された下64bitアドレス(IFID)}}/64
ipv6 lan2 dhcp service client
ngn type lan2 ntt
tunnel select 1
tunnel encapsulation ipip
tunnel endpoint address {{ゲートウェイエンドポイントアドレス}}
ip tunnel mtu 1460
tunnel enable 1