Meraki DataMagic - VPN Peers
Introduction
The VPN Peers page shows details for all VPN Peers in the Organizations you have added to DataMagic.
About Meraki VPN Peers
Meraki VPN Peers are external, non-Meraki network devices or third-party firewalls that are configured to establish a site-to-site VPN tunnel with a Meraki MX Security Appliance. Unlike the native Meraki Auto VPN, which automatically handles key exchange and tunnel creation between two Meraki devices, a VPN Peer connection requires manual configuration of parameters like the remote peer's public IP address, the local and remote subnets to be reached, and shared secrets or pre-shared keys (PSK). This functionality allows organizations to securely extend their network to partners, cloud services, or branch offices running incompatible networking hardware, ensuring encrypted and reliable communication across the public internet.
Table Definition
| Name | Type | Description |
|---|---|---|
| Id | uuid | Unique identifier for the entity record |
| Type | integer | Type of VPN peer connection (site-to-site, client, etc.) |
| DeviceId | uuid | Foreign key reference to the Device that hosts this VPN peer |
| RemoteNetworkId | uuid | Foreign key reference to the remote Network for this VPN connection |
| VpnMode | character varying(64) | VPN mode or protocol used (IPSec, SSL, etc.) |
| DeviceStatus | character varying(64) | Current status of the VPN device or connection |
| Reachability | character varying(64) | Reachability status of the VPN peer |
| 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 |
| LocalNetworkId | uuid | Foreign key reference to the local Network for this VPN connection |
| MaxJitterLastHour | double precision | Maximum jitter measured in the last hour in milliseconds |
| MaxLatencyLastHour | double precision | Maximum latency measured in the last hour in milliseconds |
| MaxLossPercentageLastHour | double precision | Maximum packet loss percentage measured in the last hour |
| MaxMosLastHour | double precision | Maximum Mean Opinion Score (MOS) for voice quality in the last hour |
| MeanJitterLastHour | double precision | Mean jitter measured in the last hour in milliseconds |
| MeanLatencyLastHour | double precision | Mean latency measured in the last hour in milliseconds |
| MeanLossPercentageLastHour | double precision | Mean packet loss percentage measured in the last hour |
| MeanMosLastHour | double precision | Mean Opinion Score (MOS) average for voice quality in the last hour |
| MinJitterLastHour | double precision | Minimum jitter measured in the last hour in milliseconds |
| MinLatencyLastHour | double precision | Minimum latency measured in the last hour in milliseconds |
| MinLossPercentageLastHour | double precision | Minimum packet loss percentage measured in the last hour |
| MinMosLastHour | double precision | Minimum Mean Opinion Score (MOS) for voice quality in the last hour |
| UsageLastHourReceivedKb | double precision | Data received through VPN in the last hour in kilobytes |
| UsageLastHourSentKb | double precision | Data sent through VPN in the last hour in kilobytes |
| RemoteDeviceId | uuid | Foreign key reference to the remote Device if known |