Products | Versions |
---|---|
TIBCO ActiveMatrix Policy Agent | - |
Not Applicable | - |
Resolution:
Description:
=========
A Smart Routing Policy can be configured to handle the client requests based on their IP Address(es)
Environment:
==========
All.
Resolution:
=========
Below is a sample XPATH condition:
Process requests that match this routing condition:
XPath document::userInformation/ap:userInformation/ap:clientAddress="10.105.72.24"
Namespaces xmlns:ap='http://namespace.amberpoint.com/amf'
To filter out a set of IP addresses the condition can be:
not(contains(document::userInformation/ap:userInformation/ap:clientAddress, "10.105."))