Is it possible to get alert if new client joins in my wireless network

Narayana
Comes here often

Is it possible to get alert if new client joins in my wireless network

I have MR42-8 quantity, For 1 SSID i just kept it for guest basis users. I just want to get the alert if any new client is trying to join my wireless network with his MAC address(Alert should contain client MAC address.)

2 REPLIES 2
CptnCrnch
Kind of a big deal
Kind of a big deal

I'm seeing no option doing this on the Dashboard itself.

 

Guess I'd use the API to poll clients within the given network

(curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v0/networks/{networkId}/clients')

compare this to the list of former known clients and sent out the MAC address of newly associated clients.

 

It should work that way, but it's not actually real-time.

NeillMcG
Conversationalist

HI,

As far a

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