1. The ping with non-fragment option I do it on the Mikrotik's console to any public IP?
Long article I must create.... all that stuff are many times at forum of course.
viewtopic.php?t=130501#p640872
.
2. The packet sniffer that you say is the Torch of LTE interface?
The online tool
http://www.letmecheck.it/mtu-test.php show me my mtu is 1500 what is fake becasue I see all package incomming to lte1 are fragmented to smaller.
I use remotely pc and ping's to my PublicIP with differ size to discover that all >1361 are fragments.
Greate help is a WinBox > New Terminal > do it bigger or maximalize and type and watch Size column
tool sniffer quick interface=lte1 direction=rx ip-protocol=1
Remember that 20 is tcp size + 8 icmp=ping => 28B difference
.
5. How to control MTU using mangle?
viewtopic.php?t=130501#p640896
or with your size for all bigger>=1361 change to 1360.
/ip firewall mangle add action=change-mss chain=forward new-mss=1360 out-interface=ether1-SXTR passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=1361-65535
.
3. On second post you say that check some LTE parameters. Which?
In this post at end of it you see the code of script to monitor changes of lte:
viewtopic.php?f=7&t=153622&hilit=watchdog#p768105
.
4. I not know how to gerenate support.rif file to send to Mikrotik, but I'm going to find it.
In WinBox, left site you have buttons, 4th from below is "Make supout.rif"
In WinBox, left site you have buttons, Files and you can see that file, button Copy and in your PC do paste or ctrl-v, or drag-and-drop file.
or use google
.
I hope this helps