This article provides a complete list of NetScaler Classic (or PE) client security and network expressions, with a description of what each does and how it is used.
Summary
This article contains two tables with two types of PI expressions. They are:
- Client Security Expressions. Expressions that test for the presence and proper configuration of the client's security software.
- Network-Based Expressions. Expressions that test for various network-related information.
Client Security Expressions
| Expression Element |
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 not running the designated anti-spam program and version. |
Network-Based Expressions
| Expression Element |
Definition |
| REQ |
Flow Type. Operates on incoming, or request, packets. |
| REQ.VLANID |
Qualifier. Operates on the virtual LAN (VLAN) ID. |
| REQ.INTERFACE.ID |
Qualifier. Operates on the ID of the designated Application Switch interface. |
| REQ.INTERFACE.RXTHROUGHPUT |
Qualifier. Operates on the raw received packet throughput of the designated Application Switch interface. |
| REQ.INTERFACE.TXTHROUGHPUT |
Qualifier. Operates on the raw transmitted packet throughput of the designated Application Switch interface. |
| REQ.INTERFACE.RXTXTHROUGHPUT |
Qualifier. Operates on the raw received and transmitted packet throughput of the designated Application Switch interface. |
| REQ.ETHER.SOURCEMAC |
Qualifier. Operates on the source MAC address. |
| REQ.ETHER.DESTMAC |
Qualifier. Operates on the destination MAC address. |
| RES |
Flow Type. Operates on outgoing, or response, packets. |
| RES.VLANID |
Qualifier. Operates on the virtual LAN (VLAN) ID. |
| RES.INTERFACE.ID |
Qualifier. Operates on the ID of the designated Application Switch interface. |
| RES.INTERFACE.RXTHROUGHPUT |
Qualifier. Operates on the raw received packet throughput of the designated Application Switch interface. |
| RES.INTERFACE.TXTHROUGHPUT |
Qualifier. Operates on the raw transmitted packet throughput of the designated Application Switch interface. |
| RES.INTERFACE.RXTXTHROUGHPUT |
Qualifier. Operates on the raw received and transmitted packet throughput of the designated Application Switch interface. |
| RES.ETHER.SOURCEMAC |
Qualifier. Operates on the source MAC address. |
| RES.ETHER.DESTMAC |
Qualifier. Operates on the destination MAC address. |
More Information