Proxy Policy
ACILocation in GUI:
System » System Settings » Proxy Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (apic)
Section titled “fabric_policies (apic)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| proxy_policy | Class | [proxy_policy] | No |
proxy_policy (apic.fabric_policies)
Section titled “proxy_policy (apic.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| http | Class | [http] | No | |
| https | Class | [https] | No | |
| ignore_hosts | List | Any[String[Regex: ^[a-zA-Z0-9:\[][a-zA-Z0-9.:\-\]]{0,254}$] or IP] | No |
http (apic.fabric_policies.proxy_policy)
Section titled “http (apic.fabric_policies.proxy_policy)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| url | String | Regex: ^https?://.{1,504}$ | Yes | |
| username | String | min: 1, max: 128 | No | |
| password | String | min: 1, max: 128 | No |
https (apic.fabric_policies.proxy_policy)
Section titled “https (apic.fabric_policies.proxy_policy)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| url | String | Regex: ^https?://.{1,504}$ | Yes | |
| username | String | min: 1, max: 128 | No | |
| password | String | min: 1, max: 128 | No |
Examples
Section titled “Examples”This example configures the fabric-wide HTTP/HTTPS proxy used by features requiring Internet access (it does not affect the in-band or out-of-band management network). The username and password for each connection are embedded into the proxy url when the configuration is deployed. Hosts listed under ignore_hosts bypass the proxy.
apic: fabric_policies: proxy_policy: http: url: http://172.16.8.1:8080 username: user_http password: Cisco!234 https: url: https://172.16.8.1:8443 username: user_https password: Cisco!234 ignore_hosts: - 192.168.8.1 - hostname-1