How to find all MXs that do not have a USB modem connected?

TommyD
Conversationalist

How to find all MXs that do not have a USB modem connected?

Hello everyone,

 

I have been requested to provide a report from Meraki that would show all Networks that do not have a USB Modem connected to the MX Uplink. Can anyone point me in the right direction of how I could achieve this? I have been testing the API capabilities for get-organization-uplinks-statuses, but I don't see how I can create a report that would show all of the networks in the response that do not have a Cellular Uplink associated to it.

 

Thank you very much for any help on this one, 
Tom

1 Reply 1
Bruce
Kind of a big deal

Would be easier to answer if Cisco hadn't broken the Meraki Dashboard API reference document.... 🤔

 

From what I remember the Get Organisation Uplink Status Endpoint (or something similar) lists all the uplinks on the appliance for the Network, including if it is a Cellular network or not. You can use this Cellular designation to determine if there is a USB modem connected. The only caveat is you'll need to do some additional checks on any MX67C or MX68CW appliances that you have (but if you do have any I'd wonder why you have a USB modem in them). Then you just use the inverse to determine if there isn't a USB modem.

 

So I'd use something like:

  • Iterate through the networks using a loop
  • Test each network to confirm it has a MX present
  • Retrieve the appliance uplink statuses
  • Perform any required checks against MX67C/MX68CW as mentioned
  • Record the appliance if there is no 'Cellular' uplink

I think that should get you going... hopefully someone may be able to add to it, if I'm off the mark, or if they can think of a better way to achieve this.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels