Serial number to Device Type?

Solved
david_n_m_bond
Building a reputation

Serial number to Device Type?

Is it possible to derive a Meraki device's type or product number given ONLY the serial number?

 

 

Author, https://www.nuget.org/packages/Meraki.Api/
1 Accepted Solution
david_n_m_bond
Building a reputation

Thanks for the info everyone...

 

I got a lot of information from this post: https://community.meraki.com/t5/Security-SD-WAN/Serial-Number-Lookup/m-p/46655 

 

All this information (and more from other sources) is now captured in the following GitHub file:

 

https://github.com/panoramicdata/Meraki.Api/blob/main/Meraki.Api/MerakiClient_SerialNumberInfo.cs

 

Pull requests welcome and we will try to keep this up-to-date based on new discoveries.

Author, https://www.nuget.org/packages/Meraki.Api/

View solution in original post

5 Replies 5
Alisdair85
Getting noticed

Hi David

 

Hope you are well! 

 

Have you tested https://developer.cisco.com/docs/support-apis/#!serial-number-to-information/introduction

 

Cheers

 

Ali

sungod
Head in the Cloud

There does seem to be a direct mapping from serial number to model, no formal info though, I think you'd need to maintain your own look-up table.

 

https://community.meraki.com/t5/Security-SD-WAN/Serial-Number-Lookup/m-p/46655#M11682

 

david_n_m_bond
Building a reputation

Thanks for the info everyone...

 

I got a lot of information from this post: https://community.meraki.com/t5/Security-SD-WAN/Serial-Number-Lookup/m-p/46655 

 

All this information (and more from other sources) is now captured in the following GitHub file:

 

https://github.com/panoramicdata/Meraki.Api/blob/main/Meraki.Api/MerakiClient_SerialNumberInfo.cs

 

Pull requests welcome and we will try to keep this up-to-date based on new discoveries.

Author, https://www.nuget.org/packages/Meraki.Api/

MT40 = Q3CJ

MT11 = Q3CE

MT14 = Q3CG

MV2 = Q2NV

Thanks!  Added to https://github.com/panoramicdata/Meraki.Api/blob/main/Meraki.Api/MerakiClient_SerialNumberInfo.cs

Author, https://www.nuget.org/packages/Meraki.Api/
Get notified when there are additional replies to this discussion.