Hi everyone,
I’m facing a problem with a Mikrotik RBM33G with R11e-LTE6 modem, I’m using a simple LTE Antenna attached to the main with Vodafone SIM (Italy).
The main problem is that with that sim in a mobile smartphone (like iPhone XR), using speed test I can normally reach 60/40 Mbps (Down/Up) but with this Routerboard the max bandwidth that I can only reach IS 15/20Mbps also is unstable because sometimes is at 3/5Mbps, I noticed that ALWAYS the upload is more than download.
My setup is this:
-Eth01: Unifi AC-AP-LITE (Wifi Antenna)
-Eth02: OrangePi which works as Unifi Controller
-Eth03: Empty port DHCP Lan
-Wan: LTE interface
I’ve tried managing the MTU setting and Bands (on average my RSRP goes from -80 to -95), but the problem is the same, also tried with other SIM (ILIAD).
Obviously the tries that I did are with Ethernet Cable directly to the router
I attach my mikrotik backup so you can look.
it’s not possible to have a RSRP like this (on average my RSRP goes from -80 to -95) it can fluctue to +6 or -6 maximum,
or you have a lot of obstacles moving between the relay antenna and your modem
May be your lte move on 2 antenna relay, you have to fix one antenna : https://wiki.mikrotik.com/wiki/Manual:Interface/LTE#Using_Cell_lock and try several band (best is one which have larger bandwidth like 20Mhz) but you have to test.
or
“I noticed that ALWAYS the upload is more than download”. It’s also a sign
you provider make QOS and alow less bandwidth per user
there is lots of users on you antenna relay (try to make a test in the night or very soon in the morning)
You should add to LAN the vlan1 too.
/interface list member add interface=vlan1 list=LAN
If you add some bridge port’s then you use the bridge itself, you not use the original port’s who are not independent anymore.
/ip address add address=192.168.1.254/24 interface=bridgeLan
Of course the vlan1 IP is good and must stay as was setup.
About LTE.
At phone you have many band’s with mimo 2x2 antenna.
At MikroTik you use onle band=3 and say about antenna “main” means one cable ?
If you try compare mobile and r11e-LTE6 then give us screenshot from details app at phone who show us stuff like: current CA, bands, signals. From MikroTik the Cellular tab or info from CLI.
vlan1 is created at BridgeLan, you should not add the vlan1 as a child=port of bridge.
When I say on average my RSRP goes from -80 to -95, i mean that on BAND 3 my RSRP is -80, on BAND 20 the rsrp is -95
This is more technician.
B3@20Mhz with low signals have low CQI means low speed limited with LTE Calculator with max: 31.68Mbps - sorry. Try other external antenna dedicated to 1800Mhz ??
Check this my mimo 2x2 table:
I also tried on locking primary band but I get the same results…
If my provider makes QOS also with iPhone Hotspot I should get 10/20Mbps but instead I can get over 50Mbps
Check parameters at phone, maybe your phone have got a LTE-A with >Cat.12 and have better result’s by this factor.
In your location you not have Band 7, means you not create a B3+B7 agregation :(. You can do only B3+B20 or B1+B20 - depend that you can reach B1 on other tower.
Your Phone maybe can reach agregation like: B3+B3+B20 or B1+B3 or have >Rel.12 means have better modulation and that way better speed.
Hello,
first of all thanks for the advice at the mikrotik configuration level, tomorrow i will fix what concerns the bridge configuration.
Regarding LTE:
-I only have one antenna connected by cable on the MAIN of the LTE modem
I checked and actually my iPhone has a LTE CAT.12 unlike the LTE cat.6 modem present on the mikrotik but how much difference is there?
Tomorrow I will post the data relating to the bands and signals that iPhone detects so that I can analyze them.
Anyway what can I do to make it go at least 30/30? Because however it is at this moment it is unstable and the maximum I can do is 20Mbps but in upload.
With all external antenna is one big problem.
Any vendor not give a antenna Gain per Band/Freq - this means you not know what Gain you can reach.
They are not a perfect one antenna for all Bands, always some Band’s are more preffered, near 800Mhz or 2600Mhz or between.
Check very common difference between our most popular one antenna: Bez-Kabli.pl Forum post and picture with my comments
ATK 504 by vendor have 16/17/17/16 dB Gain but in reality the router reach rsrp +16@B20 & +10@B3 & +11@B1 & +1@B7
But Both antennas give big +Mbps for Band3 1800Mhz and Band1 2100Mhz - this is proof not always rsrp means speed, but with other modulation thresholds you can step to better speed.
That comparison with results at Mbps and RSRP between external mimo 2x2 antenna you can reach only at technical forums.
Amazon comments are just "lol, is better but I don’t know why and what is Band in LTE.. "
Now you should know that MIMO 2x2 means 2x beem and teoretical 2x speed compare to one cable antenna.
Now you should know that antenna and antenna that two differ stuff and only testing via few bands on it and compare to other one give you info (or oscilloscope…)
LTE Rel.12 and above (new) have a new 256qam modulation, means it’s easier to grab better modulation because are differ thresholds for CQI.
Example for CQI=6 but differ modems, both mimo 2x2:
I tried to use only BridgeLan as address list but when i disable the other ports the dhcp server not work anymore and mikrotik not give me an ip from the pool as i attach you.
Thank for your the antenna detail, I’ve tried to do some speed test also at midnight and the highest values are at near 30/30 so I think the antenna fixed at band 3 is at own limit.
I attach you other data collected from iPhone with the same Cell but I think that the main problem is the antenna that I used…
But... of course your iPhone have 10Mhz width, but with 2xCA....
But you not receive that theoretical >150Mbs... maybe your BTS is limited with some policy like FAP (Fair access policy) / FUP (Fair Usage Policy) etc. or maybe his uplink have other limits.
Now you know that your iPhone should have grab more then you receive.
What with MikroTik then.
He is Cat.6, have worse modulation but still can have good mimo 2x2 antenna and @20Mhz - max of width.
I currently testing some release candidate modem firmware and can give info that next fw give more stability and speed. I hope they release it soon.
Comparision is only depend at antenna gain and internal problem in firmware who not aggregate/sum/merge properly 2CA (this is my observation in my ISP).
By good antenna you can reach the same and more then iPhone.
About BridgeLan - strange.
Red DHCP-Server is when the bridge is not Running or have not IP at Bridge.
When I see your backup then that vlan1 should be removed from BridgeLan. The vlan1 is separated and it's should have own bridge-vlan10 or be separated addressed interface.