Skip to main content

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)

NameTypeConstraintMandatoryDefault Value
standard_community_listsList[standard_community_lists]No

standard_community_lists (sdwan.feature_profiles.policy_object_profile)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[^&<>! "]{1,128}$Yes
descriptionStringNo
standard_communitiesListChoice[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