Setting IP filtering using TIBCO ActiveMatrix Policy Agent(PA)?

Setting IP filtering using TIBCO ActiveMatrix Policy Agent(PA)?

book

Article ID: KB0086604

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Policy Agent -
Not Applicable -

Description

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."))

Issue/Introduction

Setting IP filtering using TIBCO ActiveMatrix Policy Agent(PA)?