- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
11-09-2023 09:39 AM
Hi guys. Does anyone know how to set a rule to be notified when new users join the network?
11-10-2023 12:22 AM
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?
11-10-2023 02:09 PM - edited 11-10-2023 02:09 PM
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.
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!