Rule to be notified when users connect to wifi

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Rule to be notified when users connect to wifi

L0 Member

Hi guys. Does anyone know how to set a rule to be notified when new users join the network?

2 REPLIES 2

Cyber Elite
Cyber Elite

there are many ways, it just depends on what your requirements are and what your situation is?

is this a small or a large environment? what constitutes 'joining the network' exactly? how do you want to be notified?

Tom Piens
PANgurus - Strata specialist; config reviews, policy optimization

Cyber Elite
Cyber Elite

@RaffaFossa,

Assuming that you're a tiny environment and actually want to be notified whenever someone joins the network, what's handing out DHCP on your network? If it's the firewall you could setup system alerts for dhcp lease-start events:

 

((subtype eq dhcp) and ( eventid eq lease-start ))

 

 

I'd caution that there's much better ways to search for clients than getting an alert whenever a DHCP lease initiates if you're willing to utilize the API and do a little bit of scripting. This is an extremely quick and easy way to get the alert, but lease-start events will be noisy depending on clients and lease timeouts. Like you'll get at least 1 alert per day for every single client. 

  • 578 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!