<?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: Dashboard API - Enable VLANs on new network? in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410323#M1840</link>
    <description>&lt;P&gt;OK, I figured this out.  Once logged into the dashboard you can hit this URL to get the list of administered networks.   This was a HUGE win for us so I hope it helps someone else.&lt;/P&gt;&lt;P&gt;https://{shardnumber}.meraki.com/manage/organization/administered_orgs&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 14:47:24 GMT</pubDate>
    <dc:creator>djonesax</dc:creator>
    <dc:date>2018-03-06T14:47:24Z</dc:date>
    <item>
      <title>Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410317#M1834</link>
      <description>&lt;P&gt;We're trying to import VLANs and Subnets into Meraki with API after we create a new network, also with API. The problem seems to be that by default the new networks are 'vlans disabled' single subnet type network. Is there a way to 'ENABLE VLANS' after the network is created or possibly enable it during network creation via initial API call?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 13:34:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410317#M1834</guid>
      <dc:creator>michael.lorincz</dc:creator>
      <dc:date>2018-01-18T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410318#M1835</link>
      <description>&lt;P&gt;After creating multiple VLANs via the API doesn't it automatically enable the VLAN functionality on the device?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 00:48:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410318#M1835</guid>
      <dc:creator>MilesMeraki</dc:creator>
      <dc:date>2018-01-19T00:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410319#M1836</link>
      <description>&lt;P&gt;Your correct, this is a manual process for now unless you script it out. If your using templates this obviously will not be an issue.&lt;/P&gt;&lt;P&gt;Here is a Python Script to enable VLANS. This is not supported by Meraki Support but will do the trick - &lt;A href="https://www.dropbox.com/s/gvefg6i48ll4ltt/enable_vlans.py?dl=0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.dropbox.com/s/gvefg6i48ll4ltt/enable_vlans.py?dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 01:01:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410319#M1836</guid>
      <dc:creator>Dcooper</dc:creator>
      <dc:date>2018-01-19T01:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410320#M1837</link>
      <description>&lt;P&gt;Bless you kind sir! Crisis averted! &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Templates are not an option in this case (long story). Thanks again!!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 01:30:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410320#M1837</guid>
      <dc:creator>michael.lorincz</dc:creator>
      <dc:date>2018-01-19T01:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410321#M1838</link>
      <description>Another quick note: There isn't a easy way in the API or scripting to bulk pull the network names so that is going to be the drawback.</description>
      <pubDate>Fri, 19 Jan 2018 01:37:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410321#M1838</guid>
      <dc:creator>Dcooper</dc:creator>
      <dc:date>2018-01-19T01:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410322#M1839</link>
      <description>&lt;P&gt;This script is helpful but I want to run it for 1400 networks versus just one.  The part I am struggling with is creating the exact URL when there is a part of the URL is not available in the API.&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;A href="https://n73.meraki.com/VFLB-0A51-Securi/n/xQB--djb/manage/support" target="_blank" rel="nofollow noopener noreferrer"&gt;https://n##.meraki.com/networknamri/n/&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;xQB--djb&lt;/STRONG&gt;&lt;/FONT&gt;/manage/support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can someone help me figure out how to get a correlation of network names to that text in red with out having to click on 1400 networks?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 18:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410322#M1839</guid>
      <dc:creator>djonesax</dc:creator>
      <dc:date>2018-03-02T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410323#M1840</link>
      <description>&lt;P&gt;OK, I figured this out.  Once logged into the dashboard you can hit this URL to get the list of administered networks.   This was a HUGE win for us so I hope it helps someone else.&lt;/P&gt;&lt;P&gt;https://{shardnumber}.meraki.com/manage/organization/administered_orgs&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 14:47:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410323#M1840</guid>
      <dc:creator>djonesax</dc:creator>
      <dc:date>2018-03-06T14:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410324#M1841</link>
      <description>&lt;P&gt;Good stuff David! Also as we discussed in email, the new &lt;SPAN&gt;&lt;EM&gt;copyFromNetworkId&lt;/EM&gt; parameter for &lt;A href="https://api.meraki.com/api_docs#create-a-network" target="_self" rel="nofollow noopener noreferrer"&gt;creating a network&lt;/A&gt; can be used to clone from a base network that simply has VLANs enabled already. Take care.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410324#M1841</guid>
      <dc:creator>Shiyue Cheng</dc:creator>
      <dc:date>2018-03-09T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard API - Enable VLANs on new network?</title>
      <link>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410325#M1842</link>
      <description>&lt;P&gt;Enable VLANs is now a supported endpoint!&lt;/P&gt;&lt;P&gt;&lt;A href="https://documenter.getpostman.com/view/897512/2To9xm#58d9dae7-8cdc-4574-95bc-5aa2369c6be3" target="_self" rel="nofollow noopener noreferrer"&gt;Postman Collection - Enable VLANs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enable/Disable VLANs for the given network&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;PUT /networks/{{networkId}}/vlansEnabledState&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:22:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dashboard-api-enable-vlans-on-new-network/m-p/5410325#M1842</guid>
      <dc:creator>DexterLabora</dc:creator>
      <dc:date>2018-10-29T19:22:34Z</dc:date>
    </item>
  </channel>
</rss>

