Citrix Systems 9.2 Benutzerhandbuch

Seite von 302
228
Citrix NetScaler Policy Configuration and Reference Guide
Client Security Expressions
RES.IP.SOURCEIP
Qualifier
Designates the source IP of the outgoing packet. 
This can be in IPv4 or IPv6 format. For example:
add expr exp3 “sourceip == 
10.102.32.123 –netmask 255.255.255.0 
&& destip == 2001::23/120”. 
RES.IP.DESTIP
Qualifier
Designates the destination IP of the outgoing 
packet.
Actual Expression
Definition
CLIENT.APPLICATION.AV({NAME}.VERSION == 
{VERSION}
Checks whether the client is 
running the designated 
anti-virus program and version.
CLIENT.APPLICATION.AV({NAME}.VERSION != 
{VERSION}
Checks whether the client is 
not running the designated 
anti-virus program and version.
CLIENT.APPLICATION.PF({NAME}.VERSION == 
{VERSION}
Checks whether the client is 
running the designated 
personal firewall program and 
version.
CLIENT.APPLICATION.PF({NAME}.VERSION != 
{VERSION}
Checks whether the client is 
not running the designated 
personal firewall program and 
version.
CLIENT.APPLICATION.IS({NAME}.VERSION == 
{VERSION}
Checks whether the client is 
running the designated internet 
security program and version.
CLIENT.APPLICATION.IS({NAME}.VERSION != 
{VERSION}
Checks whether the client is 
not running the designated 
internet security program and 
version.
CLIENT.APPLICATION.AS({NAME}.VERSION == 
{VERSION}
Checks whether the client is 
running the designated 
anti-spam program and 
version.
CLIENT.APPLICATION.AS({NAME}.VERSION != 
{VERSION}
Checks whether the client is 
not running the designated 
anti-spam program and 
version.
Expression Element
Definition