{% extends 'netbox_meraki/base.html' %} {% block page_content %}

Sync from Meraki Dashboard

Synchronization

This will start a synchronization from the Meraki Dashboard API to NetBox.

Note: Data will be synchronized in the following order to ensure proper dependencies:
  1. Sites (from Meraki Networks)
  2. Device Types (Manufacturers & Models)
  3. VLANs
  4. Prefixes/Subnets
  5. Devices
  6. Interfaces
  7. IP Addresses
  8. SSIDs
{% csrf_token %}
Select a specific organization or sync all
Warning: This operation may take several minutes depending on the size of your Meraki deployment.
Cancel
{% endblock %}