The following operators are available while editing rules:
Operator |
Description |
+ include |
Adds devices to the group that match the DMR criteria.
- 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 |
Filters the previous DMR result to contain only devices that match the DMR criteria.
This operator is equivalent to intersect in set theory.
- Example:
- include HIPservice Campus-West
- filter Range 10.0.0.100 10.0.0.106
- Result:
- Include devices in the group that are behind HIPservice Campus-West and have an
IP address between 10.0.0.100 and 10.0.0.106.
|
- exclude |
Excludes devices that match the DMR criteria.
- Example:
- exclude Device Group Instructor Devices
- Result:
- Exclude any devices that belong to the Instructor Devices group.
|