LTE-A EG18 AT+reset/AT+RSTSET not working

Hello, I own an ATL LTE18 from Mikrotik, this device uses the Quectel LTE-A EG18-EA modem; according to Mikrotik’s documentation, you can reset the modem configuration by running one of these two commands:

/interface lte at-chat lte1 input="AT+reset"
/interface lte at-chat lte1 input="AT+RSTSET"

I have tried both of them without success since they just yield ERROR. Is there a different command that I can use for that purpose?

You should not trust their documentation when it comes to third party equipment.
What you can try is a standard (not Quectel specific) command AT+CFUN=1,1, alternatively you can try AT^RESET.

Thank you for your quick reply, I’ll try those.