Hilink Analysetool for new Cat6 Routers like E5186

E5186

New Member
Joined
Jan 24, 2015
Messages
7
Thread moved at the request of @sajunky :)

HI sorry my English is :confused:
I have an E5186s-22a and it works very well (not an E5186-61a)
Our Provider only work with CAT4 and so i get Download144/Upload45 Mbits but i am happy with this speed.
I'm looking for a firmware provides more options like DDNS.. and therefore in this forum are very good programmers at home
The only thing I found is this analysis and setting tool which help me fix the 2600 Band.
(menu Language also in English)
http://www.lte-anbieter.info/ltewatch/huawei.php

normal-png.1453

BIG-MODE
attachment.php


To get RSRP,RSRQ...over HILINK per Hand you only have to set this lines in Browser
http://192.168.8.1 (open first window1 for pass)

http://192.168.8.1/api/device/signal (open second window2 to get signal Info)
Strg+U
http://192.168.8.1/api/global/module-switch (to see what modul is open)
Strg+U
http://192.168.8.1/api/net/net-mode (If you know "How to" you can set LTEBand individually)
Strg+U
http://192.168.8.1/api/device/device-feature-switch (modul coulometer ?)
Strg+U
http://192.168.8.1/api/device/information (works only with window1 Router and password first)
Strg+U
------------------------------------------------------------------------------------------
Back to "How do" individually Band setting

http://192.168.8.1/api/net/net-mode
Strg+U

<?xml version="1.0" encoding="UTF-8"?>
<response>
<NetworkMode>03</NetworkMode>
<NetworkBand>3FFFFFFF</NetworkBand>
<LTEBand>800D5</LTEBand>
</response>

800D5 means that your router can select Band 1,3,5,7,8,20 automatically

10000000000011010101 = HEX 800D5 = <LTEBand>800D5</LTEBand>
binary from right to left 1-20
00000000000000000001 = only 2100 MHZ = Band 1 = <LTEBand>00001</LTEBand>
00000000000000000100 = only 1800 MHZ = Band 3 = <LTEBand>00004</LTEBand>
00000000000000010000 = only 850 MHZ = Band 5 = <LTEBand>00010</LTEBand>
00000000000001000000 = only 2600 MHZ = Band 7 = <LTEBand>00040</LTEBand>
00000000000010000000 = only 900 MHZ = Band 8 = <LTEBand>00080</LTEBand>
10000000000000000000 = only 800 MHZ = Band 20 = <LTEBand>80000</LTEBand>

00000000000001000100 = 1800+2600 MHZ = LTE Advanced = <LTEBand>00044</LTEBand>

So if you want only 1800MHZ you have to change LTEBand to <LTEBand>4</LTEBand>

! WARNING Band switch back to automatically with tool !
I can not say what <LTEBand>xxxxx</LTEBand> the E5186-61a automatically has ?

The E5186s-22a has <LTEBand>800C5</LTEBand> automatically
The E5786s-22a has <LTEBand>800D5</LTEBand> automatically
 
Last edited:

sajunky

Honorary Master
Joined
Nov 1, 2010
Messages
13,124
Hi, there. :)
Bad news, this is a new HiLink feature of CAT4 LTE devices, not older ones. We don't have many users with such devices, but I think will be soon, I think.
 

E5186

New Member
Joined
Jan 24, 2015
Messages
7
Yes the old one like E3272+HILINK are little bit different USB Sticks need no Password
http://192.168.1.1/api/device/signal is the same but fix a special Band like 2600 MHZ you have to work with AT commands
AT^SYSCFGEX="03",3FFFFFFF,2,4,40,, sample for set only 2600 MHZ Frequenz
AT^SYSCFGEX="03",3FFFFFFF,2,4,4,, sample for set only 1800 MHZ Frequenz
AT^SYSCFGEX="03",3FFFFFFF,2,4,80000,, sample for set only 800 MHZ Frequenz.......
 
Last edited:

sajunky

Honorary Master
Joined
Nov 1, 2010
Messages
13,124
Hi Friends
AnalyseTool version-2 is finished now it works also with Huawei E3372,E3276.HILINK.... and also over OpenWRT to HILINK-Huawei Modems
www.lte-anbieter.info/ltewatch/huawei.php
Incompatible library. Using Windows XP SP3, Net Framework 2.0 SP2, 3.0 SP2, 3.5 SP1.

BTW, api WEB access works with B315

Code:
00 3FFFFFFF 7FFFFFFFFFFFFFFF

<?xml version="1.0" encoding="UTF-8"?>
<response>
<NetworkMode>00</NetworkMode>
<NetworkBand>3FFFFFFF</NetworkBand>
<LTEBand>7FFFFFFFFFFFFFFF</LTEBand>
</response>

How to change these values from the browser?
How to enter AT commands (i.e. AT^SYSCFGEX=?)?
 
Last edited:

montanapark

Active Member
Joined
Apr 8, 2013
Messages
64
Do not use the tool on a E5186-61 router, it will mess it up. I spent the day having to fix the router so that it goes back to Band B40 for LTE. The tool is only set for FDD LTE bands, Telkom is on a TDD band B40. Auto Setting does not work for this router, so you'll be stuck on only 3G.

This is how to fix your router if you messed it up: note, copy and paste token from 1st curl message reply into the 2nd and you have to be logged into the router with the web interface while doing this otherwise the 2nd curl will reply with an error message.

call curl http://192.168.8.1/api/webserver/token
call curl -v -H "Accept:" -H "__RequestVerificationToken: 1853352000" -H "Accept-Language: de,en-US;q=0.7,en;q=0.3" -H "Accept-Encoding: gzip, deflate" -H "Content-type: application/x-www-form-urlencoded" -H "X-Requested-With: XMLHttpRequest" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0" -H "Referer: http://192.168.8.1/html/home.html" -H "Host: 192.168.8.1" --data "<?xml version="1.0" encoding="UTF-8" ?><request><NetworkMode>00</NetworkMode><NetworkBand>3FFFFFFF</NetworkBand><LTEBand>8008000044</LTEBand></request>" -X POST http://192.168.8.1/api/net/net-mode
 
Top