cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4966
Views
5
Helpful
5
Replies

Serial number to Device Type?

david.bond
Level 4
Level 4

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

Accepted Solutions

david.bond
Level 4
Level 4

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

sungod
Level 11
Level 11

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.bond
Level 4
Level 4

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/