Community discussions

MikroTik App
 
vatson
just joined
Topic Author
Posts: 3
Joined: Wed Sep 04, 2013 6:11 pm

Huawei E3276 4G modem

Wed Sep 04, 2013 6:42 pm

Hello!

I'm trying to get Huawei E3276 4G USB modem working with RB751U-2HnD (RouterOS 6.3, also tried with 6.2 and 5.24). This specific 4G modem is not listed as supported in the wiki, but unfortunately my mobile provider doesn't have any supported 3G or 4G devices to offer, so I decided to try anyway.

Short summary - the RB751 seems to recognize the modem just fine, but I cannot get connected to the internet. I think the problem is caused by some wrong settings in my ppp-out1 interface configuration (I've contacted my mobile provider for suggestions), but I'd like to verify I'm not missing anything on the Mikrotik side, because this is my first experience with Mikrotik.

I followed these wiki pages:
http://wiki.mikrotik.com/wiki/Option_Gl ... _USB_Modem
http://wiki.mikrotik.com/wiki/Huawei_EVDO

The port is detected correctly:
 /port print
Flags: I - inactive
 #   NAME                        CHANNELS USED-BY                     BAUD-RATE
 0   usb1                               2                             9600
Modem responds to AT commands:
 /system serial-terminal usb1 channel=0

[Ctrl-A is the prefix key]


ATI
^RSSI:12

Manufacturer: huawei
Model: E3276
Revision: 21.192.03.01.07
IMEI: 863781013170312
+GCAP: +CGSM,+DS,+ES

OK
So I set up the ppp-out1 interface with following configuration:
/interface ppp-client print

Flags: X - disabled, R - running
 0    name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb1
      data-channel=0 info-channel=0 apn="internet.emt.ee" pin="" user=""
      password="" profile=default phone="*99#" dial-command="ATDT"
      modem-init="AT+CGDCONT=1,"IP","internet.emt.ee"" null-modem=no
      dial-on-demand=no add-default-route=yes default-route-distance=1
      use-peer-dns=yes keepalive-timeout=30 allow=pap,chap,mschap1,mschap2
The 'apn' and 'phone' settings are definitely correct. Modem-init is what I found on the web in many postings about using various Huawei modems (I also tried with empty modedm-init). I tried all possible combinations of data-channel and info-channel (4 combinations as my modem has 2 channels). I tried reducing max-mtu and max-mru to 512. PIN is empty because I disabled PIN verification in Windows' Mobile Broadband software (and verified I can get connected without being prompted for PIN).

With above settings, I can successfully get info:
/interface ppp-client> info 0
       modem-status: ready
         pin-status: no password required
      functionality: full
       manufacturer: huawei
              model: E3276
           revision: 21.192.03.01.07
      serial-number: 863781013170312
   current-operator: EE EMT (cellid unknown)
  access-technology: Evolved 3G (LTE)
     signal-strengh: -89 dBm
   frame-error-rate: n/a
But when I try to connect with /interface ppp-client enable 0, the result is as follows:
02:57:33 async,ppp,info ppp-out1: initializing...
02:57:33 system,info device changed by admin
02:57:33 async,ppp,info ppp-out1: reseting link...
02:57:34 async,ppp,info ppp-out1: initializing modem...
02:57:34 async,ppp,info ppp-out1: dialing out...
02:57:34 async,ppp,debug ppp-out1: LCP lowerup
02:57:34 async,ppp,debug ppp-out1: LCP open
02:57:34 async,ppp,debug,packet  ppp-out1: sent LCP ConfReq id=0x1
02:57:34 async,ppp,debug,packet    <magic 0x1bf6a005>
02:57:34 async,ppp,debug,packet    <pcomp>
02:57:34 async,ppp,debug,packet    <accomp>
02:57:35 async,ppp,debug ppp-out1: LCP timer
02:57:35 async,ppp,debug,packet  ppp-out1: sent LCP ConfReq id=0x2
02:57:35 async,ppp,debug,packet    <magic 0x1bf6a005>
02:57:35 async,ppp,debug,packet    <pcomp>
02:57:35 async,ppp,debug,packet    <accomp>
02:57:36 async,ppp,debug ppp-out1: LCP timer
02:57:36 async,ppp,debug,packet  ppp-out1: sent LCP ConfReq id=0x3
02:57:36 async,ppp,debug,packet    <magic 0x1bf6a005>
02:57:36 async,ppp,debug,packet    <pcomp>
02:57:36 async,ppp,debug,packet    <accomp>
02:57:39 async,ppp,debug ppp-out1: LCP timer
...
02:58:50 async,ppp,debug,packet  ppp-out1: sent LCP ConfReq id=0xa
02:58:50 async,ppp,debug,packet    <magic 0x1bf6a005>
02:58:50 async,ppp,debug,packet    <pcomp>
02:58:50 async,ppp,debug,packet    <accomp>
02:59:31 async,ppp,debug ppp-out1: LCP timer
02:59:31 async,ppp,debug ppp-out1: LCP timeout sending ConfReq
02:59:31 async,ppp,debug ppp-out1: LCP lowerdown
02:59:31 async,ppp,info ppp-out1: terminating...
02:59:31 async,ppp,debug ppp-out1: LCP lowerdown
02:59:31 async,ppp,debug ppp-out1: LCP down event in starting state
02:59:31 async,ppp,info ppp-out1: disconnected
Given the above, would you agree that the problem is in my ppp-out1 interface settings which I need to sort out with my mobile provider, or could it still be caused by incompatibility between my router and 4G modem or something I have missed in Mikrotik setup?
 
vatson
just joined
Topic Author
Posts: 3
Joined: Wed Sep 04, 2013 6:11 pm

Re: Huawei E3276 4G modem

Thu Sep 05, 2013 4:28 pm

I consulted with my mobile service provider and found out what the problem is. The problem was not in my settings, but basic incompatibility between Mikrotik and Huawei E3276. Huawei E3276 works only in NDIS mode, but for RouterOS to be able to use a 3G/4G modem as ppp interface it has to work in RAS (dialup) mode. I returned the E2376 and obtained E3131, and voila - instant internet connection (not at 4G speeds, but for me this is not important).

Maybe these newer NDIS 4G modems will work as '/interface lte' type interfaces in the future, but at least with RouterOS 6.3 the E3276 was not recognized as such.
 
andrej
just joined
Posts: 4
Joined: Fri Sep 06, 2013 8:57 am

Re: Huawei E3276 4G modem

Fri Sep 06, 2013 9:24 am

Hello!

I have the same problem in Latvia with modem Huawei E3276.
:(

Help please.
 
andrej
just joined
Posts: 4
Joined: Fri Sep 06, 2013 8:57 am

Re: Huawei E3276 4G modem

Fri Sep 06, 2013 9:24 am

Hello!

I have the same problem in Latvia with modem Huawei E3276.
:(

Help please.
 
andrej
just joined
Posts: 4
Joined: Fri Sep 06, 2013 8:57 am

Re: Huawei E3276 4G modem

Fri Sep 06, 2013 9:25 am

Hello!

I have the same problem in Latvia with modem Huawei E3276.
:(

Help please.
 
vatson
just joined
Topic Author
Posts: 3
Joined: Wed Sep 04, 2013 6:11 pm

Re: Huawei E3276 4G modem

Fri Sep 06, 2013 12:51 pm

Hello!

I have the same problem in Latvia with modem Huawei E3276.
:(

Help please.
I guess realistically at this moment the only solution is to get a different modem. Huawei E3131 seems to be working fine for me.
 
andrej
just joined
Posts: 4
Joined: Fri Sep 06, 2013 8:57 am

Re: Huawei E3276 4G modem

Fri Sep 06, 2013 2:08 pm

I call'd to LMT (operator) and they told me AT comand for E3276 Huawei:
AT^SETPORT="A1,A2;10,12,13,16"

HUAWEI E3276 modema PC UI Interface, DIAG, MODEM port open.
 
cmoegele
newbie
Posts: 35
Joined: Tue Nov 29, 2011 7:44 pm

Re: Huawei E3276 4G modem

Sat Sep 07, 2013 8:30 am

would be nice to get Hilink / NDIS support for such devices.
With Openwrt and DD-WRT you will get them up ,...!
 
adileso
just joined
Posts: 1
Joined: Fri Jan 10, 2014 3:24 pm

Re: Huawei E3276 4G modem

Fri Jan 10, 2014 4:00 pm

Thank you vatson. After I read this post I finally got my Huawei E3131 to work with 951G-2HnD.

I first disabled HiLink on the usb and turn it into a modem. I was using Windows 7 so it wasn't easy to make the stick to be recognised. I followed this post from ginggs:
http://mybroadband.co.za/vb/showthread. ... -%29/page2

I followed your steps but still I could not make it to work. Finally I upgraded the firmware of my Routerboard to 3.10 and the RouterOS 6.1 to 6.7, tweaked a little the configuration and suddenly something started to show on the logs. I needed to add another custom profile to the PPP settings to succesfully connect. I am conecting to a 3G network from Sweden by the name of TRE (http://www.tre.se).

Here are my settings, for other to use:
/port print
Flags: I - inactive 
 #   NAME                                   CHANNELS USED-BY                                 BAUD-RATE
 0   usb1                                          3 PPP <ppp-out1>                          9600    
/interface ppp-client print
Flags: X - disabled, R - running 
 0  R name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb1 data-channel=0 info-channel=0 
      apn="bredband.tre.se" pin="" user="" password="" profile=3g phone="*99#" dial-command="ATDT" 
      modem-init="ATZ;AT+CGDCONT=1,"IP","bredband.tre.se"" null-modem=no dial-on-demand=no 
      add-default-route=no use-peer-dns=no keepalive-timeout=30 allow=chap 
and here is the relevant profile:
/ppp profile print 
Flags: * - default 
 0 * name="default" remote-ipv6-prefix-pool=none use-ipv6=yes use-mpls=default use-compression=default 
     use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=yes 
     address-list="" 

 2   name="3g" remote-ipv6-prefix-pool=(unknown) use-ipv6=no use-mpls=no use-compression=no 
     use-vj-compression=no use-encryption=no only-one=default change-tcp-mss=yes address-list="" 
 
judyblue
just joined
Posts: 2
Joined: Thu Aug 27, 2015 6:52 pm

Re: Huawei E3276 4G modem

Thu Aug 27, 2015 6:59 pm

I got a unlocked Huawei E3276 without contract from here.
 
QuesT
just joined
Posts: 13
Joined: Wed Sep 25, 2013 5:05 pm

Re: Huawei E3276 4G modem

Mon Nov 02, 2015 4:57 pm

I have the same LTE Stick (E3276 )
Any News about 4G and Microtik?

Thanks