cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5524
Views
13
Helpful
7
Replies

Network down event log

hrics12
Community Member

Hi!

I'm trying to start recording outages on our networks. It seems like we have outages in certain cities more frequently then others. I am trying to go through the event logs and find an indications of when a network goes down, I have a time and date of the last time a certain network lost internet connection but I don't see any specific event that records it. Can someone give me an idea on what I should look for in the event logs when a office loses its internet connection?

Thank you!

hrics12

1 Accepted Solution
7 Replies 7

RWelch-USA
Meraki Community All-Star
Meraki Community All-Star

There are a couple of places you can find when you lost WAN connectivity.

image.png

Security & SD-Wan > Appliance Status > Summary shows green/red indicator for connectivity or outage.

image.png

Or Security & SD-Wan > Appliance Status > Uplink will show missing areas if WAN1 or WAN2 are down.
In the example above the cellular uplink was repositioned twice and you can see WAN2 outage for brief periods (latency).

Thank you! I see that now. Do you know if there is any to access that "Historical Device data" as a list so I can call and filter he downed event via API?

Both are perfect! Thank you so much!

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

What about configuring an email alert when a Meraki device goes offline?

Alerts and Notifications - Cisco Meraki Documentation

Yupp! So my current plan is to create a trigger for when an email alert is received for a network being down. This trigger will set off an API call to check the uplink statuses for each network. I'll then parse the JSON and record when the uplink status is non-active. Not super intuitive but should produce some data. Figured I'd share this work around incase anyone else runs into this issue.