The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About MartinS
MartinS

MartinS

Here to help

Member since Apr 25, 2018

‎03-06-2022

Martin Saunders

Surrey UK

Kudos from
User Count
JDavie
JDavie
1
pp
pp
1
View All
Kudos given to
User Count
Bruce
Kind of a big deal Bruce
1
pp
pp
1
mlefebvre
mlefebvre
1
PKoelemij
PKoelemij
1
Martin_Rowan
Martin_Rowan
6
View All

Community Record

12
Posts
2
Kudos
0
Solutions

Badges

1st Birthday
First 5 Posts
Lift-Off View All
Latest Contributions by MartinS
  • Topics MartinS has Participated In
  • Latest Contributions by MartinS

Re: WAN 3

by MartinS in Security / SD-WAN
‎03-04-2022 03:19 AM
1 Kudo
‎03-04-2022 03:19 AM
1 Kudo
I would take the SIM out of the ISP provided device and put it in a USB cellular dongle? ... View more

Re: Enabling LAN to WAN subnet routing

by MartinS in Security / SD-WAN
‎03-04-2022 12:28 AM
‎03-04-2022 12:28 AM
Thanks both of you, that worked a treat! ... View more

Re: Enabling LAN to WAN subnet routing

by MartinS in Security / SD-WAN
‎03-03-2022 08:05 AM
‎03-03-2022 08:05 AM
Great OK thanks, I'll give that a go and will report back. ... View more

Enabling LAN to WAN subnet routing

by MartinS in Security / SD-WAN
‎03-03-2022 02:14 AM
‎03-03-2022 02:14 AM
Sorry if there is a really obvious answer to this, but searching these forums and the Meraki documentation I've not been able to find it.   I have a MX68w with a separate cellular router sat on WAN2 which, from the LAN side of the MX I want to communicate with (go to the web interface, poll it via SNMP, that kind of thing). The cellular router has a static route set to direct my MX LAN range back to the MX WAN2 IP so the routing is good, the MX has a static IP set on the WAN2 interface to make sure the IP doesn't wander and break my static route, all good.   As far as I can see, the default firewall rules should work as I should be caught by the default any/any outbound rule. I can ping the WAN2 static IP from the LAN side fine, but not the cellular router IP. Cellular router is working fine, as I can add another device to the Cellular router LAN / MX WAN 2 network and communicate with the Cellular router no problems.   Looking in the route table, there is no route for the WAN2 interface range, so I suspect that's the problem, but the Meraki UI won't let me add a static route for that. If anyone has any clues they can give me I'd be hugely grateful please!   ... View more

Re: Need for uplink traffic historical

by MartinS in Security / SD-WAN
‎03-03-2022 02:00 AM
‎03-03-2022 02:00 AM
This is something we can help with, although right now we use SNMP if you want uplink traffic stats as the API call is per device which doesn't scale terribly well.   https://apps.meraki.io/details/service-assurance-for-sd-wan ... View more

Re: More bulk monitor API calls please!!

by MartinS in Developers & APIs
‎02-14-2022 12:40 AM
‎02-14-2022 12:40 AM
+1 for that ... View more

Re: More bulk monitor API calls please!!

by MartinS in Developers & APIs
‎02-14-2022 12:39 AM
‎02-14-2022 12:39 AM
Would you mind explaining what you mean by Health alerts please? Sorry I'm not 100% familiar with all the Meraki functionality.   ... View more

More bulk monitor API calls please!!

by MartinS in Developers & APIs
‎02-11-2022 01:00 AM
1 Kudo
‎02-11-2022 01:00 AM
1 Kudo
I thought this might be a useful thread to start to see if anyone else is in the same boat as us.   We want to collect a lot of monitoring data from the Meraki dashboard API to feed into our network service assurance platform. To do this efficiently via an API, we would want to see as many of the status and monitor calls made bulk by getting the output by Org rather than by device or by network.   To help Meraki with the prioritisation of this, I've listed the calls below I bumped into this morning that I wished were bulk, and I'll add to the thread as I find others - are there other per-network/device calls that others wished were per org?     {{baseUrl}} /networks/:networkId/appliance/uplinks/usageHistory {{baseUrl}} /devices/:serial/appliance/performance {{baseUrl}} /devices/:serial/lossAndLatencyHistory (the API requires IP - not sure why that's need, just list all the existing tests by destination?) {{baseUrl}}/networks/:networkId/appliance/trafficShaping/uplinkBandwidth (we don't need to call this often, but it would be nice to only have to call it once).   Any others?   ... View more

VPN Peer traffic usage - slow refresh

by MartinS in Developers & APIs
‎01-26-2022 03:11 AM
‎01-26-2022 03:11 AM
Hi,   We're seeing some odd results when it comes to collecting data on how much data is being sent to and from Meraki VPN peers.   The call we're using is /organizations/:organizationId/appliance/vpn/stats   eg:            "merakiVpnPeers" : [             {                  "networkId" :  "XXXXXXXXX" ,                  "networkName" :  "YYYYYYYYY" ,                  "usageSummary" : {                      "receivedInKilobytes" :  "2324" ,                      "sentInKilobytes" :  "6140"   Where the tunnel latency summaries on the same call seem to get updated every minute or so, the traffic usage only seems to get updated every 20 minutes. Are others seeing the same? If so, we'd really want to see that stat be updated more frequently, as it's really important to help identify the cause of latency and poor performance.   When we graph the data expecting the stats to be updated as frequently as the latency stats, we get this result:     Best   Martin ... View more

Re: Meraki API Performance degraded?

by MartinS in Developers & APIs
‎01-21-2022 07:07 AM
‎01-21-2022 07:07 AM
Yes we're seeing the problem fixed at around 13:10 GMT today \o/   ... View more

Re: VPN Tunnel Outages times

by MartinS in Developers & APIs
‎01-21-2022 12:20 AM
‎01-21-2022 12:20 AM
Hi, I work for a company called Highlight that has a SaaS Service Assurance platform that's designed to do exactly this. We just released our January update that includes Meraki SD-WAN functionality to collect data via the Dashboard API and report on Meraki MX tunnels and tests. It's new functionality and I'm very keen to find some extra beta testers, if any of you are interested I'd be happy to provide free access for a while? Please drop me a message if you're interested. ... View more

Re: Dashboard API - Too Many Requests

by MartinS in Developers & APIs
‎04-25-2018 03:23 AM
‎04-25-2018 03:23 AM
The Meraki documentation (kindly linked by AlexG) states the following:   Note: Call volume is limited to 5 calls per second (per organization)   Does anyone know how an API key assoicated with an MSP level user (that being a user that has access to multiple Orgs) is rate limited? Is the rate limiting done at API Key level, or is the rate limiting smarter than that and gives you 5 calls per second per org you're quiering with the shared API Key? ie at: GET https://api.meraki.com/api/v0/organizations/ <org_id>/...   ... View more
Kudos from
User Count
JDavie
JDavie
1
pp
pp
1
View All
Kudos given to
User Count
Bruce
Kind of a big deal Bruce
1
pp
pp
1
mlefebvre
mlefebvre
1
PKoelemij
PKoelemij
1
Martin_Rowan
Martin_Rowan
6
View All
My Top Kudoed Posts
Subject Kudos Views

Re: WAN 3

Security / SD-WAN
1 246

More bulk monitor API calls please!!

Developers & APIs
1 409
View All
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2022 Meraki