OverviewQuick StartUser InterfaceFAQLogicMonitor LogicModulesSupportSQL QueriesSyncing With MerakiMeraki EstateAdministratorsAP SSIDsAppliance VLANsChange HistoryClient HistoryClientsConfig TemplatesDevice HistoryDevicesFloor PlansNetworksNetwork EventsOrganizationsPortsSensor DataVPN PeersWAN UsageWireless FailuresAdminMac VendorsOrganizations
Meraki DataMagic - Networks
Introduction
The Networks page shows details for networks. Networks are artificially grouped into "Network Groups" within Meraki DataMagic by configuring the "Group Function" in the Admin | Organizations screen, and this function can vary by Organization.
The system also provides some overall Network states for a recent hour as a high-level indicator of Network status:
Table definition
| Name | Type | Description |
|---|---|---|
| Id | uuid | Unique identifier for the entity record |
| OrganizationId | uuid | Foreign key reference to the Organization that owns this network |
| MerakiConfigurationTemplateId | text | Meraki's unique identifier for the configuration template bound to this network |
| EnrollmentString | text | Enrollment string used for device claiming and network onboarding |
| IsBoundToConfigTemplate | boolean | Indicates whether the network is bound to a configuration template |
| MerakiId | text | The unique identifier of the network in the Meraki cloud dashboard |
| Name | text | Human-readable name of the network as displayed in Meraki dashboard |
| Group | text | Logical grouping or category assigned to the network for organizational purposes |
| Notes | text | Administrative notes and comments about the network |
| ProductTypes | text | Space-separated list of Meraki product types deployed in this network (e.g. 'wireless switch appliance') |
| Tags | text | Comma-separated list of tags assigned to the network for categorization |
| TimeZone | text | IANA timezone identifier for the network's geographical location |
| Url | text | Direct URL to the network's dashboard page in Meraki cloud |
| WirelessConnectionsLastHourAssoc | bigint | Number of wireless association attempts in the last hour |
| WirelessConnectionsLastHourAuth | bigint | Number of wireless authentication attempts in the last hour |
| WirelessConnectionsLastHourDhcp | bigint | Number of DHCP requests from wireless clients in the last hour |
| WirelessConnectionsLastHourDns | bigint | Number of DNS requests from wireless clients in the last hour |
| WirelessConnectionsLastHourSuccess | bigint | Number of successful wireless connections in the last hour |
| WirelessConnectionsLastHourTotal | bigint | Total number of wireless connection attempts in the last hour |
| Channel0UtilizationWifiPercent | double precision | Percentage of channel 0 (2.4GHz primary) utilized by WiFi traffic |
| Channel0UtilizationNonWifiPercent | double precision | Percentage of channel 0 (2.4GHz primary) utilized by non-WiFi interference |
| Channel0UtilizationTotalPercent | double precision | Total percentage utilization of channel 0 (2.4GHz primary) |
| Channel1UtilizationWifiPercent | double precision | Percentage of channel 1 (5GHz primary) utilized by WiFi traffic |
| Channel1UtilizationNonWifiPercent | double precision | Percentage of channel 1 (5GHz primary) utilized by non-WiFi interference |
| Channel1UtilizationTotalPercent | double precision | Total percentage utilization of channel 1 (5GHz primary) |
| LastEventOccurredAt | timestamp with time zone | Timestamp when the most recent network event occurred |
| Created | timestamp with time zone | Timestamp when the record was initially created in the system |
| LastModified | timestamp with time zone | Timestamp when the record was last modified or updated |
| HealthAlertCriticalCount | integer | Count of active critical health alerts affecting this network |
| HealthAlertErrorCount | integer | Count of active error-level health alerts affecting this network |
| HealthAlertOtherCount | integer | Count of active informational health alerts affecting this network |
| HealthAlertWarningCount | integer | Count of active warning-level health alerts affecting this network |
| IsUnassignedNetwork | boolean | Indicates whether this is the special 'Unassigned Network' containing devices not bound to any specific network |
| IsActive | boolean | Indicates whether the network is currently active and operational in Meraki dashboard |
| ConfigurationTemplateId | uuid | Foreign key reference to the Configuration Template applied to this network |
| LastWirelessFailureOccurredAt | timestamp with time zone | Timestamp when the most recent wireless connection failure occurred |
| WanInterfaceUsageCursor | timestamp with time zone | Cursor timestamp for tracking WAN interface usage data synchronization |
| WirelessClientCountLastHour | integer | Number of unique wireless clients connected in the last hour |
| NetworkClientCursor | timestamp with time zone | Cursor timestamp for tracking network client data synchronization |
| CellularLimitDownKbps | bigint | Configured download bandwidth limit for cellular interface in Kbps |
| CellularLimitUpKbps | bigint | Configured upload bandwidth limit for cellular interface in Kbps |
| Wan1LimitDownKbps | bigint | Configured download bandwidth limit for WAN 1 interface in Kbps |
| Wan1LimitUpKbps | bigint | Configured upload bandwidth limit for WAN 1 interface in Kbps |
| Wan2LimitDownKbps | bigint | Configured download bandwidth limit for WAN 2 interface in Kbps |
| Wan2LimitUpKbps | bigint | Configured upload bandwidth limit for WAN 2 interface in Kbps |
| Wan3LimitDownKbps | bigint | Configured download bandwidth limit for WAN 3 interface in Kbps |
| Wan3LimitUpKbps | bigint | Configured upload bandwidth limit for WAN 3 interface in Kbps |
| TotalClientCountLastHour | integer | Total number of clients (wired and wireless) connected in the last hour |