Organization Integrations XDR Networks Configuration
Dashboard Location: Organization > Integrations > XDR
Prerequisites
Section titled “Prerequisites”XDR must first be enabled for the organization via the Cisco XDR cross-launch integration in the Meraki Dashboard. For setup instructions, see the XDR Quick Start Guide.
Organization-Wide XDR (Extended Detection and Response) Network Enablement
Section titled “Organization-Wide XDR (Extended Detection and Response) Network Enablement”Organization integrations XDR networks configuration in Meraki provides administrators with the ability to enable or disable XDR (Extended Detection and Response) on a per-network basis. This functionality supports security operations by integrating Meraki network telemetry with XDR platforms, enabling enhanced threat detection, investigation, and response capabilities across the organization’s network infrastructure. XDR integration provides comprehensive visibility into network-level threats, facilitates automated security responses, and enables correlation of network events with endpoint and cloud security telemetry.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”integrations (meraki.domains.organizations)
Section titled “integrations (meraki.domains.organizations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| xdr_networks | List | [xdr_networks] | No |
xdr_networks (meraki.domains.organizations.integrations)
Section titled “xdr_networks (meraki.domains.organizations.integrations)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| network_name | String | min: 1, max: 127 | Yes | |
| product_types | List | Choice[appliance] | No |
Examples
Section titled “Examples”Example-1: Enable XDR on specific networks.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org integrations: xdr_networks: - network_name: Branch-1 product_types: - appliance - network_name: Branch-2 product_types: - appliance