NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Srennie837
Jan 24, 2018Tutor
Nighthawk m1 4g+ only
Hi,
My Nighthawk M1 (EE UK, not US) is currently connecting to a mast with 5 bars of signal on 4g, and gets 10mb/s speeds. There is an other local mast with 3 bars of signal on 4g+, and can get up to 130mb/s speeds.
Is there any way to force the nighthawk onto the faster mast? Or use the carrier aggregation to connect to both?
Thanks in advance.
23 Replies
- TeeJay74VirtuosoYou could try with directional antenna. Inter-site CA is not yet possible.
- Is there anyway to select which band to prefer then? Currently I'm on band 3 but band 7 is faster on the other mast. I'm on setting 02 which is LTE only, but I know in previous Air Cards you can adjust through the AT settings to add more choices.
- TeeJay74Virtuoso
Band locking can be useful in some situations and Netgear knows this. I see UE band locking features as a tool for handling special situations. MR1100 webgui does not have this kind of feature at the moment. Let's hope that developers add this feature to future firmware release. Automatic band selection does not always bring best actual performance and that is a real problem. Anyone who has done a lot of fieldtesting knows about this.
- Yes please. How did you do it?
- JSchnee21Virtuoso
+1
- JoyfuldadAspirantHow did you accomplish the band steering ?
- TCsBackInitiateHow did you work out band steering?
From what I can figure out the AT command adds to the band region drop down menu.
So AT!BAND=03,"LTE B20 ONLY",0000000000000000,0000000000080000 Adds the word lte b20 at drop down position 3I then made a string for the the other bandsAT!BAND=04,"LTE B20 ONLY",0000000000000000,0000000000000004 I had to use a proper code editor as my text editor adding control character.Let me know how you get on.1) Connect M1 via USB and switch off WiFi in your PC so that there is no IP conflicts
2) Using PUTTY or any Telnet utility, Telnet 192.168.1.1 Port: 5510
3) Issue the following AT commands(you can copy and paste them, one at a time)
AT!BAND=03,"LTE B20 ONLY",0000000000000000,
0000000000080000 AT!RESET
Once the device resumes, go to GUI/App -> Settings -> Advanced Settings -> Cellular -> in the Band Region drop down you will now have one additional option called "LTE B20 ONLY"
Select that option to force to B20 only.