Skip to content

Cellular SIMs

Dashboard Location: Cellular Gateway > Settings > SIM Cards

Cellular SIM management in Meraki provides comprehensive configuration and failover capabilities for cellular gateway deployments. SIM management enables redundant cellular connectivity through multiple carrier relationships, automatic failover between SIM cards, and intelligent traffic routing based on connectivity quality and cost optimization. This functionality is essential for maintaining business continuity in remote locations, ensuring reliable backup connectivity, and optimizing cellular data costs across diverse deployment scenarios.

Diagram

devices (meraki.domains.organizations.networks)

Section titled “devices (meraki.domains.organizations.networks)”
NameTypeConstraintMandatoryDefault Value
cellular_simsClass[cellular_sims]No

cellular_sims (meraki.domains.organizations.networks.devices)

Section titled “cellular_sims (meraki.domains.organizations.networks.devices)”
NameTypeConstraintMandatoryDefault Value
simsList[sims]No
sim_orderingListChoice[sim1, sim2, sim3]No
sim_failoverClass[sim_failover]No

sims (meraki.domains.organizations.networks.devices.cellular_sims)

Section titled “sims (meraki.domains.organizations.networks.devices.cellular_sims)”
NameTypeConstraintMandatoryDefault Value
slotChoicesim1, sim2, sim3No
is_primaryBooleantrue, falseNo
apnsList[apns]No
sim_orderIntegermin: 1, max: 3No

sim_failover (meraki.domains.organizations.networks.devices.cellular_sims)

Section titled “sim_failover (meraki.domains.organizations.networks.devices.cellular_sims)”
NameTypeConstraintMandatoryDefault Value
enabledBooleantrue, falseNo
timeoutIntegermin: 1, max: 600No

apns (meraki.domains.organizations.networks.devices.cellular_sims.sims)

Section titled “apns (meraki.domains.organizations.networks.devices.cellular_sims.sims)”
NameTypeConstraintMandatoryDefault Value
nameStringmin: 1, max: 127Yes
allowed_ip_typesListChoice[ipv4, ipv6, IPV4, IPV6]Yes
authenticationClass[authentication]No

authentication (meraki.domains.organizations.networks.devices.cellular_sims.sims.apns)

Section titled “authentication (meraki.domains.organizations.networks.devices.cellular_sims.sims.apns)”
NameTypeConstraintMandatoryDefault Value
typeChoicechap, none, papNo
usernameStringmin: 1, max: 127No
passwordStringmin: 5, max: 64No

Example-1: The example below demonstrates cellular SIM configuration.

This configuration manages multiple SIM cards for redundant cellular connectivity and automatic failover capabilities. The example includes SIM card assignments, carrier settings, and failover policies for reliable cellular gateway connectivity and business continuity.

This configuration configures the cellular SIM settings for device identified by environmental variable “cellular_gateway_01”. It configures SIM failover functionality where “enabled: true” activates automatic SIM failover capability between primary and secondary SIM slots. The “timeout: 300” parameter sets the failover timeout to 300 seconds (5 minutes), meaning the MG cellular gateway will switch to the standby SIM card if it cannot establish dashboard connectivity for 5 minutes on the primary SIM. This aligns with Meraki MG documentation where auto SIM failover triggers after 5 minutes of connectivity loss.

meraki:
domains:
- name: !env domain
administrator:
name: !env org_admin
organizations:
- name: !env org
networks:
- name: !env network_name
product_types:
- appliance
- camera
- switch
- wireless
- cellularGateway
devices:
- name: !env cellular_gateway_01
cellular_sims:
sim_failover:
enabled: true
timeout: 300