Implement Access Control policy for many Ip Addresses

Not applicable

We are planning to implement access control to white list IP address.

We have too many IP address to include in the white list, practically speaking. It is around 240 IP addresses. The ip address ranges like from 11.22.333.44 to 11.22.333.64

Can we give the from and to in the access control policy? Something like IP ADRESS FROM 44 to 64 instead of hard coding each and every ip address.

Is it possible?

Solved Solved
1 2 2,185
1 ACCEPTED SOLUTION

Hi @Hemanth - You can use CIDR notation to set a range of IP addresses, as described here: http://docs.apigee.com/api-services/reference/access-control-policy#cidr.

Hope that helps!

View solution in original post

2 REPLIES 2

Hi @Hemanth - You can use CIDR notation to set a range of IP addresses, as described here: http://docs.apigee.com/api-services/reference/access-control-policy#cidr.

Hope that helps!

Thanks a lot Jones