Skip to content

Instantly share code, notes, and snippets.

@yoshmultimedia
Forked from Anime4000/terminal.md
Created October 3, 2023 17:32
Show Gist options
  • Save yoshmultimedia/4d5b8c91e2dde94322839e950f4e39c6 to your computer and use it in GitHub Desktop.
Save yoshmultimedia/4d5b8c91e2dde94322839e950f4e39c6 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