Dear Team,
We use BIGIP/f5 device and “source” ip address from BIGIP/f5 device is obtained as ipaddress%1
I have created a custom report to understand the issue.
Though source ip is “192.168.213.2” in the apigee report is shown as:
![]()
![]()
The access control policy to allow ip range 192.168.213.0 netmask 28 does work as intended.
<IPRules noRuleMatchAction="DENY">
<MatchRule action="ALLOW">
<SourceAddress mask="28">192.168.213.0</SourceAddress>
</MatchRule>
</IPRules>
Fault code says IP DENIED access .
It feel there is something to do with BIGIP/f5 .
However any workarounds from access control policy in apigee ?.
All help is appreciated. Thank you in advance.
Best Regards
Sujith Mathew