<?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 Obtain device serial numbers using Meraki CLI? in Cloud Networking Platform</title>
    <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457491#M13309</link>
    <description>&lt;P&gt;I've noticed there are Meraki commands that can provide lists of network devices; for example, all switches, APs, or all Meraki devices in a network or organization. &lt;BR /&gt;However, some commands specific to switches (get switch port statuses) require the serial number of the switch or switches. Is there a Meraki CLI command that can get retrieve the serial numbers of all switches? That way I wouldn't have to go through 100s of switches and manually copy and paste. &lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 07:49:36 GMT</pubDate>
    <dc:creator>Peter A</dc:creator>
    <dc:date>2022-07-01T07:49:36Z</dc:date>
    <item>
      <title>Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457491#M13309</link>
      <description>&lt;P&gt;I've noticed there are Meraki commands that can provide lists of network devices; for example, all switches, APs, or all Meraki devices in a network or organization. &lt;BR /&gt;However, some commands specific to switches (get switch port statuses) require the serial number of the switch or switches. Is there a Meraki CLI command that can get retrieve the serial numbers of all switches? That way I wouldn't have to go through 100s of switches and manually copy and paste. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:49:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457491#M13309</guid>
      <dc:creator>Peter A</dc:creator>
      <dc:date>2022-07-01T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457492#M13310</link>
      <description>&lt;P&gt;Meraki switches are meant to be managed from the cloud. What you are referring to, most probably is the meraki-cli python module that is emulated kind of CLI interface. But that module is making use of Meraki API - and there is no api endpoint for your request. &lt;/P&gt;&lt;P&gt;However, your request is easily done with a script and you will not have to copy/paste anything.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 08:11:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457492#M13310</guid>
      <dc:creator>RomanMD</dc:creator>
      <dc:date>2022-07-01T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457493#M13311</link>
      <description>&lt;P&gt;Or…..simply log into the dashboard, click on the Organisation &amp;gt; Configure &amp;gt; inventory &amp;gt; Download as CSV&lt;/P&gt;&lt;P&gt;Boom, you have all the required information and you haven’t had to faff around with an API&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 08:59:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457493#M13311</guid>
      <dc:creator>MerakiGnome</dc:creator>
      <dc:date>2022-07-01T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457494#M13312</link>
      <description>&lt;P&gt;Hi RomanMD. I am using the Meraki API. Would you happen to have a script to get the information I'm looking for?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 15:00:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457494#M13312</guid>
      <dc:creator>Peter A</dc:creator>
      <dc:date>2022-07-01T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457495#M13313</link>
      <description>&lt;P&gt;I'll definitely have to try that. Thank you &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/1352"&gt;@DarrenOC&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 15:01:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457495#M13313</guid>
      <dc:creator>Peter A</dc:creator>
      <dc:date>2022-07-01T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457496#M13314</link>
      <description>&lt;P&gt;You can use this API to get all devices.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-organization-inventory-devices" target="_self" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-organization-inventory-devices&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Then filter the list for devices with a model number beginning with MS.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 00:12:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457496#M13314</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2022-07-02T00:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457497#M13315</link>
      <description>&lt;P&gt;This is great! Thank you for sharing&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 05:00:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457497#M13315</guid>
      <dc:creator>Peter A</dc:creator>
      <dc:date>2022-07-02T05:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Obtain device serial numbers using Meraki CLI?</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457498#M13316</link>
      <description>&lt;P&gt;I've just tried that out and downloaded the .CSV file from Inventory, even though the list of S/Ns is empty since I'm just using in the demo version but still.. it's working.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 20:17:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/obtain-device-serial-numbers-using-meraki-cli/m-p/5457498#M13316</guid>
      <dc:creator>khalidbochajra</dc:creator>
      <dc:date>2026-03-02T20:17:47Z</dc:date>
    </item>
  </channel>
</rss>

