Short helper how to switch frequencies in Toolbox. First read the thread:
https://mybroadband.co.za/vb/showth...x-for-new-Huawei-HiLink-devices-(E5186-B315s)
- Fill up the login/password and press "Connect" button, if successful lot of information will be updated.
- Do not play with frequency setting on the main tab. It might be not suitable for your router. Also return to "All bands" might be not working.
- Open "API control" tab
- Select /api/net/net-mode from the dropdown box and press "Get button". Top of the window will fill up with response, the bottom one gives a template for your command.
- Make note of the 'LTEBand' field. If router is in default settings it will be your return value for all bands. If you forget this step you can always query "/api/net-mode-list" or just reset the router.
Code:
<request>
<NetworkMode>00</NetworkMode>
<NetworkBand>3FFFFFFF</NetworkBand>
<LTEBand>7FFFFFFFFFFFFFFF</LTEBand>
</request>
- Change 'LTEBand' field to
0000000000000040 for band 7 or
0000002000000000 for band 38
- Press "Write" button and follow prompt
- Click on "Debug" tab and verify that command has been accepted - 'OK'
- Exit Toolbox
- Open Web management page, login and do manual network search. It takes a minute.
- If you see 4G 65519 on the list, then you picked up Rain network operating on this band.
- If you have SIM from Rain, you can try to see whether you can connect. Otherwise do not bother.