EG18EA - command to reset connection

Hello, i have a zyxel lte5398- m904 with EG18EA, sometime it lose the connection to the ISP and is not able to restore it.

I created a script able to understand when it is offline, but now I need a command able to reset the connection BUT that shall NOT reset the internal memory. Otherwise I have to periodically check if the script is still active.

Actually I am using " cfg cellwan edit --AP_ManualAPN O" but sometime it is not enough.

Can you suggest other commands for this purpose?

Hello,

Thank you for your patience.

To reset the connection, you may try using this AT command:

  1. AT+CGACT?
  2. AT+CGACT=0,1 //Deactivated PDP context
    AT+CGACT=1,1 //Activated PDP context

Thank you and have a nice day!