Users Guide

Operator Description
BELONGS_
TO
For string data type, true if the run-time value of the attribute matches a set of configured
string values.
E.g., RADIUS:IETF:Service-Type BELONGS_TO Login-User,Framed-
User,Authenticate-Only
For integer data type, true if the run-time value of the attribute matches a set of configured
integer values.
E.g., RADIUS:IETF:NAS-Port BELONGS_TO 1,2,3
For day data type, true if run-time value of the attribute matches a set of configured days of
the week.
E.g., Date:Day-of-Week BELONGS_TO MONDAY,TUESDAY,WEDNESDAY
When Policy Manager is aware of the values that can be assigned to BELONGS_TO
operator, it populates the value field with those values in a multi-select list box; you can
select the appropriate values from the presented list. Otherwise, you must enter a comma
separated list of values.
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.
E.g., RADIUS:IETF:NAS-Identifier EQUALS_IGNORE_CASE "sj-vpn-device"
MATCHES_
REGEX
For string data type, true if the run-time value of the attribute matches the regular
expression in the configured value.
E.g., RADIUS:IETF:NAS-Identifier MATCHES_REGEX sj-device[1-9]-dev*
EXISTS For string data type, true if the run-time value of the attribute exists. This is a unary
operator.
E.g., 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.
E.g., 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.
E.g., RADIUS:IETF:NAS-Port GREATER_THAN_OR_EQUALS 10
LESS_
THAN
For integer, time and date data types, true if the run-time value of the attribute is less than
the configured value.
E.g., 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.
E.g., RADIUS:IETF:NAS-Port LESS_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.
E.g., Date:Date-of-Year IN_RANGE 2007-06-06,2007-06-12
MATCHES_
ANY
For list data types, true if any of the run-time values in the list matches one of the
configured values.
E.g., Tips:Role MATCHES_ANY HR,ENG,FINANCE
Dell Networking W-ClearPass Policy Manager 6.2 | User Guide 322