Cellular SIMs
Dashboard Location: Cellular Gateway > Settings > SIM Cards
Cellular SIM Management
Section titled “Cellular SIM Management”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
Section titled “Diagram”Classes
Section titled “Classes”devices (meraki.domains.organizations.networks)
Section titled “devices (meraki.domains.organizations.networks)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
cellular_sims | Class | [cellular_sims] | No |
cellular_sims (meraki.domains.organizations.networks.devices)
Section titled “cellular_sims (meraki.domains.organizations.networks.devices)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
sims | List | [sims] | No | |
sim_ordering | List | Choice[sim1 , sim2 , sim3 ] | No | |
sim_failover | Class | [sim_failover] | No |
sims (meraki.domains.organizations.networks.devices.cellular_sims)
Section titled “sims (meraki.domains.organizations.networks.devices.cellular_sims)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
slot | Choice | sim1 , sim2 , sim3 | No | |
is_primary | Boolean | true , false | No | |
apns | List | [apns] | No | |
sim_order | Integer | min: 1 , max: 3 | No |
sim_failover (meraki.domains.organizations.networks.devices.cellular_sims)
Section titled “sim_failover (meraki.domains.organizations.networks.devices.cellular_sims)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
timeout | Integer | min: 1 , max: 600 | No |
apns (meraki.domains.organizations.networks.devices.cellular_sims.sims)
Section titled “apns (meraki.domains.organizations.networks.devices.cellular_sims.sims)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | Yes | |
allowed_ip_types | List | Choice[ipv4 , ipv6 , IPV4 , IPV6 ] | Yes | |
authentication | Class | [authentication] | No |
authentication (meraki.domains.organizations.networks.devices.cellular_sims.sims.apns)
Section titled “authentication (meraki.domains.organizations.networks.devices.cellular_sims.sims.apns)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
type | Choice | chap , none , pap | No | |
username | String | min: 1 , max: 127 | No | |
password | String | min: 5 , max: 64 | No |
Examples
Section titled “Examples”Example-1: The example below shows cellular SIM configuration using pipeline-tested configuration with automatic failover capabilities for reliable cellular gateway connectivity management.
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