I have got a RB912UAG-2HPnD with a non Mikrotik ME906s-158 LTE Card which works fine, despite IPv6
After some googling I found that you have to edit the PLMN List to get it working with T-Mobile in Germany 26201
https://toreanderson.github.io/2018/12/ ... -ipv6.html
I remebered RouterOS can talk to the modem as well on the CLI with the modem, like mentioned in the Mikrotik Wiki:
Code: Select all
[admin@MikroTik] > /interface lte at-chat lte1 input="AT*mrd_imei\?"
Code: Select all
AT^PLMNLIST=1,"99999","26201"
I tried to escape the command, but no success so far...
Code: Select all
AT\^PLMNLIST\=1\,\"99999\"\,\"26201\"
Any thoughts how to correctly escape it to make it work with routeros?
Else, I have to set it up elsewhere and configure it.... but, would be nice if it would be possible with RouterOS
Ah - BTW: its the latest stable RouterOS 7 Version installed
Thanks a lot for your help!
Cheers
WEC