- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to have Meraki send a notification when someone connects to our MR WAP?
Is there a way to have Meraki send a notification when someone connects to our MR WAP?
I couldnt find anything regarding this matter in the alerts and notifications. Thanks!
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With MX you can generate alerts for specific users connecting to the network. But I don't think that is what you're looking for.
There's a couple of ways you could go about your challenge:
- You could create something by exporting the "Wireless events" event log to Syslog and have the Syslog servers generate alerts based on those.
- Or you could leverage the scanning API:
https://developer.cisco.com/meraki/scanning-api/#!introduction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why would you like to receive a notification every time a client connects to an AP?
Depending on the client, over the course of a day, a client would reassociate and reauthenticate multiple times. Especially for an iPhone. And then multiply that up, with the number of clients trying to associate.
Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution lies solely your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We're trying to figure out foot traffic from our users at our various offices. Trying to send these alerts to a big data collector and run reports from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just adding another voice agreeing that what you actually want is the scanning API. "Where are the people and when" is a really common question to ask, which is why Meraki made the scanning API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With MX you can generate alerts for specific users connecting to the network. But I don't think that is what you're looking for.
There's a couple of ways you could go about your challenge:
- You could create something by exporting the "Wireless events" event log to Syslog and have the Syslog servers generate alerts based on those.
- Or you could leverage the scanning API:
https://developer.cisco.com/meraki/scanning-api/#!introduction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First of all I thought this could be realized by using Meraki Webhooks, but @BrechtSchamp is correct: Syslog or Scanning API are the way to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Awesome! Will look into the scanning API. Thanks everyone!
