Rule operators

The following operators are available while editing rules:

Operator Description
+ include Adds devices to the group that match this rule.
Example:
include CIDR 10.0.0.0/8
Result:
Include any devices with an IP address between 10.0.0.0 and 10.255.255.255.
~ filter Filter the previous rule's results to only devices that match this rule as well. This operator is equivalent to intersect in set theory.
Example:
include Airwall Campus-West
filter Range 10.0.0.100 10.0.0.106
Result:
Include devices in the group that are behind the Airwall Gateway Campus-West and have an IP address between 10.0.0.100 and 10.0.0.106.
- exclude Removes devices that match this rule from devices added to the group by previous rules.
Example:
exclude Device Group Instructors
Result:
Exclude any devices that belong to the Instructors group.