<?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: SCRYPT PHYTON TO CONFIGURATIONS in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411592#M2058</link>
    <description>&lt;P&gt;The 'best' way to do it will depend on exact details/context.&lt;/P&gt;&lt;P&gt;I suggest look at switch templates and port profiles to see if using them would solve all/part of what you want to do...&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MS_Switching/Templates_for_Switching_Best_Practices" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MS_Switching/Templates_for_Switching_Best_Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/MS/Port_and_VLAN_Configuration/Switch_Port_Profiles" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/MS/Port_and_VLAN_Configuration/Switch_Port_Profiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The API can also be used with these.&lt;/P&gt;&lt;P&gt;Within the API, action batches a possible way to be more efficient when making a lot of changes...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/action-batches-overview/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/action-batches-overview/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2024 12:35:26 GMT</pubDate>
    <dc:creator>sungod</dc:creator>
    <dc:date>2024-03-09T12:35:26Z</dc:date>
    <item>
      <title>SCRYPT PHYTON TO CONFIGURATIONS</title>
      <link>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411590#M2056</link>
      <description>&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;Someone has a scrypt to do a massive configuration of VLANS in meraki switches by API, I have the scrypt to do it one by one but I need to make several and I don't know much about programming.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 19:10:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411590#M2056</guid>
      <dc:creator>Ramses1</dc:creator>
      <dc:date>2024-03-08T19:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCRYPT PHYTON TO CONFIGURATIONS</title>
      <link>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411591#M2057</link>
      <description>&lt;P&gt;I am not sure if this approach is really a good idea ...&lt;/P&gt;&lt;P&gt;But if you have a working script for one VLAN, make a copy/paste of that call and adjust the parameters.&lt;/P&gt;&lt;P&gt;The more efficient way would be to have a csv file with all parameters and loop through the lines of this file.&lt;/P&gt;&lt;DIV class=""&gt; &lt;/DIV&gt;&lt;DIV class=""&gt;And if you want to learn this, here is a good start:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://developer.cisco.com/learning/modules/dne-intro-python/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/learning/modules/dne-intro-python/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class=""&gt; &lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="d8a91145ed111f08.png" style="width: 500px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/263478i1E515D27AD911395/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 11:55:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411591#M2057</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2024-03-09T11:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: SCRYPT PHYTON TO CONFIGURATIONS</title>
      <link>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411592#M2058</link>
      <description>&lt;P&gt;The 'best' way to do it will depend on exact details/context.&lt;/P&gt;&lt;P&gt;I suggest look at switch templates and port profiles to see if using them would solve all/part of what you want to do...&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MS_Switching/Templates_for_Switching_Best_Practices" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MS_Switching/Templates_for_Switching_Best_Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/MS/Port_and_VLAN_Configuration/Switch_Port_Profiles" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/MS/Port_and_VLAN_Configuration/Switch_Port_Profiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The API can also be used with these.&lt;/P&gt;&lt;P&gt;Within the API, action batches a possible way to be more efficient when making a lot of changes...&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/action-batches-overview/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/action-batches-overview/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 12:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/scrypt-phyton-to-configurations/m-p/5411592#M2058</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2024-03-09T12:35:26Z</dc:date>
    </item>
  </channel>
</rss>

