Connection: via IPv4
Your IP : 216.73.216.190
In English
Categories: Furukawa

[メモ]FITELnet F200とNCXX UX302NCでpovo2.0に繋ぐ[モバイル回線バックアップ]

概要

FITELnet F200とNCXX UX302NCでpovo2.0に繋ぐ設定例を紹介する。

構成と設定

想定構成

  • USB 1: NCXX UX302NC

最小限の設定例

conf t
interface dialer 1
 ip nat inside source list 1 interface
 caller *99***1#
 ppp account user@povo.jp povo
exit
interface modem 1
 idle-timer send off
 idle-timer receive off
 forced disconnect packet off
 forced disconnect cumulative-time off
 auto connect on continuous
 modem out-strings init 1 at+cgdcont=1,"IP","povo.jp"
 physical-layer usb 1
exit
end

設定後の状態

設定が入り通信できる状態になると以下のようになる

Router#show usb 1 modem-info 
  INFO0 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO1 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO2 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO3 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO4 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO5 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO6 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO7 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO8 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK
  INFO9 - Manufacturer: NCXX Inc.
          Model: UX302NC
          Revision: v1.0.8
          IMEI: 3516XXXXXXXXXXX
          +GCAP: +CGSM
          OK

  Signal level: not supported
  Signal quality -81dBm for 0000:00:00:00

Router#  ping 1.1.1.1
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/72/150 ms

Router#show interface dialer 1

DIALER1 is up
  name is not configured
  interface is modem 1
  dialer map is *99***1#
  caller *99***1#
  lcpKeepalive:off
    period:0(sec) retryCount:0(times)
  Last clearing of "show interface" packet counters never
  Statistics:
  5 packets input
    520 bytes input, 0 errors
    5 unicasts, 0 broadcasts, 0 multicasts
    0 discards, 0 unknown protocol
  5 packets output
    520 bytes output, 0 errors
    5 unicasts, 0 broadcasts, 0 multicasts
    0 discards

Router#show interface modem 1

Modem1 is connected
  DIALER1 occupies
  Physical-layer usb 1
  Auto connect mode is on continuous
  MTU is 1500 bytes
  Modem Send Idle-timeout off
  Modem Receive Idle-timeout off
  Modem Lcp Restart 300 (x10ms)
  Modem Lcp Maxtimes 10
  Modem Packet Limiter (Not active)
  Modem Cumulative-time Limiter (Not active)
  Modem signal-level monitoring off
  Modem signal-level logging off
  Modem signal-quality monitoring off
  Modem signal-quality logging off
  Modem initial string: at+cgdcont=1,"IP","povo.jp"
  Modem special-initial string: 
  Statistics:
      1 connect count
      0 connected count
      0 connect fail count
        
Router#show ip interface dialer 1

DIALER1 is up
IPv4 is enabled
pointTopoint
   IP address is 100.XXX.XXX.XXX, subnet mask is 255.255.255.255
   Destination address is 0.0.0.0

Router#ping 1.1.1.1
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/62/150 ms

 

うまくいかないとき

NDISモードになっている

NDISモードのときは以下のように認識される。この状態のときは動かないため、Windows PCのConnection ManagerでRASモード(modem)に設定して保存する。その他うまくいかないときもConnection Managerで状態を確認して再設定する。

Router#show usb 1 modem-info 
  INFO0 - 
  INFO1 - 
  INFO2 - 
  INFO3 - 
  INFO4 - 
  INFO5 - 
  INFO6 - 
  INFO7 - 
  INFO8 - 
  INFO9 - 

付録

全体構成例

  • LAN1
    • 192.168.0.0/24 DHCPでのアドレス配布
  • デフォルトルートをモバイル回線に設定
  • adminパスワード未設定
!
!  FITELnet F200 
!  MAC Address: 0080.bd43.0994
!  Hardware version: Ver 01.01-020910 
!  Firmware version: V01.27(00) 052325
!
!  LAST EDIT    00:33:46 2025/07/10
!  LAST REFRESH 00:35:18 2025/07/10
!  LAST SAVE    00:33:55 2025/07/10
!
!
!
!
!
!
!
!
!
!
!
!
!
ip route 0.0.0.0 0.0.0.0 dialer 1
!
access-list 1 permit 192.168.0.0 0.0.0.255
!
!
!
!
!
!
!
!
proxydns mode v4
!
!
!
!
!
!
!
!
service dhcp-server
!
!       
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!       
!
ip dhcp pool lan 1
 dns-server 0.0.0.0
 default-router 0.0.0.0
exit
!
interface dialer 1
 ip nat inside source list 1 interface
 caller *99***1#
 ppp account user@povo.jp povo
exit
interface lan 1
 ip address 192.168.0.1 255.255.255.0
exit
interface modem 1
 idle-timer send off
 idle-timer receive off
 forced disconnect packet off
 forced disconnect cumulative-time off
 auto connect on continuous
 modem out-strings init 1 at+cgdcont=1,"IP","povo.jp"
 physical-layer usb 1
exit
!
!
!
line lan
 lag mode enable
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
end

 

参考

ワイヤレス接続 ~ NTTコミュニケーションズのデータ通信端末(MF112A,UX302NC,UX302NC-R)を使用する ~ https://www.furukawa.co.jp/fitelnet/product/f200/setting/detail/wireless17.html

This post was last modified on 2025年7月10日 12:08 PM

Share
Published by
おきん(blog)

This website uses cookies.