Standard Community List
A community list is used to create groups of communities to use in a match clause of a route map. A community list can be used to control which routes are accepted, preferred, distributed, or advertised.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
standard_community_lists | List | [standard_community_lists] | No |
standard_community_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
standard_communities | List | String[Regex: ^[0-9]{1,5}(:)[0-9]{1,5}$ ] | Yes |
Examples
sdwan:
policy_objects:
standard_community_lists:
- name: COMMUNITY-REGION1
standard_communities:
- 1000:1000
- 1000:1002