Knowledge Base
Raise a TicketStatus PageIOH LoginWeb shop
Devices
Devices
  • eUICC compatible modules list
  • AT Commands
    • Network selection
    • APN configuration
    • FPLMN
    • Roaming
  • 🔧Troubleshooting
    • Devices
  • SHORTCUTS
    • Getting Started
    • ConnectedYou Platform
    • Connectivity
    • SIM/eSIMs
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. AT Commands

APN configuration

Here we will discuss how to:

  • Configure APN

To configure APN via AT command, you simple insert the of the FPLMN on your SIM, we can use the following AT command:

AT+CGDCONT= 1,"IP","<insert apn here>"

Here are some examples

// APN for TATA SIMs/ SIM-profiles
AT+CGDCONT= 1,"IP","move.dataxs.mobi"
OK

// APN for Monogoto SIMs/ SIM-profiles
AT+CGDCONT= 1,"IP","data.mono"
OK

// APN for Telna SIMs/ SIM-profiles for Europe region
AT+CGDCONT= 1,"IP","rh"
OK
PreviousNetwork selectionNextFPLMN

Last updated 1 year ago

Was this helpful?