1. Mikrotik SXT LTE6 kit
2. Firmware version 7.16.1 (stable)
3. Build time 2024-10-10 14:03:32
4. Factory Software 7.15
I can't change IMEA on lte interface (lte1). Previously it was done as follows:
Code: Select all
To view IMEI:
/interface lte at-chat lte1 input="AT*MRD_IMEI=R"
To change it, firstly delete it:
/interface lte at-chat lte1 input="AT*MRD_IMEI=D"
And then set up a new one:
/interface lte at-chat lte1 input="AT*MRD_IMEI=W,0101,11JAN1970,35281**********"
It's giving me an error:
Code: Select all
[admin@MikroTik] > /interface lte at-chat lte1 input="AT*MRD_IMEI=R"
output: +CME ERROR: Operation not supported
Could you tell me how to change IMEI - without it SIM-card is not registered with provider.