Policy Group
Policy groups simplify the experience of configuring and deploying various policies on Cisco Catalyst SD-WAN devices.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| policy_groups | List | [policy_groups] | No |
policy_groups (sdwan)
Section titled “policy_groups (sdwan)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
| description | String | No | ||
| application_priority | String | Regex: ^[^&<>! "]{1,128}$ | No |
Examples
Section titled “Examples”Example-1: The example below defines a policy group named emea_policy and assignes application priority profile.
sdwan: policy_groups: - name: emea_policy description: policy group for branches in EMEA application_priority: emea_app_priority