Downloadable ACL
Location in GUI: Work Centers » Network Access » Policy Elements » Results » Downloadable ACLs
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_elements (ise.network_access)
Section titled “policy_elements (ise.network_access)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| downloadable_acls | List | [downloadable_acls] | No |
downloadable_acls (ise.network_access.policy_elements)
Section titled “downloadable_acls (ise.network_access.policy_elements)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[\w\d_\-\. ]+$ | Yes | |
| description | String | No | ||
| dacl_type | Choice | IPV4, IPV6, IP_AGNOSTIC | No | IPV4 |
| dacl_content | String | Yes |
Examples
Section titled “Examples”ise: network_access: policy_elements: downloadable_acls: - name: DACL1 description: My dacl dacl_type: IPV4 dacl_content: | permit ip any host 192.168.1.1 deny ip any any