Standard Community List
A community list is used to create groups of communities to use in a match clause of a route policy. A community list can be used to control which routes are accepted, preferred, distributed, or advertised.
Diagram
Classes
policy_object_profile (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
standard_community_lists | List | [standard_community_lists] | No |
standard_community_lists (sdwan.feature_profiles.policy_object_profile)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
standard_communities | List | Choice[internet , local-AS , no-advertise , no-export ] | Yes |
Examples
Example-1: The example below demonstrates how to configure the standard community list matching communities no-export, 1000:1000 and/or 1000:1002 (the end/or criteria can be selected when assigning community list inside route policy).
sdwan:
policy_objects:
standard_community_lists:
- name: standard_community_list1
standard_communities:
- no-export
- 1000:1000
- 1000:1002