Skip to content

Instantly share code, notes, and snippets.

@Boilerplate4u
Forked from Anime4000/terminal.md
Created May 14, 2022 08:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Boilerplate4u/29e3292647cb25e68fcdb8318d6de853 to your computer and use it in GitHub Desktop.
Save Boilerplate4u/29e3292647cb25e68fcdb8318d6de853 to your computer and use it in GitHub Desktop.
Mikrotik LTE Change IMEI

Change Mikrotik LTE IMEI

Query which mode

/interface lte at-chat lte1 input="AT*PROD\?"

Enter Non-production mode

/interface lte at-chat lte1 input="AT*PROD=1"

Delete old IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=D"

Chnage new IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=W,0101,11JAN1970,android_phone_imei"

Enter production mode

/interface lte at-chat lte1 input="AT*PROD=0"

Reboot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment