Users Guide

Operator Description
Printers.
CONTAINS For string data type, true if the run-time value of the attribute is a substring of
the configured value.
Example: RADIUS:IETF:NAS-Identifier CONTAINS "VPN"
ENDS_WITH For string data type, true if the run-time value of the attribute ends with the
configured value.
Example: RADIUS:IETF:NAS-Identifier ENDS_WITH "DEVICE"
EQUALS True if the run-time value of the attribute matches the configured value. For
string data type, this is a case-sensitive comparison.
Example: RADIUS:IETF:NAS-Identifier EQUALS "SJ-VPN-DEVICE"
EQUALS_IGNORE_CASE For string data type, true if the run-time value of the attribute matches the
configured value, regardless of whether the string is upper case or lower
case.
Example: RADIUS:IETF:NAS-Identifier EQUALS_IGNORE_CASE "sj-
vpn-device"
EXISTS For string data type, true if the run-time value of the attribute exists. This is a
unary operator.
Example: RADIUS:IETF:NAS-Identifier EXISTS
GREATER_THAN For integer, time and date data types, true if the run-time value of the
attribute is greater than the configured value.
Example: RADIUS:IETF:NAS-Port GREATER_THAN 10
GREATER_THAN_OR_EQUALS For integer, time and date data types, true if the run-time value of the
attribute is greater than or equal to the configured value.
Example: RADIUS:IETF:NAS-Port GREATER_THAN_OR_EQUALS 10
IN_RANGE For time and date data types, true if the run-time value of the attribute is less
than or equal to the first configured value and less than equal to the second
configured value.
Example: Date:Date-of-Year IN_RANGE 2007-06-06,2007-06-12
LESS_THAN For integer, time and date data types, true if the run-time value of the
attribute is less than the configured value.
Example: RADIUS:IETF:NAS-Port LESS_THAN 10
LESS_THAN_OR_EQUALS For integer, time and date data types, true if the run-time value of the
attribute is less than or equal to the configured value.
Example: RADIUS:IETF:NAS-Port LESS_THAN_OR_EQUALS 10
MATCHES_ALL For list data types, true if all of the run-time values in the list are found in the
configured values.
Example: Tips:Role MATCHES_ALL HR,ENG,FINANCE. In this example, if
Dell Networking W-ClearPass Policy Manager 6.6 | User Guide Rules Editing and Namespaces | 933