FutureNet

NXR,VXRシリーズ

WANインタフェース編

11. モバイル冗長化設定

11-1. NXR-G180/L-CA モバイル回線冗長構成(Ping監視)

この設定例では、メイン回線にモバイル(WWAN)、バックアップ回線にモバイル(PPP)を利用して冗長化を行います。メイン回線側で障害発生時、バックアップ回線で通信を継続します。

 

【 対象機種 】NXR-G180/L-CA(2022/7現在)

最新の対応状況は、各製品の更新履歴やユーザーズガイドをご確認ください。

 

コンテンツ
構成図 設定例 設定例解説 端末の設定例 付録

 

【 構成図 】

  • この例ではメイン回線のインタフェースをwwan0、バックアップ回線のインタフェースをppp0とします。
  • メイン回線の監視方法には、Ping監視(track設定)を使用します。
  • NXR-G180/L-CAはキャリアアグリゲーション対応の内蔵通信モジュールがmobile1(LTE1),キャリアアグリゲーション未対応の内蔵通信モジュールがmobile2(LTE2)となります。

 

〔 正常時 〕

  • メイン回線のWWAN,バックアップ回線のPPPは、ともに常時接続とします。
  • ppp0側の通信経路(デフォルトルート)はネットイベント機能で無効にします。

 

〔 メイン回線側障害時 〕

  • メイン回線側障害時、ネットイベント機能でppp0側の通信経路(デフォルトルート)が有効になり、ppp0側で通信を継続します。
    (☞) メイン回線側の障害は、メイン回線監視先へのPingがNGとなり、トラック状態がダウンすることを想定しています。
  • 通信経路は、ip routeコマンドで設定したデフォルトルートとDHCPで取得したデフォルトゲートウェイが両方有効な場合、ip routeコマンドで設定したデフォルトルートが優先となります。

 

【 設定例 】

nxrg180#configure terminal
nxrg180(config)#interface ethernet 0
nxrg180(config-if)#ip address 192.168.10.1/24
nxrg180(config-if)#exit
nxrg180(config)#track 1 ip reachability 198.51.100.1 interface wwan 0 30 3
nxrg180(config)#ip route 0.0.0.0/0 ppp 0 netevent 1 active
nxrg180(config)#interface wwan 0
nxrg180(config-wwan)#ip masquerade
nxrg180(config-wwan)#ip spi-filter
nxrg180(config-wwan)#ip tcp adjust-mss auto
nxrg180(config-wwan)#wwan username [モバイル(WWAN)接続用ユーザID] password [モバイル(WWAN)接続用パスワード]
nxrg180(config-wwan)#wwan authentication chap
nxrg180(config-wwan)#mobile apn [APN] cid 1 pdp-type ip
nxrg180(config-wwan)#exit
nxrg180(config)#ppp account username [モバイル(PPP)接続用ユーザID] password [モバイル(PPP)接続用パスワード]
nxrg180(config)#interface ppp 0
nxrg180(config-ppp)#ip address negotiated
nxrg180(config-ppp)#ip masquerade
nxrg180(config-ppp)#ip spi-filter
nxrg180(config-ppp)#ip tcp adjust-mss auto
nxrg180(config-ppp)#ppp username [モバイル(PPP)接続用ユーザID]
nxrg180(config-ppp)#mobile apn [APN] cid 1 pdp-type ip
nxrg180(config-ppp)#dial-up string *99***1#
nxrg180(config-ppp)#dial-up timeout 30
nxrg180(config-ppp)#exit
nxrg180(config)#mobile error-recovery-reset
nxrg180(config)#mobile termination-recovery reset
nxrg180(config)#mobile 2 ppp 0
nxrg180(config)#mobile 1 carrier [キャリア1]
nxrg180(config)#mobile 2 carrier [キャリア2]
nxrg180(config)#exit
nxrg180#clear mobile 1
nxrg180#clear mobile 2
nxrg180#configure terminal
nxrg180(config)#dns
nxrg180(config-dns)#service enable
nxrg180(config-dns)#priority dhcp 1
nxrg180(config-dns)#priority ppp 0 10
nxrg180(config-dns)#timeout 5
nxrg180(config-dns)#exit
nxrg180(config)#exit
nxrg180#save config

 

【 設定例解説 】

1. <LAN側(ethernet0)インタフェース設定>
nxrg180(config)#interface ethernet 0
nxrg180(config-if)#ip address 192.168.10.1/24

ethernet0インタフェースのIPアドレスを設定します。

 

2. <トラック設定>
nxrg180(config)#track 1 ip reachability 198.51.100.1 interface wwan 0 30 3

以下のルールでトラックを設定します。

  • トラック番号 … 1
  • 監視方法 … Ping(IPv4)監視
  • 宛先IPv4アドレス … 198.51.100.1
  • 出力インタフェース … wwan0
  • 監視間隔 … 30秒
  • リトライ回数 … 3回

 

