Expanded Community List
Configure expanded BGP community lists.
Diagram
Classes
policy_objects (sdwan)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
expanded_community_lists | List | [expanded_community_lists] | No |
expanded_community_lists (sdwan.policy_objects)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[A-Za-z0-9-_]{1,128}$ | Yes | |
expanded_communities | List | String[Regex: ^[0-9]{1,5}(:)[0-9]{1,5}$ ] | Yes |
Examples
sdwan: policy_objects: expanded_community_lists: - name: COMMUNITY-LEGACY-WAN expanded_communities: - 65001:101 - 65002:102 - 65003:103