AT Commands
25.04.2023

How to ping your modem using AT commands

Checking your modem’s data connection by performing a ping after a successful network attachment can help debug connectivity issues. This blog shows you how.
jason-godfrey-avatar
Jason Godfrey

Customer Success Manager at Onomondo

Checking the data connection after a successful network attachment can help debug issues with connectivity. 

Performing a ping test with your modem is a good way to test connectivity. However, there is no uniform ping test AT command.

In this guide, we’ll go through how to ping Google’s primary DNS server (the server with the IP 8.8.8.8) with these modems:

In this guide, we use our Traffic Monitor insight tool to analyze traffic. You can alternatively use Wireshark, for example.

If you are in the process of testing connectivity, it’s highly recommended that you read through this article first before testing connectivity by sending data: How do I test connectivity with AT commands?

Warning: This article requires knowledge of connecting to your device’s cellular module/modem.

The overall structure and standard result

The overall structure for pinging 8.8.8.8 with all modems is:

  1. Set the APN
  2. Attach to the network
  3. Establish a data connection
  4. Ping 8.8.8.8 

You will most likely be able to use the same approach for each of the manufacturers’ other modems, but there might be slight variations, so please consult the documentation, your supplier, or the manufacturer themselves if the sequences below do not work.

No matter which modem you are using, the result should be the following in the Traffic Monitor:

8.8.8.8 modem ping result

Quectel’s BG96

1. Set the APN

Issue AT+CGDCONT=1,”IP”,”operator”, this defines the PDP context.

AT+CGDCONT=1,"IP","onomondo"
OK

2.Attach to the network

Check the connection with AT+COPS?.

AT+COPS?
+COPS: 0,0,”T-Mobile USA”,7
OK

The modem might already have connected when it was booted up, if this isn’t the case, then do the following:

  1. Issue AT+COPS=0, this will make the modem automatically choose a network.
  2. Wait for AT+CEREG? or AT+CGREG? to return x,5, where x doesn’t matter.

3. Establish a data connection

Issue AT+QIACT=1,1 which activates the PDP context

4. Ping 8.8.8.8

Issue AT+QPING=1,”8.8.8.8″,5,5,

This pings 8.8.8.8 five times with a timeout of five seconds.

SIMCom’s SIM7070G

1. Set the APN

Issue AT+CGDCONT=1,”IP”,”operator”, this defines the PDP context.

AT+CGDCONT=1,"IP","onomondo"
OK

2. Attach to the network

Check the connection with AT+COPS?.

AT+COPS?
+COPS: 0,0,”T-Mobile USA”,7
OK

The modem might already have connected when it was booted up, if this isn’t the case, then do the following:

  1. Issue AT+COPS=0, this will make the modem automatically choose a network
  2. Wait for AT+CEREG? or AT+CGREG? to return x,5, where x doesn’t matter

3. Establish a data connection

Issue AT+CNACT=0,1 which activates the PDP context

4. Ping 8.8.8.8

Select PDP context ID for pinging AT+SNPDPID=0

Issue AT+SNPING4=”8.8.8.8″,5,16,5000, this pings 8.8.8.8 five times with a timeout of five seconds.

Thales’ PLS62-W

1. Set the APN

Issue AT+CGDCONT=1,”IP”,”operator”, this defines the PDP context.

AT+CGDCONT=1,"IP","onomondo"
OK

2. Attach to the network

Check the connection with AT+COPS?.

AT+COPS?
+COPS: 0,0,”T-Mobile USA”,7
OK

The modem might already have connected when it was booted up, if this isn’t the case, then do the following:

  1. Issue AT+COPS=0, this will make the modem automatically choose a network
  2. Wait for AT+CEREG? or AT+CGREG? to return x,5, where x doesn’t matter

3. Establish a data connection

Issue AT^SICA=1,1 which activates the PDP context

Get the IP of your device with AT+CGPADDR=1, this is not optional

4. Ping 8.8.8.8

Issue AT^SISX=Ping,1,”8.8.8.8″,5,5000, this pings 8.8.8.8 five times with a timeout of five seconds.

Telit’s LE910C1

1. Set the APN

Issue AT+CGDCONT=1,”IP”,”operator”, this defines the PDP context.

AT+CGDCONT=1,"IP","onomondo"
OK

2. Attach to the network

Check the connection with AT+COPS?.

AT+COPS?
+COPS: 0,0,”T-Mobile USA”,7
OK

The modem might already have connected when it was booted up, if this isn’t the case, then do the following:

  1. Issue AT+COPS=0, this will make the modem automatically choose a network
  2. Wait for AT+CEREG? or AT+CGREG? to return x,5, where x doesn’t matter

3. Establish a data connection

Issue AT#SGACT=1,1 which activates the PDP context

4. Ping 8.8.8.8

Issue AT#PING=”8.8.8.8″,5, this pings 8.8.8.8 five times with a timeout of five seconds

Build your
own network

Enhance signal quality and network control with non-steered SIM cards. Connect all your devices securely to a global network with Onomondo IoT SIMs.

Start testing Onomondo for free

Ready to experience next-generation IoT connectivity? Create an account, explore the platform, and start testing Onomondo’s IoT SIM cards for free.

Related articles

Read more about the topic

AT+COPS
Articles
AT+COPS: Modes, parameters, and examples
AT Commands Developer blog
atpluscereg
Articles
AT+CEREG: Modes, parameters, and examples
AT Commands Developer blog
at+cgreg
Articles
AT+CGREG: Modes, parameters, and examples
AT Commands Developer blog