3. <スタティックルート設定>
nxrg180(config)#ip route 0.0.0.0/0 ppp 0 netevent 1 active

デフォルトルートを設定します。ppp0の経路はネットイベントを指定し、トラック設定(Ping監視)で障害を検知した場合のみ、有効にします。

 

4. <WAN側(wwan0)インタフェース設定>
nxrg180(config)#interface wwan 0

wwan0インタフェースを設定します。
(☞) wwan0インタフェースはデフォルトでDHCPクライアントが設定されています。

nxrg180(config-wwan)#ip masquerade
nxrg180(config-wwan)#ip spi-filter

IPマスカレード、ステートフルパケットインスペクションを有効にします。

nxrg180(config-wwan)#ip tcp adjust-mss auto

TCP MSSの調整機能をオートに設定します。

nxrg180(config-wwan)#wwan username [モバイル(WWAN)接続用ユーザID] password [モバイル(WWAN)接続用パスワード]

モバイル(WWAN)接続用ユーザID,パスワードを設定します。

nxrg180(config-wwan)#wwan authentication chap

WWAN接続用の認証方式を設定します。

nxrg180(config-wwan)#mobile apn [APN] cid 1 pdp-type ip

APN,CID,PDPタイプを設定します。

 

5. <PPPアカウント設定>
nxrg180(config)#ppp account username [モバイル(PPP)接続用ユーザID] password [モバイル(PPP)接続用パスワード]

モバイル(PPP)接続用ユーザID,パスワードを設定します。

 

6. <WAN側(ppp0)インタフェース設定>
nxrg180(config)#interface ppp 0
nxrg180(config-ppp)#ip address negotiated

ppp0インタフェースのIPアドレスにnegotiatedを設定します。

nxrg180(config-ppp)#ip masquerade
nxrg180(config-ppp)#ip spi-filter

IPマスカレード、ステートフルパケットインスペクションを有効にします。

nxrg180(config-ppp)#ip tcp adjust-mss auto

TCP MSSの調整機能をオートに設定します。

nxrg180(config-ppp)#ppp username [モバイル(PPP)接続用ユーザID]

モバイル(PPP)接続用ユーザIDを設定します。

nxrg180(config-ppp)#mobile apn [APN] cid 1 pdp-type ip

APN,CID,PDPタイプを設定します。

nxrg180(config-ppp)#dial-up string *99***1#

発信用の電話番号を設定します。
(☞) 電話番号の#の前の数字はCIDを表しています。

nxrg180(config-ppp)#dial-up timeout 30

ダイアルタイムアウトを設定します。

 

7. <モバイルエラーリカバリー設定>
nxrg180(config)#mobile error-recovery-reset

内蔵通信モジュールとの通信に重大な問題が発生する可能性が高いと判断した場合、内蔵通信モジュールのリセットを行うように設定します。

 

8. <モバイルターミネーションリカバリー設定>
nxrg180(config)#mobile termination-recovery reset

PPP接続時に網側から切断された場合、内蔵通信モジュールのリセットを行うように設定します。

 

9. <モバイル割り当て設定>
nxrg180(config)#mobile 2 ppp 0

mobile2として認識されている内蔵通信モジュールとppp0インタフェースの関連づけを行います。
内蔵通信モジュールをPPPインタフェースで使用する場合は、mobileコマンドによるPPPインタフェースへの関連付けが必要になります。
(☞) mobile2の情報はshow mobile 2コマンドで確認することができます。

 

10. <モバイルキャリア設定>
nxrg180(config)#mobile 1 carrier [キャリア1]

mobile1のキャリアを設定します。
(☞) キャリア設定は「clear mobile 1」コマンドによるモバイルリセットを行うことで反映されます。

nxrg180(config)#mobile 2 carrier [キャリア2]

mobile2のキャリアを設定します。
(☞) キャリア設定は「clear mobile 2」コマンドによるモバイルリセットを行うことで反映されます。

 

11. <DNS設定>
nxrg180(config)#dns
nxrg180(config-dns)#service enable

DNSサービスを有効にします。

nxrg180(config-dns)#priority dhcp 1
nxrg180(config-dns)#priority ppp 0 10

DNSサーバの優先度を変更します。
DHCPで取得したDNSサーバアドレスを、ppp0インタフェースで取得したDNSサーバアドレスよりも優先するように設定します。
(☞) デフォルトではdhcp,ppp0それぞれでDNSサーバアドレスを取得した場合、優先度はppp0→dhcpの順になります。

nxrg180(config-dns)#timeout 5

タイムアウト時間を設定します。

 

12. <設定の保存>
nxrg180#save config

設定内容を保存します。

 

【 端末の設定例 】

IPアドレス 192.168.10.100
サブネットマスク 255.255.255.0
デフォルトゲートウェイ 192.168.10.1
DNSサーバ

 

【 付録 】