Eg800q at+cgcontrdp

Hi,

I’ve got an active PDP context on an EG800Q, and running AT+CGCONTRDP I get the following response:

+CGCONTRDP: 1,5,"<APN>","<local IPv4>","<gateway IPv4>","<DNS1 IPv4>","<DNS2 IPv4>"

OK

According to documentation of the command it should also return the subnet mask, but it doesn’t do this, and I’m wondering why?

Here’s the module’s info for reference:

Quectel
EG800Q-EU
Revision: EG800QEULCR01A09M04

Thanks,
Daniel

AT+CGCONTRDP
AT+CGPADDR
AT+CGDCONT?

pls query and output log

Hi,

Here’s the output:

ATI
Quectel
EG800Q-EU
Revision: EG800QEULCR01A09M04

OK
AT+CGCONTRDP
AT+CGCONTRDP
+CGCONTRDP: 1,5,"<APN>","<local IPv4>","<gateway IPv4>","<DNS1 IPv4>","<DNS2 IPv4>"

OK
AT+CGPADDR
AT+CGPADDR
+CGPADDR: 1,"<local IPv4>"

OK
AT+CGDCONT?
AT+CGDCONT?
+CGDCONT: 1,"IP","<APN>","0.0.0.0",0,0,0,0

OK

  • <APN> is consistent
  • <local IPv4> is consistent, and is equal to `
  • DNS1 IPv4 and DNS2 IPv4 are different

The subnet mask is not displayed because this parameter is not configured on the core network

1 Like

I see, thanks for the informatio!