<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating a Wireless Configuration (or API) Template? in Cloud Networking Platform</title>
    <link>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412948#M4571</link>
    <description>&lt;P&gt;Well put &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt; - and welcome to the community &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/125355"&gt;@Markovs&lt;/A&gt; !&lt;BR /&gt;&lt;BR /&gt;Just to add on, one potential option to explore mirroring a configuration template without business impact would be to utilize the &lt;STRONG&gt;Copy settings from &lt;/STRONG&gt;upon template creation, and unbind the network until the configuration looks as expected/desired.&lt;/P&gt;&lt;P&gt;From there, you'd be able to bind the desired templates on a per network basis to prevent any outages or unexpected changes. Hope this helps!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates#Unbinding_Networks_from_a_Template" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates#Unbinding_Networks_from_a_Template&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 15 May 2025 16:50:13 GMT</pubDate>
    <dc:creator>BrandonD1</dc:creator>
    <dc:date>2025-05-15T16:50:13Z</dc:date>
    <item>
      <title>Creating a Wireless Configuration (or API) Template?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412946#M4569</link>
      <description>&lt;P&gt;Hi gang,&lt;/P&gt;&lt;P&gt;I'm an IT generalist and have inherited Meraki network. The networks have been setup as discreet geographic sites (or branch offices if you prefer), with MX/MS/MR gear contained within each. There is a bit of difference between the networks when it comes to appliance count, VLANs, SSIDs, Site-to-site VPN, etc.&lt;/P&gt;&lt;P&gt;However, the one commonality is they all use a Class-B /20 IP range, divided at the third octet between each site (yes, I know this is an incredibly inefficient use of IPv4). &lt;/P&gt;&lt;P&gt;I am keen to try and use the Configuration Template function or API scripting to standardize our sites VLANs and SSIDs. I've been reading up on the &lt;A href="https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates" target="_blank" rel="noopener nofollow noreferrer"&gt;Meraki docs &lt;/A&gt;to better understand the process and prerequisites but I'm struggling to understand how to create a template after the site networks have been setup. I haven't found any specific training modules in the Learning Hub that specifically address Configuration Templates but please shoot me a link if you know of any!&lt;/P&gt;&lt;P&gt;When I tried to create a wireless ssid template and apply to a site, it overwrote all config with default values from the template and I had to quickly unbind the template to and restore the original config (which thankfully the Meraki system was able to do fairly painlessly)! I had thought it would only apply changes to the wireless ssid I had created but perhaps I've missed something.&lt;/P&gt;&lt;P&gt;So tl;dr; can I use the config template to push an ssid wifi (PSK) network out to my sites? Or can I do this via scripting in API? Any suggestions or guides would be really appreciated! &lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 06:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412946#M4569</guid>
      <dc:creator>Markovs</dc:creator>
      <dc:date>2025-05-14T06:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Wireless Configuration (or API) Template?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412947#M4570</link>
      <description>&lt;P&gt;When you bind a network to a template, it will inherit all the settings from the template. This includes SSIDs, VLANs, and other configurations.&lt;BR /&gt;To avoid overwriting all settings, you might need to carefully plan and possibly create multiple templates for different aspects of your network.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates" target="_blank" rel="nofollow noopener noreferrer"&gt;Managing Multiple Networks with Configuration Templates - Cisco Meraki Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use the Meraki Dashboard API to automate network configurations. Use the endpoint PUT /networks/:networkId/wireless/ssids/:number to update an existing SSID.&lt;/P&gt;&lt;P&gt;Here are some documents that may help you, including sample scripts.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/build/automation-scripts-with-python/" target="_blank" rel="nofollow noopener noreferrer"&gt;Automation Scripts with Python - Meraki Developer Hub – Homepage - Cisco Meraki Developer Hub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Other_Topics/Cisco_Meraki_Dashboard_API" target="_blank" rel="nofollow noopener noreferrer"&gt;Cisco Meraki Dashboard API - Cisco Meraki Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 11:52:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412947#M4570</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-05-14T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Wireless Configuration (or API) Template?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412948#M4571</link>
      <description>&lt;P&gt;Well put &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/51406"&gt;@alessandrodematos&lt;/A&gt; - and welcome to the community &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/125355"&gt;@Markovs&lt;/A&gt; !&lt;BR /&gt;&lt;BR /&gt;Just to add on, one potential option to explore mirroring a configuration template without business impact would be to utilize the &lt;STRONG&gt;Copy settings from &lt;/STRONG&gt;upon template creation, and unbind the network until the configuration looks as expected/desired.&lt;/P&gt;&lt;P&gt;From there, you'd be able to bind the desired templates on a per network basis to prevent any outages or unexpected changes. Hope this helps!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates#Unbinding_Networks_from_a_Template" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates#Unbinding_Networks_from_a_Template&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 15 May 2025 16:50:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412948#M4571</guid>
      <dc:creator>BrandonD1</dc:creator>
      <dc:date>2025-05-15T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Wireless Configuration (or API) Template?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412949#M4572</link>
      <description>&lt;P&gt;Thanks peeps, I'll give the docos some more reading and see if I can figure it out.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 00:51:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/creating-a-wireless-configuration-or-api-template/m-p/5412949#M4572</guid>
      <dc:creator>Markovs</dc:creator>
      <dc:date>2025-05-19T00:51:52Z</dc:date>
    </item>
  </channel>
</rss>

