---
title: Not-Enforced IP List
description: A space-delimited list of IP addresses or network CIDR notation addresses for which the agent does not enforce authentication or request policy evaluations.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.sun.identity.agents.config.notenforced.ip
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.sun.identity.agents.config.notenforced.ip.html
---

# Not-Enforced IP List

A space-delimited list of IP addresses or network CIDR notation addresses for which the agent does not enforce authentication or request policy evaluations.

Supported values are IPV4 and IPV6 addresses, IPV4 and IPV6 ranges of addresses delimited by the - character, and network ranges specified in CIDR notation.

This property can apply to methods. The following example does not enforce GET requests in the specified IP range: `com.sun.identity.agents.config.notenforced.ip[1,GET]=iprange`

You can find more details about configuring not-enforced lists in [Not-enforced rules](../user-guide/not-enforced-rules.html) in the *User Guide*.

Default: Empty

|                    |                                                                               |
| ------------------ | ----------------------------------------------------------------------------- |
| Property name      | `com.sun.identity.agents.config.notenforced.ip`   Introduced in Web Agent 4.x |
| Function           | Not-enforced                                                                  |
| Type               | String Map                                                                    |
| Bootstrap property | No                                                                            |
| Required property  | No                                                                            |
| Restart required   | No                                                                            |
| AM console         | Tab: `Application`Title: `Not-Enforced IP List`                               |
