Forum Discussion
Joe_Tran
6 years agoAdvisor
You could hypothetically use dynamic groups and helluva lot of regex to do that. The system.ips property appears to be one of those array properties, so use the join( ) function to combine them. Then use regular expression equality---
join(system.ips, ",") =~ "192\\.168\\.0\\.[0-2]?[0-9](?:,|$)"
This should filter the group's membership to only include devices with IPs from 192.168.0.0 to 192.168.0.29.
Related Content
- 2 years ago
- 4 months ago